Matra DTD Parser 0.8b

com.conradroche.matra.decl
Class PI

java.lang.Object
  |
  +--com.conradroche.matra.decl.PI
All Implemented Interfaces:
PI

public class PI
extends Object
implements PI

Class to hold the details of a processing instruction in the DTD.

Author:
Conrad Roche

Constructor Summary
PI()
          PI Constructor.
 
Method Summary
 String getInstructions()
          Returns the character data that constitute the instructions.
 String getPITarget()
          Returns the PI Target.
 void setInstructions(String data)
          Sets the character data that constitute the instructions.
 void setPITarget(String target)
          Sets the Target for this PI.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PI

public PI()
PI Constructor.
Method Detail

getPITarget

public String getPITarget()
Returns the PI Target.
Specified by:
getPITarget in interface PI
Returns:
The PI Target.
See Also:
PI.getPITarget(), setPITarget(java.lang.String)

setPITarget

public void setPITarget(String target)
Sets the Target for this PI.
Specified by:
setPITarget in interface PI
Parameters:
target - The target for this PI.
See Also:
PI.setPITarget(java.lang.String), getPITarget()

getInstructions

public String getInstructions()
Returns the character data that constitute the instructions.
Specified by:
getInstructions in interface PI
Returns:
The instructions.
See Also:
PI.getInstructions(), setInstructions(java.lang.String)

setInstructions

public void setInstructions(String data)
Sets the character data that constitute the instructions.
Specified by:
setInstructions in interface PI
Parameters:
data - The instructions.
See Also:
PI.setInstructions(java.lang.String), getInstructions()

Matra DTD Parser 0.8b