Package nu.validator.htmlparser.dom
Class Dom2Sax.NamedNodeMapAttributes
java.lang.Object
nu.validator.htmlparser.dom.Dom2Sax.NamedNodeMapAttributes
- All Implemented Interfaces:
Attributes
- Enclosing class:
Dom2Sax
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
int
int
int
getLocalName
(int index) getQName
(int index) getType
(int index) getURI
(int index) getValue
(int index) void
setNamedNodeMap
(NamedNodeMap attributes)
-
Field Details
-
map
-
length
private int length
-
-
Constructor Details
-
NamedNodeMapAttributes
private NamedNodeMapAttributes()
-
-
Method Details
-
setNamedNodeMap
-
clear
public void clear() -
getIndex
- Specified by:
getIndex
in interfaceAttributes
-
getIndex
- Specified by:
getIndex
in interfaceAttributes
-
getLength
public int getLength()- Specified by:
getLength
in interfaceAttributes
-
getLocalName
- Specified by:
getLocalName
in interfaceAttributes
-
getQName
- Specified by:
getQName
in interfaceAttributes
-
getType
- Specified by:
getType
in interfaceAttributes
-
getType
- Specified by:
getType
in interfaceAttributes
-
getType
- Specified by:
getType
in interfaceAttributes
-
getURI
- Specified by:
getURI
in interfaceAttributes
-
getValue
- Specified by:
getValue
in interfaceAttributes
-
getValue
- Specified by:
getValue
in interfaceAttributes
-
getValue
- Specified by:
getValue
in interfaceAttributes
-