Uses of Class
org.apache.xpath.objects.XNumber

Packages that use XNumber
org.apache.xalan.lib Extension elements and functions shipped with Xalan-Java, including EXSLT functions. 
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. 
 

Uses of XNumber in org.apache.xalan.lib
 

Methods in org.apache.xalan.lib that return XNumber
static XNumber ExsltDatetime.year(java.lang.String datetimeIn)
          The date:year function returns the year of a date as a number.
static XNumber ExsltDatetime.year()
          See above.
static XNumber ExsltDatetime.monthInYear(java.lang.String datetimeIn)
          The date:year function returns the month of a date as a number.
static XNumber ExsltDatetime.monthInYear()
          See above.
static XNumber ExsltDatetime.weekInYear(java.lang.String datetimeIn)
          The date:week-in-year function returns the week of the year as a number.
static XNumber ExsltDatetime.weekInYear()
          See above.
static XNumber ExsltDatetime.dayInYear(java.lang.String datetimeIn)
          The date:day-in-year function returns the day of a date in a year as a number.
static XNumber ExsltDatetime.dayInYear()
          See above.
static XNumber ExsltDatetime.dayInMonth(java.lang.String datetimeIn)
          The date:day-in-month function returns the day of a date as a number.
static XNumber ExsltDatetime.dayInMonth()
          See above.
static XNumber ExsltDatetime.dayOfWeekInMonth(java.lang.String datetimeIn)
          The date:day-of-week-in-month function returns the day-of-the-week in a month of a date as a number (e.g.
static XNumber ExsltDatetime.dayOfWeekInMonth()
          See above.
static XNumber ExsltDatetime.dayInWeek(java.lang.String datetimeIn)
          The date:day-in-week function returns the day of the week given in a date as a number.
static XNumber ExsltDatetime.dayInWeek()
          See above.
static XNumber ExsltDatetime.hourInDay(java.lang.String datetimeIn)
          The date:hour-in-day function returns the hour of the day as a number.
static XNumber ExsltDatetime.hourInDay()
          See above.
static XNumber ExsltDatetime.minuteInHour(java.lang.String datetimeIn)
          The date:minute-in-hour function returns the minute of the hour as a number.
static XNumber ExsltDatetime.minuteInHour()
          See above.
static XNumber ExsltDatetime.secondInMinute(java.lang.String datetimeIn)
          The date:second-in-minute function returns the second of the minute as a number.
static XNumber ExsltDatetime.secondInMinute()
          See above.
 

Uses of XNumber in org.apache.xpath
 

Methods in org.apache.xpath with parameters of type XNumber
 boolean XPathVisitor.visitNumberLiteral(ExpressionOwner owner, XNumber num)
          Visit a number literal.
 

Uses of XNumber in org.apache.xpath.patterns
 

Fields in org.apache.xpath.patterns declared as XNumber
static XNumber NodeTest.SCORE_NODETEST
          The match score if the pattern consists of just a NodeTest.
static XNumber NodeTest.SCORE_NSWILD
          The match score if the pattern pattern has the form NCName:*.
static XNumber NodeTest.SCORE_QNAME
          The match score if the pattern has the form of a QName optionally preceded by an @ character.
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_NONE
          The match score if no match is made.
 

Methods in org.apache.xpath.patterns that return XNumber
 XNumber NodeTest.getStaticScore()
          Get the static score for this node test.
 

Methods in org.apache.xpath.patterns with parameters of type XNumber
 void NodeTest.setStaticScore(XNumber score)
          Set the static score for this node test.
 



Copyright © 2002 Apache XML Project. All Rights Reserved.