BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.apache.xalan.stree
Class ElementImplWithNS

java.lang.Object
  |
  +--weblogic.apache.xml.utils.UnImplNode
        |
        +--weblogic.apache.xalan.stree.Child
              |
              +--weblogic.apache.xalan.stree.Parent
                    |
                    +--weblogic.apache.xalan.stree.ElementImpl
                          |
                          +--weblogic.apache.xalan.stree.ElementImplWithNS

public class ElementImplWithNS
extends ElementImpl

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.

This class is based on an implementation from the Apache XML Project. In future releases the XML parser, XSLT processor, and associated classes will likely be updated to be based on a later version of the Apache implementations. Since Apache does not guarantee backwards compatibility between versions of their software, we cannot guarantee backwards compatibility of any of the classes contained in the weblogic.apache package or sub-packages.


Fields inherited from class weblogic.apache.xalan.stree.Parent
m_childCount, m_posInChildList
 
Fields inherited from class weblogic.apache.xalan.stree.Child
m_doc, m_parent
 
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 weblogic.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 weblogic.apache.xalan.stree.Parent
appendChild, dispatchCharactersEvent, getChild, getChildUID, getFirstChild, getLastChild, hasChildNodes, isComplete, setComplete, throwParseError
 
Methods inherited from class weblogic.apache.xalan.stree.Child
getLevel, getNextSibling, getOwnerDocument, getParentNode, getPreviousSibling, getTransformer, getUid, isNamespaceNode, isSupported, setDoc, setLevel, setParent, setUid, throwIfParseError
 
Methods inherited from class weblogic.apache.xml.utils.UnImplNode
appendData, cloneNode, createCDATASection, createComment, createDocumentFragment, createElement, createElementNS, createEntityReference, createProcessingInstruction, createTextNode, deleteData, error, error, getAttributeNode, getAttributeNodeNS, getAttributeNS, getChildNodes, getDoctype, getDocumentElement, getElementById, getElementsByTagName, getElementsByTagNameNS, getImplementation, getNodeValue, getOwnerElement, getSpecified, hasAttribute, hasAttributeNS, hasAttributes, importNode, insertBefore, insertData, normalize, removeAttribute, removeAttributeNode, removeAttributeNS, removeChild, replaceChild, replaceData, setAttributeNode, setAttributeNodeNS, setData, setNodeValue, setPrefix, setValue, splitText, substringData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getNamespaceURI

public java.lang.String getNamespaceURI()
The namespace URI of this node, or null if it is unspecified.

Returns:
The element's namespace URI
Overrides:
getNamespaceURI in class Child

getPrefix

public java.lang.String getPrefix()
The namespace prefix of this node, or null if it is unspecified.

Returns:
The element's namespace prefix
Overrides:
getPrefix in class Child

getLocalName

public java.lang.String getLocalName()
Returns the local part of the qualified name of this node.
For nodes created with a DOM Level 1 method, such as createElement from the Document interface, it is null.

Returns:
the local part of the qualified name of this node
Overrides:
getLocalName in class ElementImpl

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.