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

Packages that use XString
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.objects Implementation of XPath polymorphic type objects -- this package will grow as XPath objects are expanded to support XML Schema data types. 
 

Uses of XString in org.apache.xalan.lib
 

Methods in org.apache.xalan.lib that return XString
static XString ExsltDatetime.dateTime()
          The date:date-time function returns the current date and time as a date/time string.
static XString ExsltDatetime.date(java.lang.String datetimeIn)
          The date:date function returns the date specified in the date/time string given as the argument.
static XString ExsltDatetime.date()
          See above.
static XString ExsltDatetime.time(java.lang.String timeIn)
          The date:time function returns the time specified in the date/time string given as the argument.
static XString ExsltDatetime.time()
          See above.
static XString ExsltDatetime.monthName(java.lang.String datetimeIn)
          The date:month-name function returns the full name of the month of a date.
static XString ExsltDatetime.monthName()
          See above.
static XString ExsltDatetime.monthAbbreviation(java.lang.String datetimeIn)
          The date:month-abbreviation function returns the abbreviation of the month of a date.
static XString ExsltDatetime.monthAbbreviation()
          See above.
static XString ExsltDatetime.dayName(java.lang.String datetimeIn)
          The date:day-name function returns the full name of the day of the week of a date.
static XString ExsltDatetime.dayName()
          See above.
static XString ExsltDatetime.dayAbbreviation(java.lang.String datetimeIn)
          The date:day-abbreviation function returns the abbreviation of the day of the week of a date.
static XString ExsltDatetime.dayAbbreviation()
          See above.
 

Uses of XString in org.apache.xpath
 

Methods in org.apache.xpath with parameters of type XString
 boolean XPathVisitor.visitStringLiteral(ExpressionOwner owner, XString str)
          Visit a string literal.
 

Uses of XString in org.apache.xpath.objects
 

Subclasses of XString in org.apache.xpath.objects
 class XStringForChars
          This class will wrap a FastStringBuffer and allow for
 class XStringForFSB
          This class will wrap a FastStringBuffer and allow for
 

Fields in org.apache.xpath.objects declared as XString
static XString XString.EMPTYSTRING
          Empty string XString object
 



Copyright © 2002 Apache XML Project. All Rights Reserved.