org.apache.xalan.xsltc.runtime
Class Attributes

java.lang.Object
  extended by org.apache.xalan.xsltc.runtime.Attributes
All Implemented Interfaces:
AttributeList

public final class Attributes
extends Object
implements AttributeList

Author:
Jacek Ambroziak, Santiago Pericas-Geertsen

Constructor Summary
Attributes(DOM document, int element)
           
 
Method Summary
 int getLength()
           
 String getName(int i)
           
 String getType(int i)
           
 String getType(String name)
           
 String getValue(int i)
           
 String getValue(String name)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Attributes

public Attributes(DOM document,
                  int element)
Method Detail

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 ? 2005 Apache XML Project. All Rights Reserved.