|
Matra DTD Parser 0.8b | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface to hold a Processing Instruction.
From the XML Specifications (2nd edition) -
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. |
Method Detail |
public String getPITarget()
setPITarget(java.lang.String)
public void setPITarget(String target)
target
- The target for this PI.getPITarget()
public String getInstructions()
setInstructions(java.lang.String)
public void setInstructions(String data)
data
- The instructions.getInstructions()
|
Matra DTD Parser 0.8b | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |