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

Packages that use Infoset
com.smallx.xml.component   
com.smallx.xml.infoset   
com.smallx.xml.infoset.memory   
com.smallx.xml.infoset.sax   
com.smallx.xml.pipeline   
com.smallx.xml.tools   
com.smallx.xml.xslt   
com.smallx.xml.xslt.xt   
com.smallx.xml.xslt.xt.transform   
 

Uses of Infoset in com.smallx.xml.component
 

Methods in com.smallx.xml.component that return Infoset
 Infoset ComponentContext.getInfoset()
           
 Infoset ScopedComponentInitializer.getInfoset()
           
 

Uses of Infoset in com.smallx.xml.infoset
 

Methods in com.smallx.xml.infoset that return Infoset
 Infoset DestinationSource.getInfoset()
           
static Infoset InfosetFactory.newInfoset()
           
static Infoset InfosetFactory.getDefaultInfoset()
           
 Infoset Item.getInfoset()
          Returns the document context.
 Infoset ItemConstructor.getInfoset()
           
 

Methods in com.smallx.xml.infoset with parameters of type Infoset
 void DocumentLoader.setInfoset(Infoset infoset)
           
 

Uses of Infoset in com.smallx.xml.infoset.memory
 

Classes in com.smallx.xml.infoset.memory that implement Infoset
 class MemoryInfoset
           
 

Fields in com.smallx.xml.infoset.memory declared as Infoset
protected  Infoset MemoryItem.infoset
           
 

Methods in com.smallx.xml.infoset.memory that return Infoset
static Infoset MemoryInfoset.getDefaultInfoset()
           
 Infoset MemoryItem.getInfoset()
           
 

Constructors in com.smallx.xml.infoset.memory with parameters of type Infoset
MemoryAttribute(Infoset infoset, Parent origin, Name name, java.lang.String textValue, java.lang.Object typedValue)
           
MemoryCharacters(Infoset infoset, Parent origin, java.lang.String textValue, java.lang.Object typedValue)
           
MemoryComment(Infoset infoset, Parent origin, java.lang.String textValue)
          Creates a new instance of MemoryComment
MemoryDocument(java.net.URI base, Infoset context)
           
MemoryDocumentEnd(Infoset infoset)
          Creates a new instance of MemoryDocumentEnd
MemoryElement(Infoset infoset, java.net.URI base, Parent origin, Name name)
           
MemoryElement(Infoset infoset, java.net.URI base, Name name, NamespaceScope scope)
           
MemoryElementEnd(Infoset infoset, Name name, NamespaceScope scope)
          Creates a new instance of MemoryElementEnd
MemoryItem(Infoset infoset, double ranking, Parent origin)
           
MemoryParent(Infoset infoset, double ranking, java.net.URI base, Parent origin)
           
MemoryProcessingInstruction(Infoset infoset, Parent origin, Name name, java.lang.String textValue)
          Creates a new instance of MemoryProcessingInstruction
MemoryTextDataItem(Infoset infoset, Parent origin)
          Creates a new instance of MemoryDataItem
 

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

Methods in com.smallx.xml.infoset.sax with parameters of type Infoset
 void SAXDocumentLoader.setInfoset(Infoset infoset)
           
 

Uses of Infoset in com.smallx.xml.pipeline
 

Methods in com.smallx.xml.pipeline that return Infoset
 Infoset MapComponentContext.getInfoset()
           
 

Methods in com.smallx.xml.pipeline with parameters of type Infoset
 void MapComponentContext.setInfoset(Infoset infoset)
           
 

Uses of Infoset in com.smallx.xml.tools
 

Methods in com.smallx.xml.tools that return Infoset
 Infoset xslt.getInfoset()
           
 

Uses of Infoset in com.smallx.xml.xslt
 

Methods in com.smallx.xml.xslt that return Infoset
 Infoset XSLTCompiler.getInfoset()
          Returns the infoset associated with this compiler.
 Infoset XSLTCompilerFactory.getInfoset()
          Returns the infoset associated with this compiler.
 

Methods in com.smallx.xml.xslt with parameters of type Infoset
 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 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.
 

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

Methods in com.smallx.xml.xslt.xt that return Infoset
 Infoset XTCompilerFactory.getInfoset()
           
 

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

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

Methods in com.smallx.xml.xslt.xt.transform that return Infoset
 Infoset CompilerImpl.getInfoset()
           
 

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

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