fi.iki.hsivonen.xml
Class EmptyAttributes
java.lang.Object
fi.iki.hsivonen.xml.EmptyAttributes
- All Implemented Interfaces:
- Attributes
public class EmptyAttributes
- extends Object
- implements Attributes
- Version:
- $Id: EmptyAttributes.java,v 1.2 2005/07/24 07:34:07 hsivonen Exp $
- Author:
- hsivonen
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EMPTY_ATTRIBUTES
public static final EmptyAttributes EMPTY_ATTRIBUTES
EmptyAttributes
private EmptyAttributes()
getLength
public int getLength()
- Specified by:
getLength
in interface Attributes
- See Also:
Attributes.getLength()
getURI
public String getURI(int arg0)
- Specified by:
getURI
in interface Attributes
- See Also:
Attributes.getURI(int)
getLocalName
public String getLocalName(int arg0)
- Specified by:
getLocalName
in interface Attributes
- See Also:
Attributes.getLocalName(int)
getQName
public String getQName(int arg0)
- Specified by:
getQName
in interface Attributes
- See Also:
Attributes.getQName(int)
getType
public String getType(int arg0)
- Specified by:
getType
in interface Attributes
- See Also:
Attributes.getType(int)
getValue
public String getValue(int arg0)
- Specified by:
getValue
in interface Attributes
- See Also:
Attributes.getValue(int)
getIndex
public int getIndex(String arg0,
String arg1)
- Specified by:
getIndex
in interface Attributes
- See Also:
Attributes.getIndex(java.lang.String, java.lang.String)
getIndex
public int getIndex(String arg0)
- Specified by:
getIndex
in interface Attributes
- See Also:
Attributes.getIndex(java.lang.String)
getType
public String getType(String arg0,
String arg1)
- Specified by:
getType
in interface Attributes
- See Also:
Attributes.getType(java.lang.String, java.lang.String)
getType
public String getType(String arg0)
- Specified by:
getType
in interface Attributes
- See Also:
Attributes.getType(java.lang.String)
getValue
public String getValue(String arg0,
String arg1)
- Specified by:
getValue
in interface Attributes
- See Also:
Attributes.getValue(java.lang.String, java.lang.String)
getValue
public String getValue(String arg0)
- Specified by:
getValue
in interface Attributes
- See Also:
Attributes.getValue(java.lang.String)