|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnu.validator.saxtree.Node
nu.validator.saxtree.ParentNode
nu.validator.saxtree.Element
public final class Element
An element.
| Field Summary |
|---|
| Fields inherited from class nu.validator.saxtree.ParentNode |
|---|
endLocator |
| 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)
The contructor. |
|
| Method Summary | |
|---|---|
org.xml.sax.Attributes |
getAttributes()
Returns the attributes. |
java.lang.String |
getLocalName()
Returns the localName. |
NodeType |
getNodeType()
Return the node type. |
java.util.List<PrefixMapping> |
getPrefixMappings()
Returns the prefixMappings. |
java.lang.String |
getQName()
Returns the qName. |
java.lang.String |
getUri()
Returns the uri. |
| Methods inherited from class nu.validator.saxtree.ParentNode |
|---|
appendChild, appendChildren, copyEndLocator, getFirstChild, getLastChild, insertBefore, insertBetween, setEndLocator |
| Methods inherited from class nu.validator.saxtree.Node |
|---|
detach, getColumnNumber, getData, getLineNumber, getName, getNextSibling, getParentNode, getPreviousSibling, getPublicId, getPublicIdentifier, getSystemId, getSystemIdentifier, getTarget |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
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)
locator - the locator.uri - the namespace URIlocalName - the local nameqName - the qualified nameatts - the attributesretainAttributes - true to retain the attributes instead of copyingprefixMappings - the prefix mappings| Method Detail |
|---|
public org.xml.sax.Attributes getAttributes()
getAttributes in class Nodepublic java.lang.String getLocalName()
getLocalName in class Nodepublic java.util.List<PrefixMapping> getPrefixMappings()
getPrefixMappings in class Nodepublic java.lang.String getQName()
getQName in class Nodepublic java.lang.String getUri()
getUri in class Nodepublic NodeType getNodeType()
Node
getNodeType in class NodeNode.getNodeType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||