Uses of Interface
org.base.apps.xml.elem.Attr

Packages that use Attr
org.base.apps.xml.elem Contains Element API, a simple representation of an XML tree. 
org.base.apps.xml.elem.impl Implementation of the Element API. 
 

Uses of Attr in org.base.apps.xml.elem
 

Methods in org.base.apps.xml.elem that return Attr
 Attr Element.getAttribute(String name)
          Fetches an attribute by name.
 

Methods in org.base.apps.xml.elem that return types with arguments of type Attr
 Iterator<Attr> Element.getAttributes()
          Fetches this Element's attributes.
 

Methods in org.base.apps.xml.elem with parameters of type Attr
 Element Element.addAttribute(Attr attr)
          Adds the specified attribute.
 Element Element.removeAttribute(Attr attr)
          Remove the given attribute.
 

Uses of Attr in org.base.apps.xml.elem.impl
 

Classes in org.base.apps.xml.elem.impl that implement Attr
 class BaseAttr
           
 

Methods in org.base.apps.xml.elem.impl that return Attr
 Attr BaseElement.getAttribute(String name)
           
 

Methods in org.base.apps.xml.elem.impl that return types with arguments of type Attr
protected  Map<String,Attr> BaseElement.getAttributeMap()
           
 Iterator<Attr> BaseElement.getAttributes()
           
 

Methods in org.base.apps.xml.elem.impl with parameters of type Attr
 Element BaseElement.addAttribute(Attr attr)
           
 Element BaseElement.removeAttribute(Attr attr)
           
 

Method parameters in org.base.apps.xml.elem.impl with type arguments of type Attr
protected  void BaseElement.setAttributeMap(Map<String,Attr> attributeMap)
           
 


Please visit Base Apps, hosted on Sourceforge.net.

Copyright 2011, Blue Agate Software Entity (BASE)