Package org.apache.abdera.model
Interface ProcessingInstruction
Deprecated.
This API is deprecated as Apache Abdera is a retired project since 2017.
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
Modifier and TypeMethodDescriptionvoid
discard()
Deprecated.Delete this PIDeprecated.The Abdera Factory<T extends Base>
TDeprecated.The parent nodeDeprecated.The PI targetgetText()
Deprecated.The PI textvoid
Deprecated.The PI target<T extends ProcessingInstruction>
TDeprecated.The PI text
-
Method Details
-
discard
void discard()Deprecated.Delete this PI -
getFactory
Factory getFactory()Deprecated.The Abdera Factory -
getParentElement
Deprecated.The parent node -
getTarget
String getTarget()Deprecated.The PI target -
setTarget
Deprecated.The PI target -
getText
String getText()Deprecated.The PI text -
setText
Deprecated.The PI text
-