|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.apache.xml.utils.UnImplNode
|
+--org.apache.xalan.stree.Child
|
+--org.apache.xalan.stree.Parent
|
+--org.apache.xalan.stree.ElementImpl
|
+--org.apache.xalan.stree.ElementImplWithNS
**For internal use only** This class represents an element in an HTML or XML document associated with a given namespace. Elements may have attributes associated with them as well as children nodes.
| Method Summary | |
java.lang.String |
getLocalName()
Returns the local part of the qualified name of this node. |
java.lang.String |
getNamespaceURI()
The namespace URI of this node, or null if it is
unspecified. |
java.lang.String |
getPrefix()
The namespace prefix of this node, or null if it is
unspecified. |
| Methods inherited from class org.apache.xalan.stree.ElementImpl |
createAttribute,
createAttributeNS,
getAttrCount,
getAttribute,
getAttributes,
getChildAttribute,
getChildCount,
getIndex,
getIndex,
getLength,
getLocalName,
getNamedItem,
getNamedItemNS,
getNodeName,
getNodeType,
getQName,
getTagName,
getType,
getType,
getType,
getURI,
getValue,
getValue,
getValue,
item,
removeItem,
removeNamedItem,
removeNamedItemNS,
setAttribute,
setAttributeNS,
setAttributes,
setIDAttribute,
setNamedItem,
setNamedItemNS |
| Methods inherited from class org.apache.xalan.stree.Parent |
appendChild,
dispatchCharactersEvent,
getChild,
getChildUID,
getFirstChild,
getLastChild,
hasChildNodes,
isComplete,
setComplete |
| Methods inherited from class org.apache.xalan.stree.Child |
getLevel,
getNextSibling,
getOwnerDocument,
getParentNode,
getPreviousSibling,
getUid,
isNamespaceNode,
isSupported,
setLevel |
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Method Detail |
public java.lang.String getNamespaceURI()
null if it is
unspecified.public java.lang.String getPrefix()
null if it is
unspecified.public java.lang.String getLocalName()
createElement from the Document interface,
it is null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||