org.apache.xalan.xsltc.runtime

Class Attributes

public final class Attributes extends Object implements AttributeList

Author: Jacek Ambroziak Santiago Pericas-Geertsen

Constructor Summary
Attributes(DOM document, int element)
Method Summary
intgetLength()
StringgetName(int i)
StringgetType(int i)
StringgetType(String name)
StringgetValue(int i)
StringgetValue(String name)

Constructor Detail

Attributes

public Attributes(DOM document, int element)

Method Detail

getLength

public int getLength()

getName

public String getName(int i)

getType

public String getType(int i)

getType

public String getType(String name)

getValue

public String getValue(int i)

getValue

public String getValue(String name)
Copyright B) 2005 Apache XML Project. All Rights Reserved.