Uses of Interface
org.loboevolution.html.node.Text
Package
Description
-
Uses of Text in org.loboevolution.apache.xml.dtm.ref
Modifier and TypeClassDescriptionclass
DTMNodeProxy
presents a DOM Node API front-end to the DTM model.Modifier and TypeMethodDescriptionfinal Text
DTMNodeProxy.createTextNode
(String data) Creates a text string from the specified value.DTMNodeProxy.replaceWholeText
(String content) replaceWholeText.final Text
DTMNodeProxy.splitText
(int offset) Splits data at the given offset and returns the remainder as Text node. -
Uses of Text in org.loboevolution.html.dom.nodeimpl
Modifier and TypeClassDescriptionclass
CDataSectionImpl class.class
TextImpl class.Modifier and TypeMethodDescriptionDocumentImpl.createTextNode
(String data) Creates a text string from the specified value.NodeImpl.replaceAdjacentTextNodes
(Text node, String textContent) replaceAdjacentTextNodes.TextImpl.replaceWholeText
(String content) replaceWholeText.TextImpl.splitText
(int offset) Splits data at the given offset and returns the remainder as Text node.Modifier and TypeMethodDescriptionNodeImpl.replaceAdjacentTextNodes
(Text node, String textContent) replaceAdjacentTextNodes. -
Uses of Text in org.loboevolution.html.js.xml
Modifier and TypeMethodDescriptionXMLDocument.createTextNode
(String data) Creates a text string from the specified value. -
Uses of Text in org.loboevolution.html.node
Modifier and TypeInterfaceDescriptioninterface
A CDATA section that can be used within XML to include extended portions of unescaped text.Modifier and TypeMethodDescriptionDocument.createTextNode
(String data) Creates a text string from the specified value.Text.replaceWholeText
(String content) replaceWholeText.Text.splitText
(int offset) Splits data at the given offset and returns the remainder as Text node.