Uses of Interface
com.fatdog.xmlEngine.IProtocolHandler

Packages that use IProtocolHandler
com.fatdog.xmlEngine Core classes and methods. 
com.fatdog.xmlEngine.junitTest A variety of tests for testing program functionality. 
 

Uses of IProtocolHandler in com.fatdog.xmlEngine
 

Methods in com.fatdog.xmlEngine with parameters of type IProtocolHandler
 void XQEngine.registerProtocolHandler(java.lang.String scheme, IProtocolHandler yourHandler)
          Register an IProtocolHandler object to receive, via its content(java.lang.String) method, the address argument passed in to either the XQEngine.setDocument(String) method or the XQEngine.setExplicitDocument(String) function.
 

Uses of IProtocolHandler in com.fatdog.xmlEngine.junitTest
 

Classes in com.fatdog.xmlEngine.junitTest that implement IProtocolHandler
 class XYZ_ProtocolHandler
          A test protocol handler that's used by the JUnit test suite ProtocolHandlerTest.