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