com.adventnet.utilities.xml.sax
Class EXMLAttributes

java.lang.Object
  extended by com.adventnet.utilities.xml.sax.EXMLAttributes

public class EXMLAttributes
extends java.lang.Object

Wrapper class over SAX PARSER


Field Summary
(package private)  org.xml.sax.Attributes attribs
           
 
Constructor Summary
EXMLAttributes(org.xml.sax.Attributes attribs)
           
 
Method Summary
 int getLength()
           
 java.lang.String getQName(int i)
           
 java.lang.String getValue(int i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attribs

org.xml.sax.Attributes attribs
Constructor Detail

EXMLAttributes

public EXMLAttributes(org.xml.sax.Attributes attribs)
Method Detail

getLength

public int getLength()

getQName

public java.lang.String getQName(int i)

getValue

public java.lang.String getValue(int i)