|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.exolab.castor.xml.ProcessingInstruction
A class that represents an XML processing instruction.
Constructor Summary | |
ProcessingInstruction(java.lang.String target,
java.lang.String data)
Creates a new processing instruction. |
Method Summary | |
java.lang.String |
getData()
Returns the data for the processing instruction. |
java.lang.String |
getTarget()
Returns the target for the processing instruction. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ProcessingInstruction(java.lang.String target, java.lang.String data)
target
- the target for the processing instruction.data
- the data for the processing instruction.Method Detail |
public java.lang.String getTarget()
public java.lang.String getData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |