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

Packages that use Document
com.smallx.xml.component   
com.smallx.xml.component.standard   
com.smallx.xml.infoset   
com.smallx.xml.infoset.memory   
com.smallx.xml.infoset.sax   
com.smallx.xml.infoset.util   
com.smallx.xml.pipeline   
com.smallx.xml.xslt   
 

Uses of Document in com.smallx.xml.component
 

Methods in com.smallx.xml.component with parameters of type Document
abstract  void DocumentComponentBase.sendDocument(Document doc)
           
 

Uses of Document in com.smallx.xml.component.standard
 

Methods in com.smallx.xml.component.standard with parameters of type Document
 void DocumentComponent.setDocument(Document doc)
           
 void XSLT.sendDocument(Document doc)
           
 

Constructors in com.smallx.xml.component.standard with parameters of type Document
DocumentComponent(Document document)
          Creates a new instance of Identity
 

Uses of Document in com.smallx.xml.infoset
 

Methods in com.smallx.xml.infoset that return Document
 Document Child.getDocument()
           
 Document DocumentLoader.load(java.net.URI location)
          Loads a document from a specific location.
 Document DocumentLoader.load(java.io.Reader input)
           
 Document DocumentLoader.load(java.io.Reader input, java.net.URI baseURI)
           
 Document Item.getDocument()
          This method returns the same as getOrigin().getDocument().
 Document ItemConstructor.createDocument(java.net.URI base)
          Creates a document without a document element with the specified base URI.
 Document ItemConstructor.createDocument()
          Creates a document without a document element or base URI.
 Document Parent.getDocument()
           
 

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

Classes in com.smallx.xml.infoset.memory that implement Document
 class MemoryDocument
           
 

Methods in com.smallx.xml.infoset.memory that return Document
 Document MemoryItem.getDocument()
           
 

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

Methods in com.smallx.xml.infoset.sax that return Document
 Document SAXDocumentLoader.load(java.io.Reader input)
           
 Document SAXDocumentLoader.load(java.io.Reader input, java.net.URI baseURI)
           
 Document SAXDocumentLoader.load(java.net.URI uri)
           
 

Uses of Document in com.smallx.xml.infoset.util
 

Methods in com.smallx.xml.infoset.util that return Document
 Document DocumentDestination.getDocument()
           
static Document DocumentDestination.toDocument(ItemSource source)
           
 

Methods in com.smallx.xml.infoset.util with parameters of type Document
static void XMLWriter.writeDocument(Document doc, java.io.Writer out)
           
static void XMLWriter.writeDocument(Document doc, java.io.OutputStream os)
           
static void XMLWriter.writeDocument(Document doc, java.lang.String encoding, java.io.Writer out)
           
static void XMLWriter.writeDocument(Document doc, java.lang.String encoding, java.io.OutputStream os)
           
 

Constructors in com.smallx.xml.infoset.util with parameters of type Document
ItemDiff(Document d, java.io.PrintWriter out)
          Creates a new instance of ItemDiff
 

Uses of Document in com.smallx.xml.pipeline
 

Methods in com.smallx.xml.pipeline with parameters of type Document
 Pipeline BasicCompiler.compile(Document spec)
           
 Pipeline PipelineCompiler.compile(Document doc)
           
 

Uses of Document in com.smallx.xml.xslt
 

Methods in com.smallx.xml.xslt with parameters of type Document
 void Transformation.apply(ExecutionContext context, Document sourceDocument, DestinationSource dsource)