org.millstone.webadapter
Class XSLReader.AttributeMapper

java.lang.Object
  |
  +--org.millstone.webadapter.XSLReader.AttributeMapper
All Implemented Interfaces:
org.xml.sax.Attributes
Enclosing class:
XSLReader

public class XSLReader.AttributeMapper
extends java.lang.Object
implements org.xml.sax.Attributes


Constructor Summary
XSLReader.AttributeMapper(org.xml.sax.Attributes originalAttributes)
           
 
Method Summary
 int getIndex(java.lang.String qName)
           
 int getIndex(java.lang.String uri, java.lang.String localName)
           
 int getLength()
           
 java.lang.String getLocalName(int index)
           
 java.lang.String getQName(int index)
           
 java.lang.String getType(int index)
           
 java.lang.String getType(java.lang.String qName)
           
 java.lang.String getType(java.lang.String uri, java.lang.String localName)
           
 java.lang.String getURI(int index)
           
 java.lang.String getValue(int index)
           
 java.lang.String getValue(java.lang.String qName)
           
 java.lang.String getValue(java.lang.String uri, java.lang.String localName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSLReader.AttributeMapper

public XSLReader.AttributeMapper(org.xml.sax.Attributes originalAttributes)
Method Detail

getIndex

public int getIndex(java.lang.String uri,
                    java.lang.String localName)
Specified by:
getIndex in interface org.xml.sax.Attributes
See Also:
Attributes.getIndex(String, String)

getIndex

public int getIndex(java.lang.String qName)
Specified by:
getIndex in interface org.xml.sax.Attributes
See Also:
Attributes.getIndex(String)

getLength

public int getLength()
Specified by:
getLength in interface org.xml.sax.Attributes
See Also:
Attributes.getLength()

getLocalName

public java.lang.String getLocalName(int index)
Specified by:
getLocalName in interface org.xml.sax.Attributes
See Also:
Attributes.getLocalName(int)

getQName

public java.lang.String getQName(int index)
Specified by:
getQName in interface org.xml.sax.Attributes
See Also:
Attributes.getQName(int)

getType

public java.lang.String getType(int index)
Specified by:
getType in interface org.xml.sax.Attributes
See Also:
Attributes.getType(int)

getType

public java.lang.String getType(java.lang.String uri,
                                java.lang.String localName)
Specified by:
getType in interface org.xml.sax.Attributes
See Also:
Attributes.getType(String, String)

getType

public java.lang.String getType(java.lang.String qName)
Specified by:
getType in interface org.xml.sax.Attributes
See Also:
Attributes.getType(String)

getURI

public java.lang.String getURI(int index)
Specified by:
getURI in interface org.xml.sax.Attributes
See Also:
Attributes.getURI(int)

getValue

public java.lang.String getValue(int index)
Specified by:
getValue in interface org.xml.sax.Attributes
See Also:
Attributes.getValue(int)

getValue

public java.lang.String getValue(java.lang.String uri,
                                 java.lang.String localName)
Specified by:
getValue in interface org.xml.sax.Attributes
See Also:
Attributes.getValue(String, String)

getValue

public java.lang.String getValue(java.lang.String qName)
Specified by:
getValue in interface org.xml.sax.Attributes
See Also:
Attributes.getValue(String)


Copyright © 2000,2001,2002 IT Mill Ltd. All Rights Reserved.