|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StringFunction | |
jd.xml.xpath.expr.function | Contains the XPath functions. |
jd.xml.xslt.expr | Contains the XPath functions and expressions defined by XSLT. |
Uses of StringFunction in jd.xml.xpath.expr.function |
Subclasses of StringFunction in jd.xml.xpath.expr.function | |
class |
Concat
Concat represents the xpath core function "string concat(string, string, string *)". |
class |
LocalName
LocalName represents the xpath core function "local-name(node-set?)". |
class |
Name
Name represents the xpath core function "string name(node-set?)". |
class |
NamespaceUri
NameSpaceUri represents the xpath core function "string namespace-uri(node-set?)". |
class |
NodeFunction
NodeFunction is a base class for functions which use the first node of the node-set argument or the context node to calculate their string result. |
class |
NormalizeSpace
NormalizeSpace represents the xpath core function "string normalize-space(string?)". |
class |
Substring
Substring represents the xpath core function "string substring(string, number, number?)". |
class |
SubstringAfter
SubstringAfter represents the xpath core function "string substring-after(string, string)". |
class |
SubstringBefore
SubstringBefore represents the xpath core function "string substring-before(string, string)". |
class |
ToString
ToString represents the xpath core function "string string(object?)". |
class |
Translate
Translate represents the xpath core function "string translate(string, string, string)". |
Uses of StringFunction in jd.xml.xslt.expr |
Subclasses of StringFunction in jd.xml.xslt.expr | |
class |
FormatNumber
FormatNumber represents the xslt function "string format-number(number, string, string?)". |
class |
GenerateId
GenerateId represents the xslt function "string generate-id(node-set?)". |
class |
SystemProperty
SystemProperty represents the xslt function "string system-property(string)". |
class |
UnparsedEntityUri
UnparsedEntityUri represents the xslt function "string unparsed-entity-uri(string)". |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |