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.
|
org.hibernate.proxy.dom4j | |
org.hibernate.tuple |
This package defines a runtime metamodel for entities at
the object level and abstracts the differences between
the various entity modes.
|
Modifier and Type | Method and Description |
---|---|
static CDATA |
DocumentHelper.createCDATA(String text) |
CDATA |
DocumentFactory.createCDATA(String text) |
Modifier and Type | Method and Description |
---|---|
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 |
VisitorSupport.visit(CDATA node) |
void |
Visitor.visit(CDATA node)
Visits the given
CDATA |
Modifier and Type | Class and Description |
---|---|
class |
DOMCDATA
DOMCDATA implements a CDATA Section which supports the W3C DOM
API. |
Modifier and Type | Method and Description |
---|---|
CDATA |
DOMDocumentFactory.createCDATA(String text) |
protected CDATA |
DOMCDATA.createCDATA(String text) |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCDATA
AbstractCDATA is an abstract base class for tree implementors
to use for implementation inheritence. |
class |
DefaultCDATA
DefaultCDATA is the default CDATA implementation. |
class |
FlyweightCDATA
FlyweightCDATA is a Flyweight pattern implementation of a
singly linked, read-only XML CDATA. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractElement.add(CDATA cdata) |
boolean |
AbstractElement.remove(CDATA cdata) |
Modifier and Type | Method and Description |
---|---|
CDATA |
ProxyDocumentFactory.createCDATA(String text) |
Modifier and Type | Method and Description |
---|---|
void |
Dom4jProxy.add(CDATA cdata) |
boolean |
Dom4jProxy.remove(CDATA cdata) |
Modifier and Type | Method and Description |
---|---|
void |
ElementWrapper.add(CDATA cdata) |
boolean |
ElementWrapper.remove(CDATA cdata) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.