org.apache.xalan.xsltc.runtime
Class Attributes
java.lang.Object
org.apache.xalan.xsltc.runtime.Attributes
- All Implemented Interfaces:
- AttributeList
public final class Attributes
- extends Object
- implements AttributeList
- Author:
- Jacek Ambroziak, Santiago Pericas-Geertsen
Attributes
public Attributes(DOM document,
int element)
getLength
public int getLength()
- Specified by:
getLength
in interface AttributeList
getName
public String getName(int i)
- Specified by:
getName
in interface AttributeList
getType
public String getType(int i)
- Specified by:
getType
in interface AttributeList
getType
public String getType(String name)
- Specified by:
getType
in interface AttributeList
getValue
public String getValue(int i)
- Specified by:
getValue
in interface AttributeList
getValue
public String getValue(String name)
- Specified by:
getValue
in interface AttributeList
Copyright ? 2006 Apache XML Project. All Rights Reserved.