Uses of Class
org.loboevolution.apache.xpath.objects.XString
Packages that use XString
Package
Description
Implements XPath functions -- each function is derived from Function,
FunctionOneArg, Function2Args, etc, with number-of-arguments checking being
applied mainly at compile time -- this package only implements XPath functions,
XSLT functions are found in the "templates" package.
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.loboevolution.apache.xml.dtm
Methods in org.loboevolution.apache.xml.dtm that return XStringModifier and TypeMethodDescriptionDTM.getStringValue
(int nodeHandle) Get the string-value of a node as a String object (see ... for the definition of a node's string-value). -
Uses of XString in org.loboevolution.apache.xml.dtm.ref
Methods in org.loboevolution.apache.xml.dtm.ref that return XStringModifier and TypeMethodDescriptionabstract XString
DTMDefaultBase.getStringValue
(int nodeHandle) Get the string-value of a node as a String object (see ... for the definition of a node's string-value). -
Uses of XString in org.loboevolution.apache.xml.dtm.ref.dom2dtm
Methods in org.loboevolution.apache.xml.dtm.ref.dom2dtm that return XStringModifier and TypeMethodDescriptionDOM2DTM.getStringValue
(int nodeHandle) Get the string-value of a node as a String object (see ... for the definition of a node's string-value). -
Uses of XString in org.loboevolution.apache.xpath.functions
Methods in org.loboevolution.apache.xpath.functions that return XStringModifier and TypeMethodDescriptionprotected XString
FunctionDef1Arg.getArg0AsString
(XPathContext xctxt) Execute the first argument expression that is expected to return a string. -
Uses of XString in org.loboevolution.apache.xpath.objects
Fields in org.loboevolution.apache.xpath.objects declared as XStringModifier and TypeFieldDescriptionstatic final XString
XString.EMPTYSTRING
Empty string XString objectMethods in org.loboevolution.apache.xpath.objects that return XStringModifier and TypeMethodDescriptionXString.fixWhiteSpace
(boolean trimHead, boolean trimTail, boolean doublePunctuationSpaces) Conditionally trim all leading and trailing whitespace in the specified String.XNodeSet.getStringFromNode
(int n) Get the string conversion from a single node.XString.substring
(int beginIndex) Returns a new string that is a substring of this string.XString.substring
(int beginIndex, int endIndex) Returns a new string that is a substring of this string.XString.trim()
Removes white space from both ends of this string.XNodeSet.xstr()
Cast result object to a string.XObject.xstr()
Cast result object to a string.XString.xstr()
Cast result object to a string.Methods in org.loboevolution.apache.xpath.objects with parameters of type XStringModifier and TypeMethodDescriptionboolean
Compares this string to the specified object.int
Returns the index within this string of the first occurrence of the specified substring.boolean
XString.startsWith
(XString prefix) Tests if this string starts with the specified prefix.boolean
XString.startsWith
(XString prefix, int toffset) Tests if this string starts with the specified prefix beginning a specified index.