Package | Description |
---|---|
org.apache.xml.dtm.ref | |
org.apache.xml.utils |
Implementation of Xalan utility classes.
|
org.w3c.dom |
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 |
---|---|
Text |
DTMNodeProxy.createTextNode(java.lang.String data) |
Text |
DTMNodeProxy.replaceWholeText(java.lang.String content)
DOM Level 3
|
Text |
DTMNodeProxy.splitText(int offset) |
Modifier and Type | Method and Description |
---|---|
Text |
UnImplNode.createTextNode(java.lang.String data)
Unimplemented.
|
Text |
UnImplNode.replaceWholeText(java.lang.String content)
DOM Level 3
|
Text |
UnImplNode.splitText(int offset)
Unimplemented.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DOMHelper.isIgnorableWhitespace(Text node)
Deprecated.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CDATASection
CDATA sections are used to escape blocks of text containing characters that
would otherwise be regarded as markup.
|
Modifier and Type | Method and Description |
---|---|
Text |
Document.createTextNode(java.lang.String data)
Creates a
Text node given the specified string. |
Text |
Text.replaceWholeText(java.lang.String content)
Replaces the text of the current node and all logically-adjacent text
nodes with the specified text.
|
Text |
Text.splitText(int offset)
Breaks this node into two nodes at the specified
offset ,
keeping both in the tree as siblings. |
Copyright © 2014 Apache XML Project. All Rights Reserved.