nu.validator.saxtree
Class Element
java.lang.Object
nu.validator.saxtree.Node
nu.validator.saxtree.ParentNode
nu.validator.saxtree.Element
- All Implemented Interfaces:
- org.xml.sax.Locator
public final class Element
- extends ParentNode
Constructor Summary |
Element(org.xml.sax.Locator locator,
java.lang.String uri,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.Attributes atts,
boolean retainAttributes,
java.util.List<PrefixMapping> prefixMappings)
|
Methods inherited from class nu.validator.saxtree.Node |
detach, getColumnNumber, getData, getLineNumber, getName, getNextSibling, getParentNode, getPublicId, getPublicIdentifier, getSystemId, getSystemIdentifier, getTarget |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Element
public Element(org.xml.sax.Locator locator,
java.lang.String uri,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.Attributes atts,
boolean retainAttributes,
java.util.List<PrefixMapping> prefixMappings)
getAttributes
public org.xml.sax.Attributes getAttributes()
- Returns the attributes.
- Overrides:
getAttributes
in class Node
- Returns:
- the attributes
getLocalName
public java.lang.String getLocalName()
- Returns the localName.
- Overrides:
getLocalName
in class Node
- Returns:
- the localName
getPrefixMappings
public java.util.List<PrefixMapping> getPrefixMappings()
- Returns the prefixMappings.
- Overrides:
getPrefixMappings
in class Node
- Returns:
- the prefixMappings
getQName
public java.lang.String getQName()
- Returns the qName.
- Overrides:
getQName
in class Node
- Returns:
- the qName
getUri
public java.lang.String getUri()
- Returns the uri.
- Overrides:
getUri
in class Node
- Returns:
- the uri
getNodeType
public NodeType getNodeType()
- Specified by:
getNodeType
in class Node
Copyright © 2011. All Rights Reserved.