Class TextValueTemplateNode

    • Constructor Detail

      • TextValueTemplateNode

        public TextValueTemplateNode​(UnicodeString value)
    • Method Detail

      • getContentExpression

        public Expression getContentExpression()
      • parse

        public void parse()
                   throws XPathException
        Parse any XPath expressions contained in the content of the text value template
        Throws:
        XPathException - if parsing of an XPath expression fails
      • validate

        public void validate()
                      throws XPathException
        Validate the text node; specifically, perform type checking of any contained expressions
        Throws:
        XPathException - if type checking finds any problems