|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface XmlProcessingInstruction
Represents Processing Instruction Information Item . There is a processing instruction information item for each processing instruction in the document. The XML declaration and text declarations for external parsed entities are not considered processing instructions.
| Method Summary | |
|---|---|
java.lang.String |
getBaseUri()
The base URI of the PI. |
java.lang.String |
getContent()
A string representing the content of the processing instruction, excluding the target and any white space immediately following it. |
XmlNotation |
getNotation()
The notation information item named by the target. |
XmlContainer |
getParent()
The document, element, or document type definition information item which contains this information item in its [children] property. |
java.lang.String |
getTarget()
A string representing the target part of the processing instruction (an XML name). |
| Method Detail |
|---|
java.lang.String getTarget()
java.lang.String getContent()
java.lang.String getBaseUri()
XmlNotation getNotation()
XmlContainer getParent()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||