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.XMLAttributesintintintgetLocalName(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 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:
getLengthin interfaceAttributeList- Specified by:
getLengthin interfaceAttributes
-
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
-
getName
- Specified by:
getNamein interfaceAttributeList
-