Uses of Class
org.jdom2.Text
-
Packages that use Text Package Description org.jdom2 Classes representing the components of an XML document.org.jdom2.filter Classes to both filter and generically type-cast nodes of a document based on type, name, value, or other aspects, and to boolean AND/OR/NEGATE these rules.org.jdom2.input Classes to build JDOM documents from various sources.org.jdom2.located Extended JDOM Content Classes that contain location coordinates.org.jdom2.output Classes to output JDOM documents to various destinations.org.jdom2.output.support Classes used to implement output functionality that are not part of the actual Output API, but rather part of the implementation. -
-
Uses of Text in org.jdom2
Subclasses of Text in org.jdom2 Modifier and Type Class Description classCDATAAn XML CDATA section.Methods in org.jdom2 that return Text Modifier and Type Method Description TextText. clone()TextText. detach()protected TextText. setParent(Parent parent)TextText. setText(java.lang.String str)This will set the value of thisTextnode.TextDefaultJDOMFactory. text(int line, int col, java.lang.String text)TextDefaultJDOMFactory. text(java.lang.String str)TextJDOMFactory. text(int line, int col, java.lang.String str)This creates the Text with the supplied text.TextJDOMFactory. text(java.lang.String str)This creates the Text with the supplied text.TextSlimJDOMFactory. text(int line, int col, java.lang.String str)TextUncheckedJDOMFactory. text(int line, int col, java.lang.String str)Methods in org.jdom2 with parameters of type Text Modifier and Type Method Description voidCDATA. append(Text text)This will append the content of anotherTextnode to this node.voidText. append(Text text)This will append the content of anotherTextnode to this node. -
Uses of Text in org.jdom2.filter
Methods in org.jdom2.filter that return types with arguments of type Text Modifier and Type Method Description static Filter<Text>Filters. text()static Filter<Text>Filters. textOnly() -
Uses of Text in org.jdom2.input
Methods in org.jdom2.input that return Text Modifier and Type Method Description TextDOMBuilder. build(org.w3c.dom.Text text)This will build a JDOM Text from an existing DOM Text -
Uses of Text in org.jdom2.located
Subclasses of Text in org.jdom2.located Modifier and Type Class Description classLocatedCDATAAn XML CDATA section.classLocatedTextAn XML character sequence.Methods in org.jdom2.located that return Text Modifier and Type Method Description TextLocatedJDOMFactory. text(int line, int col, java.lang.String text) -
Uses of Text in org.jdom2.output
Methods in org.jdom2.output with parameters of type Text Modifier and Type Method Description org.w3c.dom.TextDOMOutputter. output(Text text)This converts the JDOMTextparameter to a DOM Text Node, returning the DOM version.org.w3c.dom.TextDOMOutputter. output(org.w3c.dom.Document basedoc, Text text)This converts the JDOMTextparameter to a DOM Text Node, returning the DOM version.voidStAXEventOutputter. output(Text text, javax.xml.stream.util.XMLEventConsumer out)Print out anode.TextvoidStAXStreamOutputter. output(Text text, javax.xml.stream.XMLStreamWriter out)Print out anode.TextvoidXMLOutputter. output(Text text, java.io.OutputStream out)Print out anode.TextvoidXMLOutputter. output(Text text, java.io.Writer out)Print out anode.Textjava.lang.StringXMLOutputter. outputString(Text text)Return a string representing aTextnode. -
Uses of Text in org.jdom2.output.support
Methods in org.jdom2.output.support with parameters of type Text Modifier and Type Method Description protected org.w3c.dom.TextAbstractDOMOutputProcessor. printText(FormatStack fstack, org.w3c.dom.Document basedoc, Text text)This will handle printing of aText.protected voidAbstractSAXOutputProcessor. printText(SAXTarget out, FormatStack fstack, Text text)This will handle printing of aText.protected voidAbstractStAXEventProcessor. printText(javax.xml.stream.util.XMLEventConsumer out, FormatStack fstack, javax.xml.stream.XMLEventFactory eventfactory, Text text)This will handle printing of aText.protected voidAbstractStAXStreamProcessor. printText(javax.xml.stream.XMLStreamWriter out, FormatStack fstack, Text text)This will handle printing of aText.protected voidAbstractXMLOutputProcessor. printText(java.io.Writer out, FormatStack fstack, Text text)This will handle printing of aText.org.w3c.dom.TextAbstractDOMOutputProcessor. process(org.w3c.dom.Document basedoc, Format format, Text text)voidAbstractSAXOutputProcessor. process(SAXTarget out, Format format, Text text)voidAbstractStAXEventProcessor. process(javax.xml.stream.util.XMLEventConsumer out, Format format, javax.xml.stream.XMLEventFactory eventfactory, Text text)voidAbstractStAXStreamProcessor. process(javax.xml.stream.XMLStreamWriter out, Format format, Text text)voidAbstractXMLOutputProcessor. process(java.io.Writer out, Format format, Text text)org.w3c.dom.TextDOMOutputProcessor. process(org.w3c.dom.Document basedoc, Format format, Text text)This will convert theusing the given DOM Document to create the resulting DOM Text.TextvoidSAXOutputProcessor. process(SAXTarget out, Format format, Text text)Print out anode.TextvoidStAXEventProcessor. process(javax.xml.stream.util.XMLEventConsumer out, Format format, javax.xml.stream.XMLEventFactory eventfactory, Text text)Print out anode.TextvoidStAXStreamProcessor. process(javax.xml.stream.XMLStreamWriter out, Format format, Text text)Print out anode.TextvoidXMLOutputProcessor. process(java.io.Writer out, Format format, Text text)Print out anode.Text
-