|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Attribute | |
---|---|
org.dom4j | Defines the XML Document Object Model in Java interfaces together with some helper classes. |
org.dom4j.datatype | An implementation of the dom4j API which supports the XML Schema Data Types specification. |
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. |
Uses of Attribute in org.dom4j |
---|
Methods in org.dom4j that return Attribute | |
---|---|
Attribute |
Element.attribute(int index)
Returns the attribute at the specified indexGets the |
Attribute |
Element.attribute(QName qName)
DOCUMENT ME! |
Attribute |
Element.attribute(java.lang.String name)
Returns the attribute with the given name |
Attribute |
DocumentFactory.createAttribute(Element owner,
QName qname,
java.lang.String value)
|
static Attribute |
DocumentHelper.createAttribute(Element owner,
QName qname,
java.lang.String value)
|
Attribute |
DocumentFactory.createAttribute(Element owner,
java.lang.String name,
java.lang.String value)
|
static Attribute |
DocumentHelper.createAttribute(Element owner,
java.lang.String name,
java.lang.String value)
|
Methods in org.dom4j with parameters of type Attribute | |
---|---|
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 |
Visitor.visit(Attribute node)
Visits the given Attribute |
void |
VisitorSupport.visit(Attribute node)
|
Uses of Attribute in org.dom4j.datatype |
---|
Classes in org.dom4j.datatype that implement Attribute | |
---|---|
class |
DatatypeAttribute
DatatypeAttribute represents an Attribute which supports the
XML Schema Data Types
specification. |
Methods in org.dom4j.datatype that return Attribute | |
---|---|
Attribute |
DatatypeElementFactory.createAttribute(Element owner,
QName qname,
java.lang.String value)
|
Attribute |
DatatypeDocumentFactory.createAttribute(Element owner,
QName qname,
java.lang.String value)
|
Uses of Attribute in org.dom4j.io |
---|
Methods in org.dom4j.io that return Attribute | |
---|---|
Attribute |
STAXEventReader.createAttribute(Element elem,
javax.xml.stream.events.Attribute attr)
Constructs a new DOM4J Attribute from the provided StAX Attribute event. |
Attribute |
STAXEventReader.readAttribute(javax.xml.stream.XMLEventReader reader)
Constructs a DOM4J Attribute from the provided event stream. |
Methods in org.dom4j.io with parameters of type Attribute | |
---|---|
javax.xml.stream.events.Attribute |
STAXEventWriter.createAttribute(Attribute attr)
Constructs a STAX Attribute event from a
DOM4J Attribute . |
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. |
Uses of Attribute in org.dom4j.tree |
---|
Classes in org.dom4j.tree that implement Attribute | |
---|---|
class |
org.dom4j.tree.AbstractAttribute
AbstractNamespace is an abstract base class for tree
implementors to use for implementation inheritence. |
class |
org.dom4j.tree.DefaultAttribute
DefaultAttribute implements a doubly linked node which
supports the parent relationship and is mutable. |
class |
org.dom4j.tree.FlyweightAttribute
FlyweightAttribute is a Flyweight pattern implementation of a
singly linked, read-only XML Attribute. |
Uses of Attribute in org.dom4j.util |
---|
Classes in org.dom4j.util that implement Attribute | |
---|---|
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. |
Methods in org.dom4j.util that return Attribute | |
---|---|
Attribute |
IndexedElement.attribute(QName qName)
|
Attribute |
IndexedElement.attribute(java.lang.String name)
|
Attribute |
ProxyDocumentFactory.createAttribute(Element owner,
QName qname,
java.lang.String value)
|
Attribute |
UserDataDocumentFactory.createAttribute(Element owner,
QName qname,
java.lang.String value)
|
Attribute |
ProxyDocumentFactory.createAttribute(Element owner,
java.lang.String name,
java.lang.String value)
|
Methods in org.dom4j.util with parameters of type Attribute | |
---|---|
protected void |
IndexedElement.addToAttributeIndex(Attribute attribute)
|
protected void |
IndexedElement.addToAttributeIndex(java.lang.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(java.lang.Object key,
Attribute value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |