com.plumtree.openfoundation.xml.dom
Class XPProcessingInstruction

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

public class XPProcessingInstruction
extends XPNode

The XPProcessingInstruction class is a wrapper for objects implementing org.w3c.dom.ProcessingInstruction interface. Please refer to ProcessingInstruction (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 XPProcessingInstruction(org.w3c.dom.ProcessingInstruction currProcInstr)
          Creates a new XPProcessingInstruction object.
 
Method Summary
 java.lang.String GetData()
          The content of this processing instruction.
 java.lang.String GetTarget()
          The target of this processing instruction.
 org.w3c.dom.Node GetUnderlyingObject()
          Retrieve the underlying Node object.
 void SetData(java.lang.String data)
          Set the content of this processing instruction.
 
Methods inherited from class com.plumtree.openfoundation.xml.dom.XPNode
AppendChild, CloneNode, GetAttributes, GetChildNodes, GetFirstChild, GetLastChild, GetLocalName, GetNamespaceURI, GetNextSibling, GetNodeName, GetNodeType, 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

XPProcessingInstruction

protected XPProcessingInstruction(org.w3c.dom.ProcessingInstruction currProcInstr)
Creates a new XPProcessingInstruction object.

Parameters:
currProcInstr - - underlying proc instr
Method Detail

GetData

public java.lang.String GetData()
The content of this processing instruction.

Returns:
proc instr data

GetTarget

public java.lang.String GetTarget()
The target of this processing instruction.

Returns:
proc instr target

GetUnderlyingObject

public org.w3c.dom.Node GetUnderlyingObject()
Retrieve the underlying Node object.

Overrides:
GetUnderlyingObject in class XPNode
Returns:
the underlying proc instr

SetData

public void SetData(java.lang.String data)
Set the content of this processing instruction.

Parameters:
data - - data to be set


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