BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.apache.xalan.stree
Class NameSpaceDecl

java.lang.Object
  |
  +--weblogic.apache.xml.utils.UnImplNode
        |
        +--weblogic.apache.xalan.stree.Child
              |
              +--weblogic.apache.xalan.stree.AttrImpl
                    |
                    +--weblogic.apache.xalan.stree.AttrImplNS
                          |
                          +--weblogic.apache.xalan.stree.NameSpaceDecl

public class NameSpaceDecl
extends AttrImplNS

Class to represent NameSpace Decl 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.Child
m_doc, m_parent
 
Method Summary
 boolean isNamespaceNode()
          Tell if the given node is a namespace decl node.
 
Methods inherited from class weblogic.apache.xalan.stree.AttrImplNS
getLocalName, getNamespaceURI, getPrefix
 
Methods inherited from class weblogic.apache.xalan.stree.AttrImpl
dispatchCharactersEvent, getName, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerElement, getPreviousSibling, getSpecified, getValue, setValue
 
Methods inherited from class weblogic.apache.xalan.stree.Child
getAttributes, getFirstChild, getLastChild, getLevel, getOwnerDocument, getParentNode, getTagName, getTransformer, getUid, hasChildNodes, isComplete, isSupported, setAttribute, setComplete, setDoc, setLevel, setParent, setUid, throwIfParseError, throwParseError
 
Methods inherited from class weblogic.apache.xml.utils.UnImplNode
appendChild, appendData, cloneNode, createAttribute, createAttributeNS, createCDATASection, createComment, createDocumentFragment, createElement, createElementNS, createEntityReference, createProcessingInstruction, createTextNode, deleteData, error, error, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getChildNodes, getDoctype, getDocumentElement, getElementById, getElementsByTagName, getElementsByTagNameNS, getImplementation, getLength, hasAttribute, hasAttributeNS, hasAttributes, importNode, insertBefore, insertData, item, normalize, removeAttribute, removeAttributeNode, removeAttributeNS, removeChild, replaceChild, replaceData, setAttributeNode, setAttributeNodeNS, setAttributeNS, setData, setNodeValue, setPrefix, splitText, substringData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isNamespaceNode

public boolean isNamespaceNode()
Tell if the given node is a namespace decl node.

Returns:
true if the node is a namespace decl node
Overrides:
isNamespaceNode in class Child

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.