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

        protected void prepareAttributes()
        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
      • validatePosition

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