程序包 | 说明 |
---|---|
org.jdom2 | |
org.jdom2.filter | |
org.jdom2.input | |
org.jdom2.located | |
org.jdom2.output | |
org.jdom2.output.support |
限定符和类型 | 类和说明 |
---|---|
class |
CDATA
An XML CDATA section.
|
限定符和类型 | 方法和说明 |
---|---|
Text |
Text.clone() |
Text |
Text.detach() |
Text |
Text.setText(java.lang.String str)
This will set the value of this
Text node. |
Text |
UncheckedJDOMFactory.text(int line,
int col,
java.lang.String str) |
Text |
SlimJDOMFactory.text(int line,
int col,
java.lang.String str) |
Text |
JDOMFactory.text(int line,
int col,
java.lang.String str)
This creates the Text with the supplied text.
|
Text |
DefaultJDOMFactory.text(int line,
int col,
java.lang.String text) |
Text |
JDOMFactory.text(java.lang.String str)
This creates the Text with the supplied text.
|
Text |
DefaultJDOMFactory.text(java.lang.String str) |
限定符和类型 | 方法和说明 |
---|---|
void |
Text.append(Text text)
This will append the content of another
Text node
to this node. |
void |
CDATA.append(Text text)
This will append the content of another
Text node
to this node. |
限定符和类型 | 方法和说明 |
---|---|
static Filter<Text> |
Filters.text()
|
static Filter<Text> |
Filters.textOnly()
|
限定符和类型 | 方法和说明 |
---|---|
Text |
DOMBuilder.build(org.w3c.dom.Text text)
This will build a JDOM Text from an existing DOM Text
|
限定符和类型 | 类和说明 |
---|---|
class |
LocatedCDATA
An XML CDATA section.
|
class |
LocatedText
An XML character sequence.
|
限定符和类型 | 方法和说明 |
---|---|
Text |
LocatedJDOMFactory.text(int line,
int col,
java.lang.String text) |
限定符和类型 | 方法和说明 |
---|---|
org.w3c.dom.Text |
DOMOutputter.output(org.w3c.dom.Document basedoc,
Text text)
This converts the JDOM
Text parameter to a DOM Text Node,
returning the DOM version. |
org.w3c.dom.Text |
DOMOutputter.output(Text text)
This converts the JDOM
Text parameter to a DOM Text Node,
returning the DOM version. |
void |
XMLOutputter.output(Text text,
java.io.OutputStream out)
Print out a
node. |
void |
XMLOutputter.output(Text text,
java.io.Writer out)
Print out a
node. |
void |
StAXEventOutputter.output(Text text,
javax.xml.stream.util.XMLEventConsumer out)
Print out a
node. |
void |
StAXStreamOutputter.output(Text text,
javax.xml.stream.XMLStreamWriter out)
Print out a
node. |
java.lang.String |
XMLOutputter.outputString(Text text)
Return a string representing a
Text node. |
限定符和类型 | 方法和说明 |
---|---|
org.w3c.dom.Text |
DOMOutputProcessor.process(org.w3c.dom.Document basedoc,
Format format,
Text text)
This will convert the
using the given DOM
Document to create the resulting DOM Text. |
org.w3c.dom.Text |
AbstractDOMOutputProcessor.process(org.w3c.dom.Document basedoc,
Format format,
Text text) |
void |
SAXOutputProcessor.process(SAXTarget out,
Format format,
Text text)
Print out a
node. |
void |
AbstractSAXOutputProcessor.process(SAXTarget out,
Format format,
Text text) |
void |
XMLOutputProcessor.process(java.io.Writer out,
Format format,
Text text)
Print out a
node. |
void |
AbstractXMLOutputProcessor.process(java.io.Writer out,
Format format,
Text text) |
void |
StAXEventProcessor.process(javax.xml.stream.util.XMLEventConsumer out,
Format format,
javax.xml.stream.XMLEventFactory eventfactory,
Text text)
Print out a
node. |
void |
AbstractStAXEventProcessor.process(javax.xml.stream.util.XMLEventConsumer out,
Format format,
javax.xml.stream.XMLEventFactory eventfactory,
Text text) |
void |
StAXStreamProcessor.process(javax.xml.stream.XMLStreamWriter out,
Format format,
Text text)
Print out a
node. |
void |
AbstractStAXStreamProcessor.process(javax.xml.stream.XMLStreamWriter out,
Format format,
Text text) |