java.lang.Objectcom.sun.org.apache.xerces.internal.dom.NodeImpl
com.sun.org.apache.xerces.internal.dom.AttrImpl
com.sun.org.apache.xerces.internal.dom.AttrNSImpl
All Implemented Interfaces:
TypeInfo, Attr, Cloneable, Node, EventTarget, Serializable, NodeList
Direct Known Subclasses:
DeferredAttrNSImpl, PSVIAttrNSImpl
The qualified name is the node name, and we store localName which is also used in all queries. On the other hand we recompute the prefix when necessary.
Arnaud - Le Hors, IBMAndy - Clark, IBMRalf - Pfeiffer, IBM| Field Summary | ||
|---|---|---|
| static final long | serialVersionUID | Serialization version. |
| static final String | xmlnsURI | |
| static final String | xmlURI | |
| protected String | namespaceURI | DOM2: Namespace URI. |
| protected String | localName | DOM2: localName. |
| Fields inherited from com.sun.org.apache.xerces.internal.dom.AttrImpl: |
|---|
| serialVersionUID, DTD_URI, value, name, type, textNode |
| Constructor: |
|---|
|
|
|
|
| Method from com.sun.org.apache.xerces.internal.dom.AttrNSImpl Summary: |
|---|
| getLocalName, getNamespaceURI, getPrefix, getTypeName, getTypeNamespace, isDerivedFrom, rename, setPrefix, setValues |
| Methods from com.sun.org.apache.xerces.internal.dom.AttrImpl: |
|---|
| checkNormalizationAfterInsert, checkNormalizationAfterRemove, cloneNode, getChildNodes, getElement, getFirstChild, getLastChild, getLength, getName, getNodeName, getNodeType, getNodeValue, getOwnerElement, getSchemaTypeInfo, getSpecified, getTypeName, getTypeNamespace, getValue, hasChildNodes, insertBefore, internalInsertBefore, internalRemoveChild, isDerivedFrom, isEqualNode, isId, item, lastChild, lastChild, makeChildNode, normalize, removeChild, rename, replaceChild, setIdAttribute, setNodeValue, setOwnerDocument, setReadOnly, setSpecified, setType, setValue, synchronizeChildren, toString |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from com.sun.org.apache.xerces.internal.dom.AttrNSImpl Detail: |
|---|
Returns the local part of the qualified name of this node. |
The namespace URI of this node, or null if it is unspecified. This is not a computed value that is the result of a namespace lookup based on an examination of the namespace declarations in scope. It is merely the namespace URI given at creation time. For nodes created with a DOM Level 1 method, such as createElement from the Document interface, this is null. |
The namespace prefix of this node, or null if it is unspecified. For nodes created with a DOM Level 1 method, such as createElement from the Document interface, this is null. |
|
|
Checks if a type is derived from another by restriction. See: http://www.w3.org/TR/DOM-Level-3-Core/core.html#TypeInfo-isDerivedFrom |
|
Note that setting this attribute changes the nodeName attribute, which holds the qualified name, as well as the tagName and name attributes of the Element and Attr interfaces, when applicable. |
|