textbender.g.xml.sax.ext
Class Attributes2_0
java.lang.Object
  
Attributes2_0
- All Implemented Interfaces: 
 - Attributes, Attributes2
 
public final class Attributes2_0
- extends Object
- implements Attributes2
  
An empty Attributes2. Thread safe.
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Attributes2_0
public Attributes2_0()
i
public static Attributes2_0 i()
- A common instance of Attributes2_0.
 
 
 
getIndex
public int getIndex(String qName)
- Specified by:
 getIndex in interface Attributes
 
 
getIndex
public int getIndex(String uri,
                    String localName)
- Specified by:
 getIndex in interface Attributes
 
 
getLength
public int getLength()
- Specified by:
 getLength in interface Attributes
 
 
getLocalName
public String getLocalName(int index)
- Specified by:
 getLocalName in interface Attributes
 
 
getQName
public String getQName(int index)
- Specified by:
 getQName in interface Attributes
 
 
getType
public String getType(int index)
- Specified by:
 getType in interface Attributes
 
 
getType
public String getType(String qName)
- Specified by:
 getType in interface Attributes
 
 
getType
public String getType(String uri,
                      String localName)
- Specified by:
 getType in interface Attributes
 
 
getURI
public String getURI(int index)
- Specified by:
 getURI in interface Attributes
 
 
getValue
public String getValue(int index)
- Specified by:
 getValue in interface Attributes
 
 
getValue
public String getValue(String qName)
- Specified by:
 getValue in interface Attributes
 
 
getValue
public String getValue(String uri,
                       String localName)
- Specified by:
 getValue in interface Attributes
 
 
isDeclared
public boolean isDeclared(int index)
- Specified by:
 isDeclared in interface Attributes2
 
 
isDeclared
public boolean isDeclared(String qName)
- Specified by:
 isDeclared in interface Attributes2
 
 
isDeclared
public boolean isDeclared(String uri,
                          String localName)
- Specified by:
 isDeclared in interface Attributes2
 
 
isSpecified
public boolean isSpecified(int index)
- Specified by:
 isSpecified in interface Attributes2
 
 
isSpecified
public boolean isSpecified(String qName)
- Specified by:
 isSpecified in interface Attributes2
 
 
isSpecified
public boolean isSpecified(String uri,
                           String localName)
- Specified by:
 isSpecified in interface Attributes2