Uses of Class
org.dom4j.tree.AbstractAttribute

Packages that use AbstractAttribute
org.dom4j.bean   
org.dom4j.datatype   
org.dom4j.dom   
org.dom4j.tree   
org.dom4j.util   
 

Uses of AbstractAttribute in org.dom4j.bean
 

Subclasses of AbstractAttribute in org.dom4j.bean
 class BeanAttribute
          BeanAttribute represents a mutable XML attribute which is backed by a property of the JavaBean of its parent element.
 

Uses of AbstractAttribute in org.dom4j.datatype
 

Subclasses of AbstractAttribute in org.dom4j.datatype
 class DatatypeAttribute
          DatatypeAttribute represents an Attribute which supports the XML Schema Data Types specification.
 

Uses of AbstractAttribute in org.dom4j.dom
 

Subclasses of AbstractAttribute in org.dom4j.dom
 class DOMAttribute
          DOMAttribute implements a doubly linked attribute which supports the W3C DOM API.
 

Uses of AbstractAttribute in org.dom4j.tree
 

Subclasses of AbstractAttribute in org.dom4j.tree
 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.
 

Uses of AbstractAttribute in org.dom4j.util
 

Subclasses of AbstractAttribute in org.dom4j.util
 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.
 



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

SourceForge Logo