org.apache.jasper.compiler

Class Node.UninterpretedTag

public static class Node.UninterpretedTag extends Node

Represents an uninterpreted tag, from a Jsp document
Constructor Summary
UninterpretedTag(String qName, String localName, Attributes attrs, Attributes nonTaglibXmlnsAttrs, Attributes taglibAttrs, Mark start, Node parent)
Method Summary
voidaccept(Node.Visitor v)
Node.JspAttribute[]getJspAttributes()
voidsetJspAttributes(Node.JspAttribute[] jspAttrs)

Constructor Detail

UninterpretedTag

public UninterpretedTag(String qName, String localName, Attributes attrs, Attributes nonTaglibXmlnsAttrs, Attributes taglibAttrs, Mark start, Node parent)

Method Detail

accept

public void accept(Node.Visitor v)

getJspAttributes

public Node.JspAttribute[] getJspAttributes()

setJspAttributes

public void setJspAttributes(Node.JspAttribute[] jspAttrs)
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.