BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.apache.xalan.stree
Class DocumentFragmentImpl

java.lang.Object
  |
  +--weblogic.apache.xml.utils.UnImplNode
        |
        +--weblogic.apache.xalan.stree.Child
              |
              +--weblogic.apache.xalan.stree.Parent
                    |
                    +--weblogic.apache.xalan.stree.DocImpl
                          |
                          +--weblogic.apache.xalan.stree.DocumentImpl
                                |
                                +--weblogic.apache.xalan.stree.DocumentFragmentImpl

public class DocumentFragmentImpl
extends DocumentImpl
implements org.w3c.dom.DocumentFragment

Class to hold information about a DocumentFragment node

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.DocImpl
m_exceptionThrown
 
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
 
Constructor Summary
DocumentFragmentImpl()
          Constructor DocumentFragmentImpl
DocumentFragmentImpl(int charBufSize)
          Constructor DocumentFragmentImpl
 
Method Summary
 java.lang.String getLocalName()
          Returns the local part of the qualified name of this node.
 java.lang.String getNodeName()
          Returns the node name.
 short getNodeType()
          A short integer indicating what type of node this is.
 
Methods inherited from class weblogic.apache.xalan.stree.DocumentImpl
appendChild, createAttributeNS, createCDATASection, createComment, createDocumentFragment, createElement, createElementNS, createProcessingInstruction, createTextNode, getDoctype, getDocumentElement, getElementById, getIDAttributes, getNextSibling, importNode, setDoctype, setIDAttribute
 
Methods inherited from class weblogic.apache.xalan.stree.DocImpl
getDocOrderCount, getUseMultiThreading, incrementDocOrderCount, setUseMultiThreading
 
Methods inherited from class weblogic.apache.xalan.stree.Parent
dispatchCharactersEvent, getChild, getChildCount, getChildUID, getFirstChild, getLastChild, hasChildNodes, isComplete, setComplete, throwParseError
 
Methods inherited from class weblogic.apache.xalan.stree.Child
getAttributes, getLevel, getNamespaceURI, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTagName, getTransformer, getUid, isNamespaceNode, isSupported, setAttribute, setDoc, setLevel, setParent, setUid, throwIfParseError
 
Methods inherited from class weblogic.apache.xml.utils.UnImplNode
appendData, cloneNode, createAttribute, createEntityReference, deleteData, error, error, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getChildNodes, getElementsByTagName, getElementsByTagNameNS, getImplementation, getLength, getNodeValue, getOwnerElement, getSpecified, hasAttribute, hasAttributeNS, hasAttributes, insertBefore, insertData, item, normalize, removeAttribute, removeAttributeNode, removeAttributeNS, removeChild, replaceChild, replaceData, setAttributeNode, setAttributeNodeNS, setAttributeNS, setData, setNodeValue, setPrefix, setValue, splitText, substringData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentFragmentImpl

public DocumentFragmentImpl()
Constructor DocumentFragmentImpl

DocumentFragmentImpl

public DocumentFragmentImpl(int charBufSize)
Constructor DocumentFragmentImpl
Method Detail

getNodeType

public short getNodeType()
A short integer indicating what type of node this is. The named constants for this value are defined in the org.w3c.dom.Node interface.

Returns:
node type
Overrides:
getNodeType in class DocumentImpl

getNodeName

public java.lang.String getNodeName()
Returns the node name.

Returns:
node name
Overrides:
getNodeName in class DocumentImpl

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 DocumentImpl

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.