com.itmill.toolkit.terminal.web
Class XSLReader.AttributeMapper
java.lang.Object
com.itmill.toolkit.terminal.web.XSLReader.AttributeMapper
- All Implemented Interfaces:
- Attributes
- Enclosing class:
- XSLReader
public class XSLReader.AttributeMapper
- extends Object
- implements Attributes
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XSLReader.AttributeMapper
public XSLReader.AttributeMapper(Attributes originalAttributes)
- Parameters:
originalAttributes -
getIndex
public int getIndex(String uri,
String localName)
- Specified by:
getIndex in interface Attributes
- See Also:
Attributes.getIndex(String, String)
getIndex
public int getIndex(String qName)
- Specified by:
getIndex in interface Attributes
- See Also:
Attributes.getIndex(String)
getLength
public int getLength()
- Specified by:
getLength in interface Attributes
- See Also:
Attributes.getLength()
getLocalName
public String getLocalName(int index)
- Specified by:
getLocalName in interface Attributes
- See Also:
Attributes.getLocalName(int)
getQName
public String getQName(int index)
- Specified by:
getQName in interface Attributes
- See Also:
Attributes.getQName(int)
getType
public String getType(int index)
- Specified by:
getType in interface Attributes
- See Also:
Attributes.getType(int)
getType
public String getType(String uri,
String localName)
- Specified by:
getType in interface Attributes
- See Also:
Attributes.getType(String, String)
getType
public String getType(String qName)
- Specified by:
getType in interface Attributes
- See Also:
Attributes.getType(String)
getURI
public String getURI(int index)
- Specified by:
getURI in interface Attributes
- See Also:
Attributes.getURI(int)
getValue
public String getValue(int index)
- Specified by:
getValue in interface Attributes
- See Also:
Attributes.getValue(int)
getValue
public String getValue(String uri,
String localName)
- Specified by:
getValue in interface Attributes
- See Also:
Attributes.getValue(String, String)
getValue
public String getValue(String qName)
- Specified by:
getValue in interface Attributes
- See Also:
Attributes.getValue(String)
Copyright © 2000-2008 IT Mill Ltd. All Rights Reserved.