程序包 | 说明 |
---|---|
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.
|
限定符和类型 | 接口和说明 |
---|---|
interface |
CDATA
CDATA defines an XML CDATA section. |
interface |
Comment
Comment defines the behavior of an XML comment. |
interface |
Text
Text defines an XML Text node. |
限定符和类型 | 方法和说明 |
---|---|
CharacterData |
STAXEventReader.createCharacterData(Characters characters)
Constructs a new DOM4J Text or CDATA object from the provided Characters
event.
|
CharacterData |
STAXEventReader.readCharacters(XMLEventReader reader)
Constructs a DOM4J Text or CDATA section from the provided event stream.
|
限定符和类型 | 方法和说明 |
---|---|
int |
NodeComparator.compare(CharacterData t1,
CharacterData t2) |
Copyright © 2005 MetaStuff Ltd. All Rights Reserved. Hosted by