|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NameStep
Represents an XPath name test such as para or
svg:rect. This is production 37 in the
XPath 1.0 specification:
[37] NameTest ::= '*'
| NCName ':' '*'
| QName
| Method Summary | |
|---|---|
String |
getLocalName()
Returns the local name of the matched node |
String |
getPrefix()
Returns the namespace prefix of the matched node. |
| Methods inherited from interface org.jaxen.expr.Step |
|---|
axisIterator, evaluate, getAxis, getText, matches, simplify |
| Methods inherited from interface org.jaxen.expr.Predicated |
|---|
addPredicate, getPredicates, getPredicateSet |
| Method Detail |
|---|
String getPrefix()
String getLocalName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||