Uses of Class
jd.xml.xpath.expr.StringExpression

Packages that use StringExpression
jd.xml.xpath.expr.function Contains the XPath functions. 
jd.xml.xslt.expr Contains the XPath functions and expressions defined by XSLT. 
 

Uses of StringExpression in jd.xml.xpath.expr.function
 

Subclasses of StringExpression 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 StringFunction
          A base class for all functions which evaluate to a 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 StringExpression in jd.xml.xslt.expr
 

Subclasses of StringExpression 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)".