程序包 | 说明 |
---|---|
org.dom4j |
Defines the XML Document Object Model in Java interfaces together
with some helper classes.
|
org.dom4j.io |
Provides input and output via SAX and DOM together with writing dom4j
objects to streams as XML text.
|
org.dom4j.util |
A collection of utility classes for the dom4j API.
|
限定符和类型 | 方法和说明 |
---|---|
static CDATA |
DocumentHelper.createCDATA(String text) |
CDATA |
DocumentFactory.createCDATA(String text) |
限定符和类型 | 方法和说明 |
---|---|
void |
Element.add(CDATA cdata)
Adds the given
CDATA to this element. |
boolean |
Element.remove(CDATA cdata)
Removes the given
CDATA if the node is an immediate child
of this element. |
void |
Visitor.visit(CDATA node)
Visits the given
CDATA
|
void |
VisitorSupport.visit(CDATA node) |
限定符和类型 | 方法和说明 |
---|---|
protected void |
DOMWriter.appendDOMTree(Document domDocument,
Node domCurrent,
CDATA cdata) |
Characters |
STAXEventWriter.createCharacters(CDATA cdata)
Constructs a STAX
Characters event from a DOM4J CDATA . |
void |
XMLWriter.write(CDATA cdata)
Writes the given
CDATA . |
void |
SAXWriter.write(CDATA cdata)
Generates SAX events for the given CDATA
|
void |
STAXEventWriter.writeCDATA(CDATA cdata)
Writes a DOM4J
CDATA to the event stream. |
限定符和类型 | 方法和说明 |
---|---|
CDATA |
ProxyDocumentFactory.createCDATA(String text) |
Copyright © 2005 MetaStuff Ltd. All Rights Reserved. Hosted by