|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocumentFragment | |
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. |
org.apache.xalan.transformer | In charge of run-time transformations and the production of result trees. |
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 | Document Object Model level 2 interfaces. |
org.w3c.dom.range | DOM level 2 range interfaces. |
Uses of DocumentFragment in org.apache.xalan.stree |
Classes in org.apache.xalan.stree that implement DocumentFragment | |
class |
DocumentFragmentImpl
**For internal use only** Class to hold information about a DocumentFragment node |
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 |
Methods in org.apache.xalan.transformer that return DocumentFragment | |
DocumentFragment |
TransformerImpl.transformToRTF(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.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. |
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 XRTreeFrag Object. |
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |