org.apache.axiom.om.impl.serialize
Class OMXMLReader.AttributesAdapter
java.lang.Object
org.apache.axiom.om.impl.serialize.OMXMLReader.AttributesAdapter
- All Implemented Interfaces:
- org.xml.sax.Attributes
- Enclosing class:
- OMXMLReader
protected static class OMXMLReader.AttributesAdapter
- extends Object
- implements org.xml.sax.Attributes
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OMXMLReader.AttributesAdapter
protected OMXMLReader.AttributesAdapter()
setAttributes
public void setAttributes(OMElement element)
getLength
public int getLength()
- Specified by:
getLength
in interface org.xml.sax.Attributes
getIndex
public int getIndex(String qName)
- Specified by:
getIndex
in interface org.xml.sax.Attributes
getIndex
public int getIndex(String uri,
String localName)
- Specified by:
getIndex
in interface org.xml.sax.Attributes
getLocalName
public String getLocalName(int index)
- Specified by:
getLocalName
in interface org.xml.sax.Attributes
getQName
public String getQName(int index)
- Specified by:
getQName
in interface org.xml.sax.Attributes
getType
public String getType(int index)
- Specified by:
getType
in interface org.xml.sax.Attributes
getType
public String getType(String qName)
- Specified by:
getType
in interface org.xml.sax.Attributes
getType
public String getType(String uri,
String localName)
- Specified by:
getType
in interface org.xml.sax.Attributes
getURI
public String getURI(int index)
- Specified by:
getURI
in interface org.xml.sax.Attributes
getValue
public String getValue(int index)
- Specified by:
getValue
in interface org.xml.sax.Attributes
getValue
public String getValue(String qName)
- Specified by:
getValue
in interface org.xml.sax.Attributes
getValue
public String getValue(String uri,
String localName)
- Specified by:
getValue
in interface org.xml.sax.Attributes
Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.