org.apache.xerces.parsers
Class AbstractSAXParser.AttributesProxy
java.lang.Object
org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
- AbstractSAXParser
- org.xml.sax.AttributeList, org.xml.sax.Attributes
protected static final class AbstractSAXParser.AttributesProxy
extends java.lang.Object
implements org.xml.sax.AttributeList, org.xml.sax.Attributes
protected org.apache.xerces.xni.XMLAttributes | fAttributes - XML attributes.
|
fAttributes
protected org.apache.xerces.xni.XMLAttributes fAttributes
XML attributes.
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
setAttributes
public void setAttributes(org.apache.xerces.xni.XMLAttributes attributes)
Sets the XML attributes.
Copyright B) 1999-2004 Apache XML Project. All Rights Reserved.