Class Node.UninterpretedTag

  • All Implemented Interfaces:
    TagConstants
    Enclosing class:
    Node

    public static class Node.UninterpretedTag
    extends Node
    Represents an uninterpreted tag, from a Jsp document
    • Constructor Detail

      • UninterpretedTag

        public UninterpretedTag​(java.lang.String qName,
                                java.lang.String localName,
                                org.xml.sax.Attributes attrs,
                                org.xml.sax.Attributes nonTaglibXmlnsAttrs,
                                org.xml.sax.Attributes taglibAttrs,
                                Mark start,
                                Node parent)
    • Method Detail

      • accept

        public void accept​(Node.Visitor v)
                    throws JasperException
        Description copied from class: Node
        Selects and invokes a method in the visitor class based on the node type. This is abstract and should be overrode by the extending classes.
        Specified by:
        accept in class Node
        Parameters:
        v - The visitor class
        Throws:
        JasperException