Package | Description |
---|---|
org.apache.jasper.compiler |
Modifier and Type | Field and Description |
---|---|
private Node.ChildInfo |
Node.CustomTag.childInfo |
private Node.ChildInfo |
Node.NamedAttribute.childInfo |
private Node.ChildInfo |
Node.JspBody.childInfo |
Modifier and Type | Method and Description |
---|---|
Node.ChildInfo |
Node.CustomTag.getChildInfo() |
Node.ChildInfo |
Node.NamedAttribute.getChildInfo() |
Node.ChildInfo |
Node.JspBody.getChildInfo() |
Modifier and Type | Method and Description |
---|---|
private void |
Collector.CollectVisitor.checkSeen(Node.ChildInfo ci,
Node n)
Check all child nodes for various elements and update the given
ChildInfo object accordingly.
|