Package org.apache.xerces.util
Class AttributesProxy
java.lang.Object
org.apache.xerces.util.AttributesProxy
- All Implemented Interfaces:
AttributeList
,Attributes
,Attributes2
- Version:
- $Id: AttributesProxy.java 449487 2006-09-24 21:11:28Z mrglavas $
- Author:
- Arnaud Le Hors, IBM, Andy Clark, IBM
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.xerces.xni.XMLAttributes
int
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 to be wrapped.
-
Constructor Details
-
AttributesProxy
public AttributesProxy(org.apache.xerces.xni.XMLAttributes attributes)
-
-
Method Details
-
setAttributes
public void setAttributes(org.apache.xerces.xni.XMLAttributes attributes) Sets the XML attributes to be wrapped. -
getAttributes
public org.apache.xerces.xni.XMLAttributes getAttributes() -
getLength
public int getLength()- Specified by:
getLength
in interfaceAttributeList
- Specified by:
getLength
in interfaceAttributes
-
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
-
getName
- Specified by:
getName
in interfaceAttributeList
-