Uses of Interface org.dom4j.Attribute

Uses in package org.dom4j.io

Methods with parameter type org.dom4j.Attribute

javax.xml.stream.events.Attribute
Constructs a STAX javax.xml.stream.events.Attributeevent from a DOM4J Attribute.
void
Writes the given Attribute.
void
Writes a DOM4J Attributeto the stream.
void

Methods with return type org.dom4j.Attribute

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.

Uses in package org.dom4j.util

Classes implementing org.dom4j.Attribute

class
UserDataAttribute support the adornment of a user data object on an Element or Attribute instance such that the methods setData(Object)will get and set the values of a user data object.

Methods with parameter type org.dom4j.Attribute

void
void
boolean
int
void
void

Methods with return type org.dom4j.Attribute

Attribute
Attribute
Attribute
ProxyDocumentFactory.createAttribute(Element owner, String name, String value)
Attribute
ProxyDocumentFactory.createAttribute(Element owner, QName qname, String value)
Attribute
UserDataDocumentFactory.createAttribute(Element owner, QName qname, String value)

Uses in package org.dom4j.datatype

Classes implementing org.dom4j.Attribute

class
DatatypeAttribute represents an Attribute which supports the XML Schema Data Types specification.

Methods with return type org.dom4j.Attribute

Attribute
DatatypeDocumentFactory.createAttribute(Element owner, QName qname, String value)
Attribute
DatatypeElementFactory.createAttribute(Element owner, QName qname, String value)

Uses in package org.dom4j

Methods with parameter type org.dom4j.Attribute

void
Element.add(Attribute attribute)
Adds the given Attribute to this element.
boolean
Removes the given Attribute from this element.
void
Visits the given Attribute
void

Methods with return type org.dom4j.Attribute

Attribute
Element.attribute(String name)
Returns the attribute with the given name
Attribute
Element.attribute(int index)
Returns the attribute at the specified indexGets the
Attribute
DOCUMENT ME!
Attribute
DocumentFactory.createAttribute(Element owner, String name, String value)
Attribute
DocumentHelper.createAttribute(Element owner, String name, String value)
Attribute
DocumentFactory.createAttribute(Element owner, QName qname, String value)
Attribute
DocumentHelper.createAttribute(Element owner, QName qname, String value)

Copyright B) 2005 MetaStuff Ltd. All Rights Reserved. Hosted by

SourceForge Logo