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 TypeMethodDescriptionvoidclear()intintintgetLocalName(int index) getQName(int index) getType(int index) getURI(int index) getValue(int index) voidsetNamedNodeMap(NamedNodeMap attributes)
-
Field Details
-
map
-
length
private int length
-
-
Constructor Details
-
NamedNodeMapAttributes
private NamedNodeMapAttributes()
-
-
Method Details
-
setNamedNodeMap
-
clear
public void clear() -
getIndex
- Specified by:
getIndexin interfaceAttributes
-
getIndex
- Specified by:
getIndexin interfaceAttributes
-
getLength
public int getLength()- Specified by:
getLengthin interfaceAttributes
-
getLocalName
- Specified by:
getLocalNamein interfaceAttributes
-
getQName
- Specified by:
getQNamein interfaceAttributes
-
getType
- Specified by:
getTypein interfaceAttributes
-
getType
- Specified by:
getTypein interfaceAttributes
-
getType
- Specified by:
getTypein interfaceAttributes
-
getURI
- Specified by:
getURIin interfaceAttributes
-
getValue
- Specified by:
getValuein interfaceAttributes
-
getValue
- Specified by:
getValuein interfaceAttributes
-
getValue
- Specified by:
getValuein interfaceAttributes
-