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.XMLAttributes
XML attributes. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
getLocalName
(int index) getName
(int i) getQName
(int index) getType
(int i) getURI
(int index) getValue
(int i) boolean
isDeclared
(int index) boolean
isDeclared
(String qName) boolean
isDeclared
(String uri, String localName) boolean
isSpecified
(int index) boolean
isSpecified
(String qName) boolean
isSpecified
(String uri, String localName) void
setAttributes
(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:
getLength
in interfaceAttributeList
- Specified by:
getLength
in interfaceAttributes
-
getName
- Specified by:
getName
in interfaceAttributeList
-
getQName
- Specified by:
getQName
in interfaceAttributes
-
getURI
- Specified by:
getURI
in interfaceAttributes
-
getLocalName
- Specified by:
getLocalName
in interfaceAttributes
-
getType
- Specified by:
getType
in interfaceAttributeList
- Specified by:
getType
in interfaceAttributes
-
getType
- Specified by:
getType
in interfaceAttributeList
- Specified by:
getType
in interfaceAttributes
-
getType
- Specified by:
getType
in interfaceAttributes
-
getValue
- Specified by:
getValue
in interfaceAttributeList
- Specified by:
getValue
in interfaceAttributes
-
getValue
- Specified by:
getValue
in interfaceAttributeList
- Specified by:
getValue
in interfaceAttributes
-
getValue
- Specified by:
getValue
in interfaceAttributes
-
getIndex
- Specified by:
getIndex
in interfaceAttributes
-
getIndex
- Specified by:
getIndex
in interfaceAttributes
-
isDeclared
public boolean isDeclared(int index) - Specified by:
isDeclared
in interfaceAttributes2
-
isDeclared
- Specified by:
isDeclared
in interfaceAttributes2
-
isDeclared
- Specified by:
isDeclared
in interfaceAttributes2
-
isSpecified
public boolean isSpecified(int index) - Specified by:
isSpecified
in interfaceAttributes2
-
isSpecified
- Specified by:
isSpecified
in interfaceAttributes2
-
isSpecified
- Specified by:
isSpecified
in interfaceAttributes2
-