com.icl.saxon.om
Interface ExtendedAttributes

All Superinterfaces:
org.xml.sax.Attributes
All Known Implementing Classes:
TinyAttributeList, AttributeCollection

public interface ExtendedAttributes
extends org.xml.sax.Attributes

ExtendedAttributes is an extension of the SAX interface Attributes that also provides the ability to manipulate namespaces and to convert attributes into Nodes.


Method Summary
 int getIndexByFingerprint(int fingerprint)
          Get the index, given the fingerprint
 int getNameCode(int index)
          Get the name code, given the index
 java.lang.String getValueByFingerprint(int fingerprint)
          Get the attribute value using its fingerprint
 
Methods inherited from interface org.xml.sax.Attributes
getIndex, getIndex, getLength, getLocalName, getQName, getType, getType, getType, getURI, getValue, getValue, getValue
 

Method Detail

getValueByFingerprint

public java.lang.String getValueByFingerprint(int fingerprint)
Get the attribute value using its fingerprint

getIndexByFingerprint

public int getIndexByFingerprint(int fingerprint)
Get the index, given the fingerprint

getNameCode

public int getNameCode(int index)
Get the name code, given the index