Uses of Interface
com.smallx.xml.infoset.DocumentLoader

Packages that use DocumentLoader
com.smallx.xml.infoset.sax   
com.smallx.xml.pipeline   
com.smallx.xml.xslt   
com.smallx.xml.xslt.xt   
com.smallx.xml.xslt.xt.transform   
 

Uses of DocumentLoader in com.smallx.xml.infoset.sax
 

Classes in com.smallx.xml.infoset.sax that implement DocumentLoader
 class SAXDocumentLoader
           
 

Uses of DocumentLoader in com.smallx.xml.pipeline
 

Constructors in com.smallx.xml.pipeline with parameters of type DocumentLoader
MapComponentContext(java.util.Map parameters, java.security.Principal user, java.io.File basePath, DocumentLoader loader)
          Creates a new instance of MapComponentContext
 

Uses of DocumentLoader in com.smallx.xml.xslt
 

Methods in com.smallx.xml.xslt that return DocumentLoader
 DocumentLoader ExecutionContext.getDocumentLoader()
           
 DocumentLoader Transformation.getDocumentLoader()
           
 DocumentLoader XSLTCompiler.getDocumentLoader()
           
 DocumentLoader XSLTCompilerFactory.getDocumentLoader()
           
 

Methods in com.smallx.xml.xslt with parameters of type DocumentLoader
 void ExecutionContext.setDocumentLoader(DocumentLoader loader)
           
 void Transformation.setDocumentLoader(DocumentLoader loader)
           
 void XSLTCompiler.setInfoset(DocumentLoader docLoader, Infoset infoset)
          Sets the document loader to be used to loader stylesheets and as a default for the resulting transformation's execution.
 void XSLTCompiler.setDocumentLoader(DocumentLoader loader)
           
 void XSLTCompilerFactory.setInfoset(DocumentLoader docLoader, Infoset infoset)
          Sets the document loader to be used to loader stylesheets and as a default for the resulting transformation's execution.
 void XSLTCompilerFactory.setDocumentLoader(DocumentLoader loader)
           
 

Uses of DocumentLoader in com.smallx.xml.xslt.xt
 

Methods in com.smallx.xml.xslt.xt that return DocumentLoader
 DocumentLoader XTCompilerFactory.getDocumentLoader()
           
 

Methods in com.smallx.xml.xslt.xt with parameters of type DocumentLoader
 void XTCompilerFactory.setDocumentLoader(DocumentLoader loader)
           
 void XTCompilerFactory.setInfoset(DocumentLoader docLoader, Infoset infoset)
           
 

Uses of DocumentLoader in com.smallx.xml.xslt.xt.transform
 

Methods in com.smallx.xml.xslt.xt.transform that return DocumentLoader
 DocumentLoader CompilerImpl.getDocumentLoader()
           
 

Methods in com.smallx.xml.xslt.xt.transform with parameters of type DocumentLoader
 void CompilerImpl.setDocumentLoader(DocumentLoader docLoader)
           
 void CompilerImpl.setInfoset(DocumentLoader loader, Infoset infoset)
           
 

Constructors in com.smallx.xml.xslt.xt.transform with parameters of type DocumentLoader
CompilerImpl(Infoset infoset, DocumentLoader loader, ExtensionHandler extensionHandler)