Uses of Interface
org.dom4j.Attribute
-
Packages that use Attribute 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. -
-
Uses of Attribute in org.dom4j
Methods in org.dom4j that return Attribute Modifier and Type Method Description AttributeElement. attribute(int index)Returns the attribute at the specified indexGets theAttributeElement. attribute(String name)Returns the attribute with the given nameAttributeElement. attribute(QName qName)DOCUMENT ME!AttributeDocumentFactory. createAttribute(Element owner, String name, String value)AttributeDocumentFactory. createAttribute(Element owner, QName qname, String value)static AttributeDocumentHelper. createAttribute(Element owner, String name, String value)static AttributeDocumentHelper. createAttribute(Element owner, QName qname, String value)Methods in org.dom4j that return types with arguments of type Attribute Modifier and Type Method Description Iterator<Attribute>Element. attributeIterator()DOCUMENT ME!List<Attribute>Element. attributes()Methods in org.dom4j with parameters of type Attribute Modifier and Type Method Description voidElement. add(Attribute attribute)Adds the givenAttributeto this element.booleanElement. remove(Attribute attribute)Removes the givenAttributefrom this element.voidVisitor. visit(Attribute node)Visits the givenAttributevoidVisitorSupport. visit(Attribute node)Method parameters in org.dom4j with type arguments of type Attribute Modifier and Type Method Description voidElement. setAttributes(List<Attribute> attributes)Sets the attributes that this element contains -
Uses of Attribute in org.dom4j.bean
Classes in org.dom4j.bean that implement Attribute Modifier and Type Class Description classBeanAttributeBeanAttributerepresents a mutable XML attribute which is backed by a property of the JavaBean of its parent element.Methods in org.dom4j.bean that return Attribute Modifier and Type Method Description AttributeBeanDocumentFactory. createAttribute(Element owner, QName qname, String value)Methods in org.dom4j.bean that return types with arguments of type Attribute Modifier and Type Method Description protected List<Attribute>BeanElement. createAttributeList()A Factory Method pattern which lazily creates a List implementation used to store contentprotected List<Attribute>BeanElement. createAttributeList(int size)Method parameters in org.dom4j.bean with type arguments of type Attribute Modifier and Type Method Description voidBeanElement. setAttributes(List<Attribute> attributes) -
Uses of Attribute in org.dom4j.datatype
Classes in org.dom4j.datatype that implement Attribute Modifier and Type Class Description classDatatypeAttributeDatatypeAttributerepresents an Attribute which supports the XML Schema Data Types specification.Methods in org.dom4j.datatype that return Attribute Modifier and Type Method Description AttributeDatatypeDocumentFactory. createAttribute(Element owner, QName qname, String value)AttributeDatatypeElementFactory. createAttribute(Element owner, QName qname, String value) -
Uses of Attribute in org.dom4j.dom
Classes in org.dom4j.dom that implement Attribute Modifier and Type Class Description classDOMAttributeDOMAttributeimplements a doubly linked attribute which supports the W3C DOM API.Methods in org.dom4j.dom that return Attribute Modifier and Type Method Description protected AttributeDOMElement. attribute(String namespaceURI, String localName)protected AttributeDOMElement. attribute(Attr attr)AttributeDOMDocumentFactory. createAttribute(Element owner, QName qname, String value)protected AttributeDOMElement. createAttribute(Attr newAttr) -
Uses of Attribute in org.dom4j.io
Methods in org.dom4j.io that return Attribute Modifier and Type Method Description AttributeSTAXEventReader. createAttribute(Element elem, Attribute attr)Constructs a new DOM4J Attribute from the provided StAX Attribute event.AttributeSTAXEventReader. readAttribute(XMLEventReader reader)Constructs a DOM4J Attribute from the provided event stream.Methods in org.dom4j.io with parameters of type Attribute Modifier and Type Method Description AttributeSTAXEventWriter. createAttribute(Attribute attr)voidXMLWriter. write(Attribute attribute)Writes the givenAttribute.voidSTAXEventWriter. writeAttribute(Attribute attr)Writes a DOM4JAttributeto the stream.protected voidXMLWriter. writeAttribute(Attribute attribute) -
Uses of Attribute in org.dom4j.tree
Classes in org.dom4j.tree that implement Attribute Modifier and Type Class Description classAbstractAttributeAbstractNamespaceis an abstract base class for tree implementors to use for implementation inheritence.classDefaultAttributeDefaultAttributeimplements a doubly linked node which supports the parent relationship and is mutable.classFlyweightAttributeFlyweightAttributeis a Flyweight pattern implementation of a singly linked, read-only XML Attribute.Fields in org.dom4j.tree with type parameters of type Attribute Modifier and Type Field Description protected List<Attribute>BaseElement. attributeslist of attributesMethods in org.dom4j.tree that return Attribute Modifier and Type Method Description AttributeAbstractElement. attribute(int index)AttributeAbstractElement. attribute(String name)AttributeAbstractElement. attribute(String name, Namespace namespace)AttributeAbstractElement. attribute(QName qName)AttributeDefaultElement. attribute(int index)AttributeDefaultElement. attribute(String name)AttributeDefaultElement. attribute(String name, Namespace namespace)AttributeDefaultElement. attribute(QName qName)Methods in org.dom4j.tree that return types with arguments of type Attribute Modifier and Type Method Description Iterator<Attribute>AbstractElement. attributeIterator()Iterator<Attribute>DefaultElement. attributeIterator()protected abstract List<Attribute>AbstractElement. attributeList()DOCUMENT ME!protected abstract List<Attribute>AbstractElement. attributeList(int attributeCount)DOCUMENT ME!protected List<Attribute>BaseElement. attributeList()protected List<Attribute>BaseElement. attributeList(int size)protected List<Attribute>DefaultElement. attributeList()protected List<Attribute>DefaultElement. attributeList(int size)List<Attribute>AbstractElement. attributes()List<Attribute>DefaultElement. attributes()protected List<Attribute>AbstractElement. createAttributeList()A Factory Method pattern which creates a List implementation used to store attributesprotected List<Attribute>AbstractElement. createAttributeList(int size)A Factory Method pattern which creates a List implementation used to store attributesMethods in org.dom4j.tree with parameters of type Attribute Modifier and Type Method Description voidAbstractElement. add(Attribute attribute)voidDefaultElement. add(Attribute attribute)booleanAbstractElement. remove(Attribute attribute)booleanDefaultElement. remove(Attribute attribute)Method parameters in org.dom4j.tree with type arguments of type Attribute Modifier and Type Method Description protected voidBaseElement. setAttributeList(List<Attribute> attributeList)protected voidDefaultElement. setAttributeList(List<Attribute> attributeList)voidBaseElement. setAttributes(List<Attribute> attributes)voidDefaultElement. setAttributes(List<Attribute> attributes) -
Uses of Attribute in org.dom4j.util
Classes in org.dom4j.util that implement Attribute Modifier and Type Class Description classUserDataAttributeUserDataAttributesupport the adornment of a user data object on an Element or Attribute instance such that the methodsUserDataAttribute.getData()UserDataAttribute.setData(Object)will get and set the values of a user data object.Methods in org.dom4j.util that return Attribute Modifier and Type Method Description AttributeIndexedElement. attribute(String name)AttributeIndexedElement. attribute(QName qName)AttributeProxyDocumentFactory. createAttribute(Element owner, String name, String value)AttributeProxyDocumentFactory. createAttribute(Element owner, QName qname, String value)AttributeUserDataDocumentFactory. createAttribute(Element owner, QName qname, String value)Methods in org.dom4j.util that return types with arguments of type Attribute Modifier and Type Method Description protected Map<Object,Attribute>IndexedElement. attributeIndex()protected Map<Object,Attribute>IndexedElement. createAttributeIndex()A Factory Method to create the index for attributesMethods in org.dom4j.util with parameters of type Attribute Modifier and Type Method Description protected voidIndexedElement. addToAttributeIndex(Object key, Attribute value)protected voidIndexedElement. addToAttributeIndex(Attribute attribute)protected static booleanAttributeHelper. booleanValue(Attribute attribute)intNodeComparator. compare(Attribute n1, Attribute n2)protected voidIndexedElement. removeFromAttributeIndex(Object key, Attribute value)protected voidIndexedElement. removeFromAttributeIndex(Attribute attribute)
-