Uses of Interface
org.w3c.dom.DocumentFragment

Packages that use DocumentFragment
org.apache.xerces.dom   
org.apache.xml.serialize   
org.w3c.dom   
org.w3c.dom.ranges   
 

Uses of DocumentFragment in org.apache.xerces.dom
 

Classes in org.apache.xerces.dom that implement DocumentFragment
 class DocumentFragmentImpl
          DocumentFragment is a "lightweight" or "minimal" Document object.
 

Methods in org.apache.xerces.dom that return DocumentFragment
 DocumentFragment CoreDocumentImpl.createDocumentFragment()
          Factory method; creates a DocumentFragment having this Document as its OwnerDoc.
 DocumentFragment RangeImpl.extractContents()
           
 DocumentFragment RangeImpl.cloneContents()
           
 

Uses of DocumentFragment in org.apache.xml.serialize
 

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

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 © 1999-2001 Apache XML Project. All Rights Reserved.