程序包 | 说明 |
---|---|
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 Text |
DocumentHelper.createText(String text) |
Text |
DocumentFactory.createText(String text) |
限定符和类型 | 方法和说明 |
---|---|
void |
Element.add(Text text)
Adds the given
Text to this element. |
boolean |
Element.remove(Text text)
Removes the given
Text if the node is an immediate child
of this element. |
void |
Visitor.visit(Text node)
Visits the given
Text
|
void |
VisitorSupport.visit(Text node) |
限定符和类型 | 方法和说明 |
---|---|
Characters |
STAXEventWriter.createCharacters(Text text)
Constructs a STAX
Characters event from a DOM4J Text . |
void |
XMLWriter.write(Text text)
Writes the given
Text . |
void |
STAXEventWriter.writeText(Text text)
Writes a DOM4J
Text to the stream. |
限定符和类型 | 方法和说明 |
---|---|
Text |
ProxyDocumentFactory.createText(String text) |
Copyright © 2005 MetaStuff Ltd. All Rights Reserved. Hosted by