|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProcessingInstruction
A processing instruction. Returned by the Abdera XPath implementation when querying for PI nodes (e.g. xpath.selectNodes("//processing-instruction()"); ...). There should be very little reason for applications to use this. It is provided to keep applications from having to deal with the underlying parser implementation
| Method Summary | ||
|---|---|---|
void |
discard()
Delete this PI |
|
Factory |
getFactory()
The Abdera Factory |
|
|
getParentElement()
The parent node |
|
String |
getTarget()
The PI target |
|
String |
getText()
The PI text |
|
void |
setTarget(String target)
The PI target |
|
|
setText(String text)
The PI text |
|
| Method Detail |
|---|
void discard()
Factory getFactory()
<T extends Base> T getParentElement()
String getTarget()
void setTarget(String target)
String getText()
<T extends ProcessingInstruction> T setText(String text)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||