Uses of Class
org.apache.xpath.objects.XString
Packages that use XString
Package
Description
Implementation of XPath; for the most part, only classes meant for public use are
found at this root level of the XPath packages.
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.xpath
Methods in org.apache.xpath with parameters of type XStringModifier and TypeMethodDescriptionboolean
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.objectsModifier and TypeClassDescriptionclass
This class will wrap a FastStringBuffer and allow forclass
This class will wrap a FastStringBuffer and allow forFields in org.apache.xpath.objects declared as XStringModifier and TypeFieldDescriptionstatic final XString
XString.EMPTYSTRING
Empty string XString object