Package | Description |
---|---|
org.dom4j |
Defines the XML Document Object Model in Java interfaces together
with some helper classes.
|
org.dom4j.bean |
An implementation of the dom4j API which allows JavaBeans to be used to
store and retrieve attribute values from Element.
|
org.dom4j.datatype |
An implementation of the dom4j API which supports the
XML Schema Data Types specification.
|
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 |
---|---|
Attribute |
Element.attribute(int index)
Returns the attribute at the specified indexGets the
|
Attribute |
Element.attribute(QName qName)
DOCUMENT ME!
|
Attribute |
Element.attribute(String name)
Returns the attribute with the given name
|
static Attribute |
DocumentHelper.createAttribute(Element owner,
QName qname,
String value) |
Attribute |
DocumentFactory.createAttribute(Element owner,
QName qname,
String value) |
static Attribute |
DocumentHelper.createAttribute(Element owner,
String name,
String value) |
Attribute |
DocumentFactory.createAttribute(Element owner,
String name,
String value) |
Modifier and Type | Method and Description |
---|---|
void |
Element.add(Attribute attribute)
Adds the given
Attribute to this element. |
boolean |
Element.remove(Attribute attribute)
Removes the given
Attribute from this element. |
void |
VisitorSupport.visit(Attribute node) |
void |
Visitor.visit(Attribute node)
Visits the given
Attribute |
Modifier and Type | Class and Description |
---|---|
class |
BeanAttribute
BeanAttribute represents a mutable XML attribute which is
backed by a property of the JavaBean of its parent element. |
Modifier and Type | Method and Description |
---|---|
Attribute |
BeanElement.attribute(QName qname) |
Attribute |
BeanAttributeList.attribute(QName qname) |
Attribute |
BeanElement.attribute(String name) |
Attribute |
BeanAttributeList.attribute(String name) |
Attribute |
BeanDocumentFactory.createAttribute(Element owner,
QName qname,
String value) |
Modifier and Type | Class and Description |
---|---|
class |
DatatypeAttribute
DatatypeAttribute represents an Attribute which supports the
XML Schema Data Types
specification. |
Modifier and Type | Method and Description |
---|---|
Attribute |
DatatypeElementFactory.createAttribute(Element owner,
QName qname,
String value) |
Attribute |
DatatypeDocumentFactory.createAttribute(Element owner,
QName qname,
String value) |
Modifier and Type | Class and Description |
---|---|
class |
DOMAttribute
DOMAttribute implements a doubly linked attribute which
supports the W3C DOM API. |
Modifier and Type | Method and Description |
---|---|
protected Attribute |
DOMElement.attribute(Attr attr) |
protected Attribute |
DOMElement.attribute(String namespaceURI,
String localName) |
protected Attribute |
DOMElement.createAttribute(Attr newAttr) |
Attribute |
DOMDocumentFactory.createAttribute(Element owner,
QName qname,
String value) |
Modifier and Type | Method and Description |
---|---|
Attribute |
STAXEventReader.createAttribute(Element elem,
Attribute attr)
Constructs a new DOM4J Attribute from the provided StAX Attribute event.
|
Attribute |
STAXEventReader.readAttribute(XMLEventReader reader)
Constructs a DOM4J Attribute from the provided event stream.
|
Modifier and Type | Method and Description |
---|---|
Attribute |
STAXEventWriter.createAttribute(Attribute attr)
|
void |
XMLWriter.write(Attribute attribute)
Writes the given
Attribute . |
protected void |
XMLWriter.writeAttribute(Attribute attribute) |
void |
STAXEventWriter.writeAttribute(Attribute attr)
Writes a DOM4J
Attribute to the stream. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAttribute
AbstractNamespace is an abstract base class for tree
implementors to use for implementation inheritence. |
class |
DefaultAttribute
DefaultAttribute implements a doubly linked node which
supports the parent relationship and is mutable. |
class |
FlyweightAttribute
FlyweightAttribute is a Flyweight pattern implementation of a
singly linked, read-only XML Attribute. |
Modifier and Type | Method and Description |
---|---|
Attribute |
DefaultElement.attribute(int index) |
Attribute |
AbstractElement.attribute(int index) |
Attribute |
DefaultElement.attribute(QName qName) |
Attribute |
AbstractElement.attribute(QName qName) |
Attribute |
DefaultElement.attribute(String name) |
Attribute |
AbstractElement.attribute(String name) |
Attribute |
DefaultElement.attribute(String name,
Namespace namespace) |
Attribute |
AbstractElement.attribute(String name,
Namespace namespace) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultElement.add(Attribute attribute) |
void |
AbstractElement.add(Attribute attribute) |
boolean |
DefaultElement.remove(Attribute attribute) |
boolean |
AbstractElement.remove(Attribute attribute) |
Modifier and Type | Class and Description |
---|---|
class |
UserDataAttribute
UserDataAttribute support the adornment of a user data object
on an Element or Attribute instance such that the methods
UserDataAttribute.setData(Object) will get and set the values of a user data object. |
Modifier and Type | Method and Description |
---|---|
Attribute |
IndexedElement.attribute(QName qName) |
Attribute |
IndexedElement.attribute(String name) |
Attribute |
UserDataDocumentFactory.createAttribute(Element owner,
QName qname,
String value) |
Attribute |
ProxyDocumentFactory.createAttribute(Element owner,
QName qname,
String value) |
Attribute |
ProxyDocumentFactory.createAttribute(Element owner,
String name,
String value) |
Modifier and Type | Method and Description |
---|---|
protected void |
IndexedElement.addToAttributeIndex(Attribute attribute) |
protected void |
IndexedElement.addToAttributeIndex(Object key,
Attribute value) |
protected static boolean |
AttributeHelper.booleanValue(Attribute attribute) |
int |
NodeComparator.compare(Attribute n1,
Attribute n2) |
protected void |
IndexedElement.removeFromAttributeIndex(Attribute attribute) |
protected void |
IndexedElement.removeFromAttributeIndex(Object key,
Attribute value) |
Modifier and Type | Method and Description |
---|---|
Attribute |
Dom4jProxy.attribute(int i) |
Attribute |
Dom4jProxy.attribute(QName qName) |
Attribute |
Dom4jProxy.attribute(String name) |
Modifier and Type | Method and Description |
---|---|
void |
Dom4jProxy.add(Attribute attribute) |
boolean |
Dom4jProxy.remove(Attribute attribute) |
Modifier and Type | Method and Description |
---|---|
Attribute |
ElementWrapper.attribute(int i) |
Attribute |
ElementWrapper.attribute(QName qName) |
Attribute |
ElementWrapper.attribute(String name) |
Modifier and Type | Method and Description |
---|---|
void |
ElementWrapper.add(Attribute attribute) |
boolean |
ElementWrapper.remove(Attribute attribute) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.