Class XSLBreakOrContinue

    • Constructor Detail

      • XSLBreakOrContinue

        public XSLBreakOrContinue()
    • Method Detail

      • isInstruction

        public boolean isInstruction()
        Determine whether this node is an instruction.
        Overrides:
        isInstruction in class StyleElement
        Returns:
        true - it is an instruction
      • prepareAttributes

        public void prepareAttributes()
                               throws XPathException
        Set the attribute list for the element. This is called to process the attributes (note the distinction from processAttributes in the superclass). Must be supplied in a subclass
        Specified by:
        prepareAttributes in class StyleElement
        Throws:
        XPathException - if a static error is detected
      • validatePosition

        protected void validatePosition()
                                 throws XPathException
        Test that this xsl:next-iteration or xsl:break instruction appears in a valid position
        Throws:
        XPathException