Uses of Class
org.loboevolution.apache.xpath.objects.XNumber
Package
Description
Implementation of XPath nodeTest support, and XSLT pattern matching support.
-
Uses of XNumber in org.loboevolution.apache.xpath.patterns
Modifier and TypeFieldDescriptionstatic final XNumber
NodeTest.SCORE_NODETEST
The match score if the pattern consists of just a NodeTest.static final XNumber
NodeTest.SCORE_NONE
The match score if no match is made.static final XNumber
NodeTest.SCORE_NSWILD
The match score if the pattern pattern has the form NCName:*.static final XNumber
NodeTest.SCORE_OTHER
The match score if the pattern consists of something other than just a NodeTest or just a qname.static final XNumber
NodeTest.SCORE_QNAME
The match score if the pattern has the form of a QName optionally preceded by an @ character.Modifier and TypeMethodDescriptionNodeTest.getStaticScore()
Get the static score for this node test.Modifier and TypeMethodDescriptionvoid
NodeTest.setStaticScore
(XNumber score) Set the static score for this node test.