Package | Description |
---|---|
org.dom4j |
Defines the XML Document Object Model in Java interfaces together
with some helper classes.
|
org.dom4j.dom |
An implementation of the dom4j API which also supports the
W3C object model.
|
org.dom4j.io |
Provides input and output via SAX and DOM together with writing dom4j
objects to streams as XML text.
|
org.dom4j.tree |
Contains the default implementations of the dom4j Document Object Model
together with some helpful base classes for those wishing to
implement their own document object model.
|
org.dom4j.util |
A collection of utility classes for the dom4j API.
|
Modifier and Type | Interface | Description |
---|---|---|
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. |
Modifier and Type | Class | Description |
---|---|---|
class |
DOMCDATA |
DOMCDATA implements a CDATA Section which supports the W3C DOM
API. |
class |
DOMComment |
DOMText implements a Text node which supports the W3C DOM API. |
class |
DOMText |
DOMText implements a Text node which supports the W3C DOM API. |
Modifier and Type | Method | Description |
---|---|---|
static void |
DOMNodeHelper.appendData(CharacterData charData,
java.lang.String arg) |
|
static org.w3c.dom.Text |
DOMNodeHelper.asDOMText(CharacterData text) |
|
static void |
DOMNodeHelper.deleteData(CharacterData charData,
int offset,
int count) |
|
static java.lang.String |
DOMNodeHelper.getData(CharacterData charData) |
|
static int |
DOMNodeHelper.getLength(CharacterData charData) |
|
static void |
DOMNodeHelper.insertData(CharacterData data,
int offset,
java.lang.String arg) |
|
static void |
DOMNodeHelper.replaceData(CharacterData charData,
int offset,
int count,
java.lang.String arg) |
|
static void |
DOMNodeHelper.setData(CharacterData charData,
java.lang.String data) |
|
static java.lang.String |
DOMNodeHelper.substringData(CharacterData charData,
int offset,
int count) |
Modifier and Type | Method | Description |
---|---|---|
CharacterData |
STAXEventReader.createCharacterData(javax.xml.stream.events.Characters characters) |
Constructs a new DOM4J Text or CDATA object from the provided Characters
event.
|
CharacterData |
STAXEventReader.readCharacters(javax.xml.stream.XMLEventReader reader) |
Constructs a DOM4J Text or CDATA section from the provided event stream.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractCDATA |
AbstractCDATA is an abstract base class for tree implementors
to use for implementation inheritence. |
class |
AbstractCharacterData |
AbstractCharacterData is an abstract base class for tree
implementors to use for implementation inheritence. |
class |
AbstractComment |
AbstractComment is an abstract base class for tree
implementors to use for implementation inheritence. |
class |
AbstractText |
AbstractText is an abstract base class for tree implementors
to use for implementation inheritence. |
class |
DefaultCDATA |
DefaultCDATA is the default CDATA implementation. |
class |
DefaultComment |
DefaultComment is the default Comment implementation. |
class |
DefaultText |
DefaultText is the default Text implementation. |
class |
FlyweightCDATA |
FlyweightCDATA is a Flyweight pattern implementation of a
singly linked, read-only XML CDATA. |
class |
FlyweightComment |
FlyweightComment is a Flyweight pattern implementation of a
singly linked, read-only XML Comment. |
class |
FlyweightText |
FlyweightText is a Flyweight pattern implementation of a
singly linked, read-only XML Text. |
Modifier and Type | Method | Description |
---|---|---|
int |
NodeComparator.compare(CharacterData t1,
CharacterData t2) |
Copyright ? 2005 MetaStuff Ltd. All Rights Reserved. Hosted by