Class ImplicitAction

    • Constructor Detail

      • ImplicitAction

        public ImplicitAction()
        Deprecated.
    • Method Detail

      • isApplicable

        public abstract boolean isApplicable​(ElementPath currentElementPath,
                                             org.xml.sax.Attributes attributes,
                                             InterpretationContext ec)
        Deprecated.
        Check whether this implicit action is appropriate in the current context.
        Parameters:
        currentElementPath - This pattern contains the tag name of the current element being parsed at the top of the stack.
        attributes - The attributes of the current element to process.
        ec -
        Returns:
        Whether the implicit action is applicable in the current context