|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object sjg.xml.ProcessingInstruction
public class ProcessingInstruction
Represent an XML processing instruction.
Constructor Summary | |
---|---|
ProcessingInstruction(java.lang.String text)
Constructs a new data processing instruction with the given contents. |
Method Summary | |
---|---|
java.lang.String |
getText()
Returns the text contents of this processing instruction. |
java.lang.String |
toString()
Returns the textual representation of this pi. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ProcessingInstruction(java.lang.String text)
Method Detail |
---|
public java.lang.String getText()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |