public final class Attributes
extends java.lang.Object
implements org.xml.sax.AttributeList
Constructor and Description |
---|
Attributes(DOM document,
int element) |
public Attributes(DOM document, int element)
public int getLength()
getLength
in interface org.xml.sax.AttributeList
public java.lang.String getName(int i)
getName
in interface org.xml.sax.AttributeList
public java.lang.String getType(int i)
getType
in interface org.xml.sax.AttributeList
public java.lang.String getType(java.lang.String name)
getType
in interface org.xml.sax.AttributeList
public java.lang.String getValue(int i)
getValue
in interface org.xml.sax.AttributeList
public java.lang.String getValue(java.lang.String name)
getValue
in interface org.xml.sax.AttributeList
Copyright ? 2005 Apache XML Project. All Rights Reserved.