public final class AttributesProxy
extends java.lang.Object
implements org.xml.sax.AttributeList, org.xml.sax.ext.Attributes2
getAttributes
public org.apache.xerces.xni.XMLAttributes getAttributes()
getIndex
public int getIndex(String qName)
- getIndex in interface org.xml.sax.Attributes
getIndex
public int getIndex(String uri,
String localPart)
- getIndex in interface org.xml.sax.Attributes
getLength
public int getLength()
- getLength in interface org.xml.sax.AttributeList
- getLength in interface org.xml.sax.Attributes
getLocalName
public String getLocalName(int index)
- getLocalName in interface org.xml.sax.Attributes
getName
public String getName(int i)
- getName in interface org.xml.sax.AttributeList
getQName
public String getQName(int index)
- getQName in interface org.xml.sax.Attributes
getType
public String getType(String name)
- getType in interface org.xml.sax.AttributeList
- getType in interface org.xml.sax.Attributes
getType
public String getType(String uri,
String localName)
- getType in interface org.xml.sax.Attributes
getType
public String getType(int i)
- getType in interface org.xml.sax.AttributeList
- getType in interface org.xml.sax.Attributes
getURI
public String getURI(int index)
- getURI in interface org.xml.sax.Attributes
getValue
public String getValue(String name)
- getValue in interface org.xml.sax.AttributeList
- getValue in interface org.xml.sax.Attributes
getValue
public String getValue(String uri,
String localName)
- getValue in interface org.xml.sax.Attributes
getValue
public String getValue(int i)
- getValue in interface org.xml.sax.AttributeList
- getValue in interface org.xml.sax.Attributes
isDeclared
public boolean isDeclared(String qName)
- isDeclared in interface org.xml.sax.ext.Attributes2
isDeclared
public boolean isDeclared(String uri,
String localName)
- isDeclared in interface org.xml.sax.ext.Attributes2
isDeclared
public boolean isDeclared(int index)
- isDeclared in interface org.xml.sax.ext.Attributes2
isSpecified
public boolean isSpecified(String qName)
- isSpecified in interface org.xml.sax.ext.Attributes2
isSpecified
public boolean isSpecified(String uri,
String localName)
- isSpecified in interface org.xml.sax.ext.Attributes2
isSpecified
public boolean isSpecified(int index)
- isSpecified in interface org.xml.sax.ext.Attributes2
setAttributes
public void setAttributes(org.apache.xerces.xni.XMLAttributes attributes)
Sets the XML attributes to be wrapped.