Uses of Interface
org.dom4j.Attribute

Packages that use Attribute
org.dom4j   
org.dom4j.bean   
org.dom4j.datatype   
org.dom4j.dom   
org.dom4j.io   
org.dom4j.tree   
org.dom4j.util   
 

Uses of Attribute in org.dom4j
 

Methods in org.dom4j that return Attribute
static Attribute DocumentHelper.createAttribute(Element owner, QName qname, java.lang.String value)
           
static Attribute DocumentHelper.createAttribute(Element owner, java.lang.String name, java.lang.String value)
           
 Attribute DocumentFactory.createAttribute(Element owner, QName qname, java.lang.String value)
           
 Attribute DocumentFactory.createAttribute(Element owner, java.lang.String name, java.lang.String value)
           
 Attribute Element.attribute(int index)
          Returns the attribute at the specified indexGets the
 Attribute Element.attribute(java.lang.String name)
          Returns the attribute with the given name
 Attribute Element.attribute(QName qname)
           
 

Methods in org.dom4j with parameters of type Attribute
 void Visitor.visit(Attribute node)
          Visits the given Attribute
 void VisitorSupport.visit(Attribute node)
           
 void Element.add(Attribute attribute)
          Adds the given Attribute to this element.
 boolean Element.remove(Attribute attribute)
          Removes the given Attribute from this element.
 

Uses of Attribute in org.dom4j.bean
 

Classes in org.dom4j.bean that implement Attribute
 class BeanAttribute
          BeanAttribute represents 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
 Attribute BeanDocumentFactory.createAttribute(Element owner, QName qname, java.lang.String value)
           
 Attribute BeanElement.attribute(java.lang.String name)
           
 Attribute BeanElement.attribute(QName qname)
           
 Attribute BeanAttributeList.attribute(java.lang.String name)
           
 Attribute BeanAttributeList.attribute(QName qname)
           
 

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 DatatypeDocumentFactory.createAttribute(Element owner, QName qname, java.lang.String value)
           
 Attribute DatatypeElementFactory.createAttribute(Element owner, QName qname, java.lang.String value)
           
 

Uses of Attribute in org.dom4j.dom
 

Classes in org.dom4j.dom that implement Attribute
 class DOMAttribute
          DOMAttribute implements a doubly linked attribute which supports the W3C DOM API.
 

Methods in org.dom4j.dom that return Attribute
 Attribute DOMDocumentFactory.createAttribute(Element owner, QName qname, java.lang.String value)
           
protected  Attribute DOMElement.attribute(org.w3c.dom.Attr attr)
           
protected  Attribute DOMElement.attribute(java.lang.String namespaceURI, java.lang.String localName)
           
protected  Attribute DOMElement.createAttribute(org.w3c.dom.Attr newAttr)
           
 

Uses of Attribute in org.dom4j.io
 

Methods in org.dom4j.io with parameters of type Attribute
 void XMLWriter.write(Attribute attribute)
          Writes the given Attribute.
protected  void XMLWriter.writeAttribute(Attribute attribute)
           
 

Uses of Attribute in org.dom4j.tree
 

Classes in org.dom4j.tree that implement Attribute
 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.
 

Methods in org.dom4j.tree that return Attribute
 Attribute DefaultElement.attribute(int index)
           
 Attribute DefaultElement.attribute(java.lang.String name)
           
 Attribute DefaultElement.attribute(QName qName)
           
 Attribute DefaultElement.attribute(java.lang.String name, Namespace namespace)
           
 Attribute AbstractElement.attribute(int index)
           
 Attribute AbstractElement.attribute(java.lang.String name)
           
 Attribute AbstractElement.attribute(QName qName)
           
 Attribute AbstractElement.attribute(java.lang.String name, Namespace namespace)
           
 

Methods in org.dom4j.tree with parameters of type Attribute
 void DefaultElement.add(Attribute attribute)
           
 boolean DefaultElement.remove(Attribute attribute)
           
 void AbstractElement.add(Attribute attribute)
           
 boolean AbstractElement.remove(Attribute 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.getData() UserDataAttribute.setData(Object) will get and set the values of a user data object.
 

Methods in org.dom4j.util that return Attribute
 Attribute UserDataDocumentFactory.createAttribute(Element owner, QName qname, java.lang.String value)
           
 Attribute IndexedElement.attribute(java.lang.String name)
           
 Attribute IndexedElement.attribute(QName qName)
           
 Attribute ProxyDocumentFactory.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 static boolean AttributeHelper.booleanValue(Attribute attribute)
           
 int NodeComparator.compare(Attribute n1, Attribute n2)
           
protected  void IndexedElement.addToAttributeIndex(Attribute attribute)
           
protected  void IndexedElement.addToAttributeIndex(java.lang.Object key, Attribute value)
           
protected  void IndexedElement.removeFromAttributeIndex(Attribute attribute)
           
protected  void IndexedElement.removeFromAttributeIndex(java.lang.Object key, Attribute value)
           
 



Copyright © 2001 MetaStuff Ltd. All Rights Reserved. Hosted by

SourceForge Logo