Uses of Class
org.zkoss.idom.Attribute

Packages that use Attribute
org.zkoss.idom The iDOM representation of XML DOM tree. 
org.zkoss.idom.input SAX builder and factory for iDOM. 
 

Uses of Attribute in org.zkoss.idom
 

Methods in org.zkoss.idom that return Attribute
 Attribute Element.getAttributeItem(java.lang.String tname)
           
 Attribute Attributable.getAttributeItem(java.lang.String tname)
          Gets the attribute with the tag name.
 Attribute Element.getAttributeItem(java.lang.String namespace, java.lang.String name, int mode)
           
 Attribute Attributable.getAttributeItem(java.lang.String namespace, java.lang.String name, int mode)
          Gets the first attribute that matches the specified criteria.
 Attribute Element.setAttribute(Attribute attr)
           
 Attribute Attributable.setAttribute(Attribute attr)
          Adds the giving attribute.
 Attribute Element.setAttributeValue(java.lang.String tname, java.lang.String value)
           
 Attribute Attributable.setAttributeValue(java.lang.String tname, java.lang.String value)
          Sets the value of the attribute with the giving tag name.
 

Methods in org.zkoss.idom with parameters of type Attribute
 Attribute Element.setAttribute(Attribute attr)
           
 Attribute Attributable.setAttribute(Attribute attr)
          Adds the giving attribute.
 

Uses of Attribute in org.zkoss.idom.input
 

Methods in org.zkoss.idom.input that return Attribute
 Attribute IDOMFactory.newAttribute(Namespace ns, java.lang.String lname, java.lang.String value)
          Creates an Attribute with namespace.
 Attribute DefaultIDOMFactory.newAttribute(Namespace ns, java.lang.String lname, java.lang.String value)
           
 Attribute IDOMFactory.newAttribute(java.lang.String lname, java.lang.String value)
          Creates an Attribute without namespace.
 Attribute DefaultIDOMFactory.newAttribute(java.lang.String lname, java.lang.String value)
           
 



Copyright © 2005-2009 Potix Corporation. All Rights Reserved. SourceForge.net Logo