com.plumtree.openfoundation.xml.dom
Class XPDocumentFragment

java.lang.Object
  extended by com.plumtree.openfoundation.xml.dom.XPNode
      extended by com.plumtree.openfoundation.xml.dom.XPDocumentFragment

public class XPDocumentFragment
extends XPNode

The XPDocumentFragment class is a wrapper for objects implementing org.w3c.dom.DocumentFragment interface. Please refer to DocumentFragment (Java 2 Platform SE v1.4.2) for detail information.

Author:
djc

Field Summary
 
Fields inherited from class com.plumtree.openfoundation.xml.dom.XPNode
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
 
Constructor Summary
protected XPDocumentFragment(org.w3c.dom.DocumentFragment currDocFrag)
          Creates a new XPDocumentFragment object.
 
Method Summary
 java.lang.String GetNodeName()
          The name of this node, depending on its type.
 short GetNodeType()
          A code representing the type of the underlying object.
 org.w3c.dom.Node GetUnderlyingObject()
          Retrieve the underlying org.w3c.dom.Node object.
 
Methods inherited from class com.plumtree.openfoundation.xml.dom.XPNode
AppendChild, CloneNode, GetAttributes, GetChildNodes, GetFirstChild, GetLastChild, GetLocalName, GetNamespaceURI, GetNextSibling, GetNodeValue, GetOwnerDocument, GetParentNode, GetPrefix, GetPreviousSibling, HasAttributes, HasChildNodes, InsertBefore, IsAttributeNode, IsCDATASectionNode, IsCommentNode, IsDocumentFragmentNode, IsDocumentNode, IsDocumentTypeNode, IsElementNode, IsProcessingInstructionNode, IsSupported, IsTextNode, Normalize, RemoveChild, ReplaceChild, SetNodeValue, SetPrefix, StoreNode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XPDocumentFragment

protected XPDocumentFragment(org.w3c.dom.DocumentFragment currDocFrag)
Creates a new XPDocumentFragment object.

Parameters:
currDocFrag - - underlying document fragment
Method Detail

GetNodeName

public java.lang.String GetNodeName()
Description copied from class: XPNode
The name of this node, depending on its type.

Overrides:
GetNodeName in class XPNode
Returns:
the document frag's name

GetNodeType

public short GetNodeType()
Description copied from class: XPNode
A code representing the type of the underlying object.

Overrides:
GetNodeType in class XPNode
Returns:
the document frag's type

GetUnderlyingObject

public org.w3c.dom.Node GetUnderlyingObject()
Description copied from class: XPNode
Retrieve the underlying org.w3c.dom.Node object.

Overrides:
GetUnderlyingObject in class XPNode
Returns:
the underlying document frag


Copyright © 2002, 2003, 2004 Plumtree Software Inc. All Rights Reserved.