Save This Page
Home » cocoon-2.1.11-src » org.apache » cocoon » serialization » hssfhelpers » [javadoc | source]
org.apache.cocoon.serialization.hssfhelpers
class: A [javadoc | source]
java.lang.Object
   org.apache.cocoon.serialization.hssfhelpers.A

All Implemented Interfaces:
    Attributes

Trivial implementation of Attribute
Constructor:
 A() 
Method from org.apache.cocoon.serialization.hssfhelpers.A Summary:
getIndex,   getIndex,   getLength,   getLocalName,   getQName,   getType,   getType,   getType,   getURI,   getValue,   getValue,   getValue
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cocoon.serialization.hssfhelpers.A Detail:
 public int getIndex(String qName) 
    Look up the index of an attribute by XML 1.0 qualified name.
 public int getIndex(String uri,
    String localPart) 
    Look up the index of an attribute by Namespace name.
 public int getLength() 
    Return the number of attributes in the list.
 public String getLocalName(int index) 
    Look up an attribute's local name by index.
 public String getQName(int index) 
    Look up an attribute's XML 1.0 qualified name by index.
 public String getType(int index) 
    Look up an attribute's type by index.
 public String getType(String qName) 
    Look up an attribute's type by XML 1.0 qualified name.
 public String getType(String uri,
    String localName) 
    Look up an attribute's type by Namespace name.
 public String getURI(int index) 
    Look up an attribute's Namespace URI by index.
 public String getValue(int index) 
    Look up an attribute's value by index.
 public String getValue(String qName) 
    Look up an attribute's value by XML 1.0 qualified name.
 public String getValue(String uri,
    String localName) 
    Look up an attribute's value by Namespace name.