|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DocumentFragment | |
|---|---|
| org.apache.xerces.dom | |
| org.apache.xerces.impl.xs.opti | |
| 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 |
RangeImpl.cloneContents()
|
DocumentFragment |
CoreDocumentImpl.createDocumentFragment()
Factory method; creates a DocumentFragment having this Document as its OwnerDoc. |
DocumentFragment |
RangeImpl.extractContents()
|
| Uses of DocumentFragment in org.apache.xerces.impl.xs.opti |
|---|
| Methods in org.apache.xerces.impl.xs.opti that return DocumentFragment | |
|---|---|
DocumentFragment |
DefaultDocument.createDocumentFragment()
|
| Uses of DocumentFragment in org.apache.xml.serialize |
|---|
| Methods in org.apache.xml.serialize with parameters of type DocumentFragment | |
|---|---|
void |
BaseMarkupSerializer.serialize(DocumentFragment frag)
Deprecated. Serializes the DOM document fragmnt using the previously specified writer and output format. |
void |
DOMSerializer.serialize(DocumentFragment frag)
Deprecated. 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.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||