org.apache.xalan.xsltc.runtime

Class Attributes

Implemented Interfaces:
AttributeList

public final class Attributes
extends java.lang.Object
implements AttributeList

Authors:
Jacek Ambroziak
Santiago Pericas-Geertsen

Constructor Summary

Attributes(DOM document, int element)

Method Summary

int
getLength()
String
getName(int i)
String
getType(String name)
String
getType(int i)
String
getValue(String name)
String
getValue(int i)

Constructor Details

Attributes

public Attributes(DOM document,
                  int element)

Method Details

getLength

public int getLength()
Specified by:
getLength in interface AttributeList
getLength in interface Attributes


getName

public String getName(int i)


getType

public String getType(String name)
Specified by:
getType in interface AttributeList
getType in interface Attributes


getType

public String getType(int i)
Specified by:
getType in interface AttributeList
getType in interface Attributes


getValue

public String getValue(String name)
Specified by:
getValue in interface AttributeList
getValue in interface Attributes


getValue

public String getValue(int i)
Specified by:
getValue in interface AttributeList
getValue in interface Attributes


Copyright B) 2004 Apache XML Project. All Rights Reserved.