Package | Description |
---|---|
org.dom4j |
Defines the XML Document Object Model in Java interfaces together
with some helper classes.
|
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.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 | Class and Description |
---|---|
class |
VisitorSupport
VisitorSupport is an abstract base class which is useful for
implementation inheritence or when using anonymous inner classes to create
simple Visitor implementations. |
Modifier and Type | Method and Description |
---|---|
void |
Node.accept(Visitor visitor)
accept is the method used in the Visitor Pattern. |
void |
Namespace.accept(Visitor visitor) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractText.accept(Visitor visitor) |
void |
AbstractProcessingInstruction.accept(Visitor visitor) |
void |
AbstractEntity.accept(Visitor visitor) |
void |
AbstractElement.accept(Visitor visitor)
accept method is the Visitor Pattern
method. |
void |
AbstractDocumentType.accept(Visitor visitor) |
void |
AbstractDocument.accept(Visitor visitor)
accept method is the Visitor Pattern
method. |
void |
AbstractComment.accept(Visitor visitor) |
void |
AbstractCDATA.accept(Visitor visitor) |
void |
AbstractAttribute.accept(Visitor visitor) |
Modifier and Type | Method and Description |
---|---|
void |
Dom4jProxy.accept(Visitor visitor) |
Modifier and Type | Method and Description |
---|---|
void |
ElementWrapper.accept(Visitor visitor) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.