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