Uses of Class
org.loboevolution.apache.xpath.objects.XNumber
Packages that use XNumber
Package
Description
Implementation of XPath nodeTest support, and XSLT pattern matching support.
-
Uses of XNumber in org.loboevolution.apache.xpath.patterns
Fields in org.loboevolution.apache.xpath.patterns declared as XNumberModifier and TypeFieldDescriptionstatic final XNumberNodeTest.SCORE_NODETESTThe match score if the pattern consists of just a NodeTest.static final XNumberNodeTest.SCORE_NONEThe match score if no match is made.static final XNumberNodeTest.SCORE_NSWILDThe match score if the pattern pattern has the form NCName:*.static final XNumberNodeTest.SCORE_OTHERThe match score if the pattern consists of something other than just a NodeTest or just a qname.static final XNumberNodeTest.SCORE_QNAMEThe match score if the pattern has the form of a QName optionally preceded by an @ character.Methods in org.loboevolution.apache.xpath.patterns that return XNumberModifier and TypeMethodDescriptionNodeTest.getStaticScore()Get the static score for this node test.Methods in org.loboevolution.apache.xpath.patterns with parameters of type XNumberModifier and TypeMethodDescriptionvoidNodeTest.setStaticScore(XNumber score) Set the static score for this node test.