Package com.fasterxml.aalto.sax
Class SAXParserImpl.AttributesWrapper
- java.lang.Object
-
- com.fasterxml.aalto.sax.SAXParserImpl.AttributesWrapper
-
- All Implemented Interfaces:
org.xml.sax.AttributeList
- Enclosing class:
- SAXParserImpl
static final class SAXParserImpl.AttributesWrapper extends java.lang.Object implements org.xml.sax.AttributeList
-
-
Field Summary
Fields Modifier and Type Field Description (package private) org.xml.sax.AttributesmAttrs
-
Constructor Summary
Constructors Constructor Description AttributesWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetLength()java.lang.StringgetName(int i)java.lang.StringgetType(int i)java.lang.StringgetType(java.lang.String name)java.lang.StringgetValue(int i)java.lang.StringgetValue(java.lang.String name)voidsetAttributes(org.xml.sax.Attributes a)
-
-
-
Method Detail
-
setAttributes
public void setAttributes(org.xml.sax.Attributes a)
-
getLength
public int getLength()
- Specified by:
getLengthin interfaceorg.xml.sax.AttributeList
-
getName
public java.lang.String getName(int i)
- Specified by:
getNamein interfaceorg.xml.sax.AttributeList
-
getType
public java.lang.String getType(int i)
- Specified by:
getTypein interfaceorg.xml.sax.AttributeList
-
getType
public java.lang.String getType(java.lang.String name)
- Specified by:
getTypein interfaceorg.xml.sax.AttributeList
-
getValue
public java.lang.String getValue(int i)
- Specified by:
getValuein interfaceorg.xml.sax.AttributeList
-
getValue
public java.lang.String getValue(java.lang.String name)
- Specified by:
getValuein interfaceorg.xml.sax.AttributeList
-
-