com.novell.nds.dirxml.engine.gcv
Class GCValue.XmlProcessingInstruction

java.lang.Object
  extended by com.novell.nds.dirxml.engine.gcv.GCValue.XmlItem
      extended by com.novell.nds.dirxml.engine.gcv.GCValue.XmlProcessingInstruction
Enclosing class:
GCValue

public static class GCValue.XmlProcessingInstruction
extends GCValue.XmlItem

Class for representing XML processing instructions.


Method Summary
 String getData()
          Return the data string associated with the processing instruction.
 String getTarget()
          Return the "target" string associated with the processing instruction.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getTarget

public String getTarget()
Return the "target" string associated with the processing instruction.

Returns:
the "target" string

getData

public String getData()
Return the data string associated with the processing instruction.

Returns:
the data string

toString

public String toString()
Overrides:
toString in class Object