Package | Description |
---|---|
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 |
Modifier and Type | Class and Description |
---|---|
class |
DTMNodeProxy
DTMNodeProxy presents a DOM Node API front-end to the DTM model. |
Modifier and Type | Method and Description |
---|---|
DocumentFragment |
DTMNodeProxy.createDocumentFragment() |
Modifier and Type | Field and Description |
---|---|
DocumentFragment |
DOMBuilder.m_docFrag
First node of document fragment or null if not a DocumentFragment
|
Modifier and Type | Method and Description |
---|---|
DocumentFragment |
UnImplNode.createDocumentFragment()
Unimplemented.
|
Constructor and Description |
---|
DOMBuilder(Document doc,
DocumentFragment docFrag)
DOMBuilder instance constructor... it will add the DOM nodes
to the document fragment.
|
Modifier and Type | Method and Description |
---|---|
DocumentFragment |
XObject.rtree()
For functions to override.
|
DocumentFragment |
XObject.rtree(XPathContext support)
Cast result object to a result tree fragment.
|
Modifier and Type | Method and Description |
---|---|
DocumentFragment |
Document.createDocumentFragment()
Creates an empty
DocumentFragment object. |
Modifier and Type | Method and Description |
---|---|
DocumentFragment |
Range.cloneContents()
Duplicates the contents of a Range
|
DocumentFragment |
Range.extractContents()
Moves the contents of a Range from the containing document or document
fragment to a new DocumentFragment.
|
Copyright © 2014 Apache XML Project. All Rights Reserved.