Uses of Interface
org.w3c.dom.DocumentFragment
| Package | Description |
|---|---|
| org.apache.harmony.xml.dom | |
| 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 |
-
Uses of DocumentFragment in org.apache.harmony.xml.dom
Classes in org.apache.harmony.xml.dom that implement DocumentFragment Modifier and Type Class Description classDocumentFragmentImplProvides a straightforward implementation of the corresponding W3C DOM interface. -
Uses of DocumentFragment in org.apache.xml.dtm.ref
Classes in org.apache.xml.dtm.ref that implement DocumentFragment Modifier and Type Class Description classDTMNodeProxyDTMNodeProxypresents a DOM Node API front-end to the DTM model.Methods in org.apache.xml.dtm.ref that return DocumentFragment Modifier and Type Method Description DocumentFragmentDTMNodeProxy. createDocumentFragment() -
Uses of DocumentFragment in org.apache.xml.utils
Fields in org.apache.xml.utils declared as DocumentFragment Modifier and Type Field Description DocumentFragmentDOMBuilder. m_docFragFirst node of document fragment or null if not a DocumentFragmentMethods in org.apache.xml.utils that return DocumentFragment Modifier and Type Method Description DocumentFragmentUnImplNode. createDocumentFragment()Unimplemented.Constructors in org.apache.xml.utils with parameters of type DocumentFragment Constructor Description 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 Modifier and Type Method Description DocumentFragmentXObject. rtree()For functions to override.DocumentFragmentXObject. rtree(XPathContext support)Cast result object to a result tree fragment. -
Uses of DocumentFragment in org.w3c.dom
Methods in org.w3c.dom that return DocumentFragment Modifier and Type Method Description DocumentFragmentDocument. createDocumentFragment()Creates an emptyDocumentFragmentobject.