Uses of Interface
org.w3c.dom.DocumentFragment

Packages that use DocumentFragment
org.apache.serialize Defines an interface for SAX and DOM serializers, a serializer factory and its configuration, the output format properties, and related interfaces. 
org.apache.xalan.stree Implementation of the Xalan Source Tree, which is a DOM implementation that is optimized for XSLT processing and the needs of Xalan -- derived nodes can index the children, and, combined with specialized node iterators (and tree walkers) can provide optimal child retrieval. 
org.apache.xalan.transformer In charge of run-time transformations and the production of result trees. 
org.apache.xalan.utils Implementation of Xalan utility classes. 
org.apache.xml.serialize.transition Translate SAX events, a DOM tree, or an XPath node-set return value into a stream. 
org.apache.xpath.objects Implementation of XPath polymorphic type objects -- this package will grow as XPath objects are expanded to support XML Schema data types. 
org.w3c.dom Document Object Model level 2 interfaces. 
org.w3c.dom.range DOM level 2 range interfaces. 
 

Uses of DocumentFragment in org.apache.serialize
 

Methods in org.apache.serialize with parameters of type DocumentFragment
 void DOMSerializer.serialize(DocumentFragment frag)
          Serializes the DOM document fragment.
 

Uses of DocumentFragment in org.apache.xalan.stree
 

Classes in org.apache.xalan.stree that implement DocumentFragment
 class DocumentFragmentImpl
           
 

Methods in org.apache.xalan.stree that return DocumentFragment
 DocumentFragment DocumentImpl.createDocumentFragment()
          Create a DocumentFragment.
 

Constructors in org.apache.xalan.stree with parameters of type DocumentFragment
StreeDOMBuilder.StreeDOMBuilder(Document doc, DocumentFragment docFrag)
          StreeDOMBuilder instance constructor...
 

Uses of DocumentFragment in org.apache.xalan.transformer
 

Classes in org.apache.xalan.transformer that implement DocumentFragment
 class ResultTreeFrag
          **For internal use only** Container of a result tree fragment.
 

Methods in org.apache.xalan.transformer that return DocumentFragment
 DocumentFragment TransformerImpl.transformToRTF(Stylesheet stylesheetTree, ElemTemplateElement templateParent, Node sourceNode, QName mode)
          **For advanced use only** Given a stylesheet element, create a result tree fragment from it's contents.
 

Uses of DocumentFragment in org.apache.xalan.utils
 

Fields in org.apache.xalan.utils declared as DocumentFragment
 DocumentFragment DOMBuilder.m_docFrag
           
 

Methods in org.apache.xalan.utils that return DocumentFragment
 DocumentFragment UnImplNode.createDocumentFragment()
          **For internal use only** Unimplemented.
 

Constructors in org.apache.xalan.utils with parameters of type DocumentFragment
DOMBuilder.DOMBuilder(Document doc, DocumentFragment docFrag)
          DOMBuilder instance constructor...
 

Uses of DocumentFragment in org.apache.xml.serialize.transition
 

Methods in org.apache.xml.serialize.transition with parameters of type DocumentFragment
 void BaseMarkupSerializer.serialize(DocumentFragment frag)
          Serializes the DOM document fragmnt using the previously specified writer and output format.
 

Uses of DocumentFragment in org.apache.xpath.objects
 

Methods in org.apache.xpath.objects that return DocumentFragment
 DocumentFragment XObject.rtree(XPathContext support)
          Cast result object to a result tree fragment.
 DocumentFragment XObject.rtree()
          For functions to override.
 DocumentFragment XString.rtree(XPathContext support)
          Cast result object to a result tree fragment.
 DocumentFragment XRTreeFrag.rtree()
          Cast result object to a result tree fragment.
 DocumentFragment XNull.rtree(XPathContext support)
          Cast result object to a result tree fragment.
 DocumentFragment XNodeSet.rtree(XPathContext support)
          Cast result object to a result tree fragment.
 

Constructors in org.apache.xpath.objects with parameters of type DocumentFragment
XRTreeFrag.XRTreeFrag(DocumentFragment frag)
          Create an XObject.
 

Uses of DocumentFragment in org.w3c.dom
 

Methods in org.w3c.dom that return DocumentFragment
 DocumentFragment Document.createDocumentFragment()
          Creates an empty DocumentFragment object.
 

Uses of DocumentFragment in org.w3c.dom.range
 

Methods in org.w3c.dom.range that return DocumentFragment
 DocumentFragment Range.extractContents()
          Moves the contents of a range from the containing document or document fragment to a new DocumentFragment.
 DocumentFragment Range.cloneContents()
          Duplicates the contents of a range
 



Copyright © 2000 Apache XML Project. All Rights Reserved.