Package org.odftoolkit.odfdom.pkg.rdfa
Class DOMAttributes
java.lang.Object
org.odftoolkit.odfdom.pkg.rdfa.DOMAttributes
- All Implemented Interfaces:
Attributes
Simple wrapper class for NamedNodeMap as Attributes
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintgetLocalName(int index) getQName(int index) getType(int index) getURI(int index) getValue(int index)
-
Constructor Details
-
DOMAttributes
Class constructor- Parameters:
attributes-
-
-
Method Details
-
getLength
public int getLength()- Specified by:
getLengthin interfaceAttributes
-
getURI
- Specified by:
getURIin interfaceAttributes
-
getLocalName
- Specified by:
getLocalNamein interfaceAttributes
-
getQName
- Specified by:
getQNamein interfaceAttributes
-
getType
- Specified by:
getTypein interfaceAttributes
-
getValue
- Specified by:
getValuein interfaceAttributes
-
getIndex
- Specified by:
getIndexin interfaceAttributes
-
getIndex
- Specified by:
getIndexin interfaceAttributes
-
getType
- Specified by:
getTypein interfaceAttributes
-
getType
- Specified by:
getTypein interfaceAttributes
-
getValue
- Specified by:
getValuein interfaceAttributes
-
getValue
- Specified by:
getValuein interfaceAttributes
-