Uses of Class
com.taursys.xml.Attribute

Packages that use Attribute
com.taursys.xml This package contains the core Mapper XML components and containers. 
com.taursys.xml.render This package contains rendering subcomponents for Mapper XML components. 
 

Uses of Attribute in com.taursys.xml
 

Methods in com.taursys.xml that return Attribute
 Attribute ElementDelegate.getAttribute(java.lang.String attributeName)
           
 Attribute ElementDelegate.createAttribute(java.lang.String attributeName)
           
 Attribute ElementDelegate.createAttribute(java.lang.String attributeName, int dataType)
           
 Attribute ElementDelegate.createBoundAttribute(java.lang.String attributeName, java.lang.String propertyName)
           
 Attribute ElementDelegate.createAttribute(java.lang.String attributeName, java.lang.String propertyName, ValueHolder holder)
           
 Attribute Element.getAttribute(java.lang.String attributeName)
          Gets an Attribute by name or null if it does not exist
 Attribute Element.createAttribute(java.lang.String attributeName)
          Creates and binds an Attribute with the given name to this Element.
 Attribute Element.createAttribute(java.lang.String attributeName, int dataType)
          Creates and binds an Attribute of the given type with the given name to this Element.
 Attribute Element.createBoundAttribute(java.lang.String attributeName, java.lang.String propertyName)
          Creates and binds an Attribute with the given name to this Element.
 Attribute Element.createAttribute(java.lang.String attributeName, java.lang.String propertyName, ValueHolder holder)
          Creates and binds an Attribute with the given name to this Element.
 Attribute DocumentElement.createAttribute(java.lang.String attributeName)
           
 Attribute DocumentElement.createAttribute(java.lang.String attributeName, int dataType)
           
 Attribute DocumentElement.createBoundAttribute(java.lang.String attributeName, java.lang.String propertyName)
           
 Attribute DocumentElement.createAttribute(java.lang.String attributeName, java.lang.String propertyName, ValueHolder holder)
           
 Attribute DocumentElement.getAttribute(java.lang.String attributeName)
           
 Attribute Button.createAttribute(java.lang.String attributeName)
           
 Attribute Button.createAttribute(java.lang.String attributeName, int dataType)
           
 Attribute Button.createBoundAttribute(java.lang.String attributeName, java.lang.String propertyName)
           
 Attribute Button.createAttribute(java.lang.String attributeName, java.lang.String propertyName, ValueHolder holder)
           
 Attribute Button.getAttribute(java.lang.String attributeName)
           
 Attribute AbstractField.createAttribute(java.lang.String attributeName)
           
 Attribute AbstractField.createAttribute(java.lang.String attributeName, int dataType)
           
 Attribute AbstractField.createBoundAttribute(java.lang.String attributeName, java.lang.String propertyName)
           
 Attribute AbstractField.createAttribute(java.lang.String attributeName, java.lang.String propertyName, ValueHolder holder)
           
 Attribute AbstractField.getAttribute(java.lang.String attributeName)
           
 

Methods in com.taursys.xml with parameters of type Attribute
 void ElementDelegate.addAttribute(Attribute attribute)
           
 void ElementDelegate.removeAttribute(Attribute attribute)
           
 void Element.addAttribute(Attribute attribute)
          Add the given Attribute to this Element.
 void Element.removeAttribute(Attribute attribute)
          Removes the given Attribute from this Element and sets its parent to null.
 void DocumentElement.addAttribute(Attribute attribute)
           
 void DocumentElement.removeAttribute(Attribute attribute)
           
 void Button.addAttribute(Attribute attribute)
           
 void Button.removeAttribute(Attribute attribute)
           
 void AbstractField.addAttribute(Attribute attribute)
           
 void AbstractField.removeAttribute(Attribute attribute)
           
 

Uses of Attribute in com.taursys.xml.render
 

Constructors in com.taursys.xml.render with parameters of type Attribute
StandAloneAttributeRenderer(Attribute attribute)
          Constructs a new AttributeRender for the given Attribute.
AttributeRenderer(Attribute attribute)
          Constructs a new AttributeRender for the given Attribute.
 



Copyright © 2007 Martin T Phelan. All Rights Reserved.