public interface ProcessingInstruction
Modifier and Type | Method and Description |
---|---|
void |
discard()
Delete this PI
|
Factory |
getFactory()
The Abdera Factory
|
<T extends Base> |
getParentElement()
The parent node
|
java.lang.String |
getTarget()
The PI target
|
java.lang.String |
getText()
The PI text
|
void |
setTarget(java.lang.String target)
The PI target
|
<T extends ProcessingInstruction> |
setText(java.lang.String text)
The PI text
|
void discard()
Factory getFactory()
<T extends Base> T getParentElement()
java.lang.String getTarget()
void setTarget(java.lang.String target)
java.lang.String getText()
<T extends ProcessingInstruction> T setText(java.lang.String text)
Copyright © 2010 - 2020 Adobe. All Rights Reserved