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