|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TextValue
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 | ||
---|---|---|
void |
discard()
Delete this node |
|
javax.activation.DataHandler |
getDataHandler()
A DataHandler for Base64 encoded binary data |
|
InputStream |
getInputStream()
An InputStream used to read the text content |
|
|
getParentElement()
The parent element |
|
String |
getText()
Return the text value |
Method Detail |
---|
javax.activation.DataHandler getDataHandler()
InputStream getInputStream()
String getText()
<T extends Base> T getParentElement()
void discard()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |