Package org.apache.xerces.parsers
Class AbstractSAXParser.AttributesProxy
java.lang.Object
org.apache.xerces.parsers.AbstractSAXParser.AttributesProxy
- All Implemented Interfaces:
AttributeList,Attributes,Attributes2
- Enclosing class:
AbstractSAXParser
protected static final class AbstractSAXParser.AttributesProxy
extends Object
implements AttributeList, Attributes2
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.apache.xerces.xni.XMLAttributesXML attributes. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintgetLocalName(int index) getName(int i) getQName(int index) getType(int i) getURI(int index) getValue(int i) booleanisDeclared(int index) booleanisDeclared(String qName) booleanisDeclared(String uri, String localName) booleanisSpecified(int index) booleanisSpecified(String qName) booleanisSpecified(String uri, String localName) voidsetAttributes(org.apache.xerces.xni.XMLAttributes attributes) Sets the XML attributes.
-
Field Details
-
fAttributes
protected org.apache.xerces.xni.XMLAttributes fAttributesXML attributes.
-
-
Constructor Details
-
AttributesProxy
protected AttributesProxy()
-
-
Method Details
-
setAttributes
public void setAttributes(org.apache.xerces.xni.XMLAttributes attributes) Sets the XML attributes. -
getLength
public int getLength()- Specified by:
getLengthin interfaceAttributeList- Specified by:
getLengthin interfaceAttributes
-
getName
- Specified by:
getNamein interfaceAttributeList
-
getQName
- Specified by:
getQNamein interfaceAttributes
-
getURI
- Specified by:
getURIin interfaceAttributes
-
getLocalName
- Specified by:
getLocalNamein interfaceAttributes
-
getType
- Specified by:
getTypein interfaceAttributeList- Specified by:
getTypein interfaceAttributes
-
getType
- Specified by:
getTypein interfaceAttributeList- Specified by:
getTypein interfaceAttributes
-
getType
- Specified by:
getTypein interfaceAttributes
-
getValue
- Specified by:
getValuein interfaceAttributeList- Specified by:
getValuein interfaceAttributes
-
getValue
- Specified by:
getValuein interfaceAttributeList- Specified by:
getValuein interfaceAttributes
-
getValue
- Specified by:
getValuein interfaceAttributes
-
getIndex
- Specified by:
getIndexin interfaceAttributes
-
getIndex
- Specified by:
getIndexin interfaceAttributes
-
isDeclared
public boolean isDeclared(int index) - Specified by:
isDeclaredin interfaceAttributes2
-
isDeclared
- Specified by:
isDeclaredin interfaceAttributes2
-
isDeclared
- Specified by:
isDeclaredin interfaceAttributes2
-
isSpecified
public boolean isSpecified(int index) - Specified by:
isSpecifiedin interfaceAttributes2
-
isSpecified
- Specified by:
isSpecifiedin interfaceAttributes2
-
isSpecified
- Specified by:
isSpecifiedin interfaceAttributes2
-