Package org.apache.abdera.model
Interface TextValue
Deprecated.
This API is deprecated as Apache Abdera is a retired project since 2017.
A text value. Returned by the Abdera XPath implementation when querying for text nodes (e.g.
xpath.selectNodes("//text()"); ...). There should be very little reason why an application would use this. It is
provided to keep applications from having to deal directly with the underlying parser impl
-
Method Summary
Modifier and TypeMethodDescriptionvoid
discard()
Deprecated.Delete this nodejavax.activation.DataHandler
Deprecated.A DataHandler for Base64 encoded binary dataDeprecated.An InputStream used to read the text content<T extends Base>
TDeprecated.The parent elementgetText()
Deprecated.Return the text value
-
Method Details
-
getDataHandler
javax.activation.DataHandler getDataHandler()Deprecated.A DataHandler for Base64 encoded binary data -
getInputStream
InputStream getInputStream()Deprecated.An InputStream used to read the text content -
getText
String getText()Deprecated.Return the text value -
getParentElement
Deprecated.The parent element -
discard
void discard()Deprecated.Delete this node
-