Uses of Interface
org.loboevolution.html.node.Text
Packages that use Text
Package
Description
-
Uses of Text in org.loboevolution.apache.xml.dtm.ref
Classes in org.loboevolution.apache.xml.dtm.ref that implement TextModifier and TypeClassDescriptionclass
DTMNodeProxy
presents a DOM Node API front-end to the DTM model.Methods in org.loboevolution.apache.xml.dtm.ref that return TextModifier 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
Classes in org.loboevolution.html.dom.nodeimpl that implement TextModifier and TypeClassDescriptionclass
CDataSectionImpl class.class
TextImpl class.Methods in org.loboevolution.html.dom.nodeimpl that return TextModifier 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.Methods in org.loboevolution.html.dom.nodeimpl with parameters of type TextModifier and TypeMethodDescriptionNodeImpl.replaceAdjacentTextNodes
(Text node, String textContent) replaceAdjacentTextNodes. -
Uses of Text in org.loboevolution.html.js.xml
Methods in org.loboevolution.html.js.xml that return TextModifier and TypeMethodDescriptionXMLDocument.createTextNode
(String data) Creates a text string from the specified value. -
Uses of Text in org.loboevolution.html.node
Subinterfaces of Text in org.loboevolution.html.nodeModifier and TypeInterfaceDescriptioninterface
A CDATA section that can be used within XML to include extended portions of unescaped text.Methods in org.loboevolution.html.node that return TextModifier 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.