Class Node.JspElement

  • All Implemented Interfaces:
    TagConstants
    Enclosing class:
    Node

    public static class Node.JspElement
    extends Node
    Represents a .
    • Constructor Detail

      • JspElement

        public JspElement​(org.xml.sax.Attributes attrs,
                          Mark start,
                          Node parent)
      • JspElement

        public JspElement​(java.lang.String qName,
                          org.xml.sax.Attributes attrs,
                          org.xml.sax.Attributes nonTaglibXmlnsAttrs,
                          org.xml.sax.Attributes taglibAttrs,
                          Mark start,
                          Node parent)