|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Text | |
|---|---|
| org.apache.xerces.dom | |
| org.apache.xerces.impl.xs.opti | |
| org.w3c.dom | |
| Uses of Text in org.apache.xerces.dom |
|---|
| Classes in org.apache.xerces.dom that implement Text | |
|---|---|
class |
CDATASectionImpl
XML provides the CDATA markup to allow a region of text in which most of the XML delimiter recognition does not take place. |
class |
DeferredCDATASectionImpl
XML provides the CDATA markup to allow a region of text in which most of the XML delimiter recognition does not take place. |
class |
DeferredTextImpl
Text nodes hold the non-markup, non-Entity content of an Element or Attribute. |
class |
TextImpl
Text nodes hold the non-markup, non-Entity content of an Element or Attribute. |
| Methods in org.apache.xerces.dom that return Text | |
|---|---|
Text |
CoreDocumentImpl.createTextNode(java.lang.String data)
Factory method; creates a Text node having this Document as its OwnerDoc. |
Text |
TextImpl.replaceWholeText(java.lang.String content)
Replaces the text of the current node and all logically-adjacent text nodes with the specified text. |
Text |
TextImpl.splitText(int offset)
Break a text node into two sibling nodes. |
| Uses of Text in org.apache.xerces.impl.xs.opti |
|---|
| Classes in org.apache.xerces.impl.xs.opti that implement Text | |
|---|---|
class |
DefaultText
The Text interface inherits from CharacterData
and represents the textual content (termed character data in XML) of an
Element or Attr. |
| Methods in org.apache.xerces.impl.xs.opti that return Text | |
|---|---|
Text |
DefaultDocument.createTextNode(java.lang.String data)
|
Text |
DefaultText.replaceWholeText(java.lang.String content)
|
Text |
DefaultText.splitText(int offset)
Breaks this node into two nodes at the specified offset,
keeping both in the tree as siblings. |
| Uses of Text in org.w3c.dom |
|---|
| Subinterfaces of Text in org.w3c.dom | |
|---|---|
interface |
CDATASection
CDATA sections are used to escape blocks of text containing characters that would otherwise be regarded as markup. |
| Methods in org.w3c.dom that return Text | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||