Package | Description |
---|---|
org.apache.xpath |
Implementation of XPath; for the most part, only classes meant for public use are
found at this root level of the XPath packages.
|
org.apache.xpath.patterns |
Implementation of XPath nodeTest support, and XSLT pattern matching support.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
XPathVisitor.visitNumberLiteral(ExpressionOwner owner,
XNumber num) |
Visit a number literal.
|
Modifier and Type | Field | Description |
---|---|---|
static XNumber |
NodeTest.SCORE_NODETEST |
The match score if the pattern consists of just a NodeTest.
|
static XNumber |
NodeTest.SCORE_NONE |
The match score if no match is made.
|
static XNumber |
NodeTest.SCORE_NSWILD |
The match score if the pattern pattern has the form NCName:*.
|
static XNumber |
NodeTest.SCORE_OTHER |
The match score if the pattern consists of something
other than just a NodeTest or just a qname.
|
static XNumber |
NodeTest.SCORE_QNAME |
The match score if the pattern has the form
of a QName optionally preceded by an @ character.
|
Modifier and Type | Method | Description |
---|---|---|
XNumber |
NodeTest.getStaticScore() |
Get the static score for this node test.
|
Modifier and Type | Method | Description |
---|---|---|
void |
NodeTest.setStaticScore(XNumber score) |
Set the static score for this node test.
|
Copyright © 2014 Apache XML Project. All Rights Reserved.