Uses of Interface
org.w3c.dom.DocumentFragment

Packages that use DocumentFragment
org.apache.xml.dtm.ref   
org.apache.xml.utils Implementation of Xalan utility classes. 
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   
org.w3c.dom.ranges   
 

Uses of DocumentFragment in org.apache.xml.dtm.ref
 

Classes in org.apache.xml.dtm.ref that implement DocumentFragment
 class DTMNodeProxy
          DTMNodeProxy presents a DOM Node API front-end to the DTM model.
 

Methods in org.apache.xml.dtm.ref that return DocumentFragment
 DocumentFragment DTMNodeProxy.createDocumentFragment()
           
 

Uses of DocumentFragment in org.apache.xml.utils
 

Fields in org.apache.xml.utils declared as DocumentFragment
 DocumentFragment DOMBuilder.m_docFrag
          First node of document fragment or null if not a DocumentFragment
 

Methods in org.apache.xml.utils that return DocumentFragment
 DocumentFragment UnImplNode.createDocumentFragment()
          Unimplemented.
 

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

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.
 

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.ranges
 

Methods in org.w3c.dom.ranges 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 © 2006 Apache XML Project. All Rights Reserved.