Package com.ctc.wstx.sax
Class WstxSAXParser.AttributesWrapper
- java.lang.Object
-
- com.ctc.wstx.sax.WstxSAXParser.AttributesWrapper
-
- All Implemented Interfaces:
org.xml.sax.AttributeList
- Enclosing class:
- WstxSAXParser
static final class WstxSAXParser.AttributesWrapper extends java.lang.Object implements org.xml.sax.AttributeList
-
-
Field Summary
Fields Modifier and Type Field Description (package private) org.xml.sax.Attributes
mAttrs
-
Constructor Summary
Constructors Constructor Description AttributesWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getLength()
java.lang.String
getName(int i)
java.lang.String
getType(int i)
java.lang.String
getType(java.lang.String name)
java.lang.String
getValue(int i)
java.lang.String
getValue(java.lang.String name)
void
setAttributes(org.xml.sax.Attributes a)
-
-
-
Method Detail
-
setAttributes
public void setAttributes(org.xml.sax.Attributes a)
-
getLength
public int getLength()
- Specified by:
getLength
in interfaceorg.xml.sax.AttributeList
-
getName
public java.lang.String getName(int i)
- Specified by:
getName
in interfaceorg.xml.sax.AttributeList
-
getType
public java.lang.String getType(int i)
- Specified by:
getType
in interfaceorg.xml.sax.AttributeList
-
getType
public java.lang.String getType(java.lang.String name)
- Specified by:
getType
in interfaceorg.xml.sax.AttributeList
-
getValue
public java.lang.String getValue(int i)
- Specified by:
getValue
in interfaceorg.xml.sax.AttributeList
-
getValue
public java.lang.String getValue(java.lang.String name)
- Specified by:
getValue
in interfaceorg.xml.sax.AttributeList
-
-