Class AbstractSAXParser.AttributesProxy
java.lang.Object
org.htmlunit.cyberneko.xerces.parsers.AbstractSAXParser.AttributesProxy
- All Implemented Interfaces:
Attributes, Attributes2
- Enclosing class:
AbstractSAXParser
protected static final class AbstractSAXParser.AttributesProxy
extends Object
implements Attributes2
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintgetLocalName(int index) 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(XMLAttributes attributes)
-
Field Details
-
fAttributes
XML attributes.
-
-
Constructor Details
-
AttributesProxy
protected AttributesProxy()
-
-
Method Details
-
setAttributes
-
getLength
public int getLength()- Specified by:
getLengthin interfaceAttributes
-
getQName
- Specified by:
getQNamein interfaceAttributes
-
getURI
- Specified by:
getURIin interfaceAttributes
-
getLocalName
- Specified by:
getLocalNamein interfaceAttributes
-
getType
- Specified by:
getTypein interfaceAttributes
-
getType
- Specified by:
getTypein interfaceAttributes
-
getType
- Specified by:
getTypein interfaceAttributes
-
getValue
- Specified by:
getValuein interfaceAttributes
-
getValue
- 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
-