JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
SEARCH:
JavaScript is disabled on your browser.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Package
com.github.simy4.xpath.navigator
Interface Node
public interface
Node
XML node contract.
Since:
1.0
Author:
Alex Simkin
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
QName
getName
()
XML node name.
String
getText
()
XML node text content.
Method Detail
getName
QName
getName()
XML node name.
Returns:
node name.
getText
String
getText()
XML node text content.
Returns:
text content.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
JavaScript is disabled on your browser.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method