Uses of Class
org.loboevolution.apache.xpath.objects.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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier and TypeFieldDescriptionstatic final XString
XString.EMPTYSTRING
Empty string XString objectModifier 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.Modifier 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.