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()

getName

public String getName(int i)

getType

public String getType(String name)

getType

public String getType(int i)

getValue

public String getValue(String name)

getValue

public String getValue(int i)

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