Class SaxWalkerOverDom.DomAttrsAsSax
java.lang.Object
org.apache.ws.commons.schema.docpath.SaxWalkerOverDom.DomAttrsAsSax
- All Implemented Interfaces:
Attributes
- Enclosing class:
SaxWalkerOverDom
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List<SaxWalkerOverDom.Attr> private final Map<QName, SaxWalkerOverDom.Attr> private final Map<String, SaxWalkerOverDom.Attr> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintgetLocalName(int index) getQName(int index) getType(int index) getURI(int index) getValue(int index)
-
Field Details
-
attributes
-
attrsByQualifiedName
-
attrsByQName
-
indexByQualifiedName
-
indexByQName
-
-
Constructor Details
-
DomAttrsAsSax
DomAttrsAsSax(NamedNodeMap domAttrs) throws SAXException - Throws:
SAXException
-
-
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
-