nu.validator.htmlparser.impl
Class EmptyAttributes
java.lang.Object
nu.validator.htmlparser.impl.EmptyAttributes
- All Implemented Interfaces:
- org.xml.sax.Attributes
public class EmptyAttributes
- extends java.lang.Object
- implements org.xml.sax.Attributes
- Version:
- $Id: EmptyAttributes.java 150 2007-08-16 19:21:25Z hsivonen $
- Author:
- hsivonen
Method Summary |
int |
getIndex(java.lang.String arg0)
|
int |
getIndex(java.lang.String arg0,
java.lang.String arg1)
|
int |
getLength()
|
java.lang.String |
getLocalName(int arg0)
|
java.lang.String |
getQName(int arg0)
|
java.lang.String |
getType(int arg0)
|
java.lang.String |
getType(java.lang.String arg0)
|
java.lang.String |
getType(java.lang.String arg0,
java.lang.String arg1)
|
java.lang.String |
getURI(int arg0)
|
java.lang.String |
getValue(int arg0)
|
java.lang.String |
getValue(java.lang.String arg0)
|
java.lang.String |
getValue(java.lang.String arg0,
java.lang.String arg1)
|
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
getLength
public int getLength()
- Specified by:
getLength
in interface org.xml.sax.Attributes
- See Also:
Attributes.getLength()
getURI
public java.lang.String getURI(int arg0)
- Specified by:
getURI
in interface org.xml.sax.Attributes
- See Also:
Attributes.getURI(int)
getLocalName
public java.lang.String getLocalName(int arg0)
- Specified by:
getLocalName
in interface org.xml.sax.Attributes
- See Also:
Attributes.getLocalName(int)
getQName
public java.lang.String getQName(int arg0)
- Specified by:
getQName
in interface org.xml.sax.Attributes
- See Also:
Attributes.getQName(int)
getType
public java.lang.String getType(int arg0)
- Specified by:
getType
in interface org.xml.sax.Attributes
- See Also:
Attributes.getType(int)
getValue
public java.lang.String getValue(int arg0)
- Specified by:
getValue
in interface org.xml.sax.Attributes
- See Also:
Attributes.getValue(int)
getIndex
public int getIndex(java.lang.String arg0,
java.lang.String arg1)
- Specified by:
getIndex
in interface org.xml.sax.Attributes
- See Also:
Attributes.getIndex(java.lang.String, java.lang.String)
getIndex
public int getIndex(java.lang.String arg0)
- Specified by:
getIndex
in interface org.xml.sax.Attributes
- See Also:
Attributes.getIndex(java.lang.String)
getType
public java.lang.String getType(java.lang.String arg0,
java.lang.String arg1)
- Specified by:
getType
in interface org.xml.sax.Attributes
- See Also:
Attributes.getType(java.lang.String, java.lang.String)
getType
public java.lang.String getType(java.lang.String arg0)
- Specified by:
getType
in interface org.xml.sax.Attributes
- See Also:
Attributes.getType(java.lang.String)
getValue
public java.lang.String getValue(java.lang.String arg0,
java.lang.String arg1)
- Specified by:
getValue
in interface org.xml.sax.Attributes
- See Also:
Attributes.getValue(java.lang.String, java.lang.String)
getValue
public java.lang.String getValue(java.lang.String arg0)
- Specified by:
getValue
in interface org.xml.sax.Attributes
- See Also:
Attributes.getValue(java.lang.String)
Copyright © 2011. All Rights Reserved.