|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.adaptx.xml.AttributeListWrapper
public class AttributeListWrapper
A class which implements AttributeList by "wrapping" a DOM NamedNodeMap. XSLReader when reading an XSLT stylsheet.
Constructor Summary | |
---|---|
AttributeListWrapper(org.w3c.dom.NamedNodeMap namedNodeMap)
|
Method Summary | |
---|---|
int |
getLength()
Returns the number of attributes in the list. |
java.lang.String |
getName(int i)
Returns the name of the attribute at the given index. |
java.lang.String |
getType(int i)
Returns the type of the attribute at the specified index. |
java.lang.String |
getType(java.lang.String name)
Return the type of the attribute with the given name. |
java.lang.String |
getValue(int i)
Return the value of the attribute at the specified index |
java.lang.String |
getValue(java.lang.String name)
Get the value of an attribute (by name). |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AttributeListWrapper(org.w3c.dom.NamedNodeMap namedNodeMap)
Method Detail |
---|
public int getLength()
getLength
in interface org.xml.sax.AttributeList
public java.lang.String getName(int i)
getName
in interface org.xml.sax.AttributeList
i
- The position of the attribute in the list.
public java.lang.String getType(int i)
getType
in interface org.xml.sax.AttributeList
i
- The position of the attribute in the list.
public java.lang.String getValue(int i)
getValue
in interface org.xml.sax.AttributeList
i
- The position of the attribute in the list.
public java.lang.String getType(java.lang.String name)
getType
in interface org.xml.sax.AttributeList
name
- The attribute name.
public java.lang.String getValue(java.lang.String name)
getValue
in interface org.xml.sax.AttributeList
name
- The attribute name.AttributeList.getValue(java.lang.String)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |