|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ElementImpl
org.apache.xerces.dom.ElementNSImpl
public class ElementNSImpl
ElementNSImpl inherits from ElementImpl and adds namespace support.
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.
| Field Summary |
|---|
| Fields inherited from interface org.w3c.dom.TypeInfo |
|---|
DERIVATION_EXTENSION, DERIVATION_LIST, DERIVATION_RESTRICTION, DERIVATION_UNION |
| Method Summary | |
|---|---|
java.lang.String |
getBaseURI()
DOM Level 3 WD - Experimental. |
java.lang.String |
getLocalName()
Introduced in DOM Level 2. |
java.lang.String |
getNamespaceURI()
Introduced in DOM Level 2. |
java.lang.String |
getPrefix()
Introduced in DOM Level 2. |
java.lang.String |
getTypeName()
The name of a type declared for the associated element or attribute, or null if unknown. |
java.lang.String |
getTypeNamespace()
The namespace of the type declared for the associated element or attribute or null if the element does not have
declaration or if no namespace information is available. |
boolean |
isDerivedFrom(java.lang.String typeNamespaceArg,
java.lang.String typeNameArg,
int derivationMethod)
Introduced in DOM Level 2. |
void |
setPrefix(java.lang.String prefix)
Introduced in DOM Level 2. |
void |
setType(XSTypeDefinition type)
NON-DOM: setting type used by the DOM parser |
| Methods inherited from class org.apache.xerces.dom.ElementImpl |
|---|
cloneNode, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getAttributes, getElementsByTagName, getElementsByTagNameNS, getNodeName, getNodeType, getSchemaTypeInfo, getTagName, hasAttribute, hasAttributeNS, hasAttributes, isEqualNode, normalize, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setIdAttribute, setIdAttributeNode, setIdAttributeNS, setReadOnly |
| Methods inherited from class org.apache.xerces.dom.ParentNode |
|---|
getChildNodes, getFirstChild, getLastChild, getLength, getOwnerDocument, getTextContent, hasChildNodes, insertBefore, item, removeChild, replaceChild, setTextContent |
| Methods inherited from class org.apache.xerces.dom.ChildNode |
|---|
getNextSibling, getParentNode, getPreviousSibling |
| Methods inherited from class org.apache.xerces.dom.NodeImpl |
|---|
addEventListener, appendChild, compareDocumentPosition, compareTreePosition, dispatchEvent, getFeature, getNodeValue, getReadOnly, getUserData, getUserData, isDefaultNamespace, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, needsSyncChildren, removeEventListener, setNodeValue, setUserData, setUserData, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.w3c.dom.Node |
|---|
appendChild, compareDocumentPosition, getChildNodes, getFeature, getFirstChild, getLastChild, getNextSibling, getNodeValue, getOwnerDocument, getParentNode, getPreviousSibling, getTextContent, getUserData, hasChildNodes, insertBefore, isDefaultNamespace, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, removeChild, replaceChild, setNodeValue, setTextContent, setUserData |
| Method Detail |
|---|
public java.lang.String getNamespaceURI()
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.
getNamespaceURI in interface NodegetNamespaceURI in class NodeImplAttrNSImpl,
ElementNSImplpublic java.lang.String getPrefix()
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.
getPrefix in interface NodegetPrefix in class NodeImplAttrNSImpl,
ElementNSImpl
public void setPrefix(java.lang.String prefix)
throws DOMException
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.
setPrefix in interface NodesetPrefix in class NodeImplprefix - The namespace prefix of this node, or null(empty string) if it is unspecified.
INVALID_CHARACTER_ERR - Raised if the specified
prefix contains an invalid character.
DOMExceptionAttrNSImpl,
ElementNSImplpublic java.lang.String getLocalName()
Returns the local part of the qualified name of this node.
getLocalName in interface NodegetLocalName in class NodeImplAttrNSImpl,
ElementNSImplpublic java.lang.String getBaseURI()
getBaseURI in interface NodegetBaseURI in class ElementImplpublic java.lang.String getTypeName()
TypeInfonull if unknown.
getTypeName in interface TypeInfogetTypeName in class ElementImplTypeInfo.getTypeName()public java.lang.String getTypeNamespace()
TypeInfonull if the element does not have
declaration or if no namespace information is available.
getTypeNamespace in interface TypeInfogetTypeNamespace in class ElementImplTypeInfo.getTypeNamespace()
public boolean isDerivedFrom(java.lang.String typeNamespaceArg,
java.lang.String typeNameArg,
int derivationMethod)
Checks if a type is derived from another by restriction. See: http://www.w3.org/TR/DOM-Level-3-Core/core.html#TypeInfo-isDerivedFrom
isDerivedFrom in interface TypeInfoisDerivedFrom in class ElementImpltypeNamespaceArg - The namspace of the ancestor type declarationtypeNameArg - The name of the ancestor type declarationderivationMethod - The derivation method
public void setType(XSTypeDefinition type)
NodeImpl.setReadOnly(boolean, boolean)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||