public class XmlTag extends NodeImplBase
NodeImplBase.Scoped| Constructor and Description |
|---|
XmlTag(JooSymbol lt,
Ide tagName,
List<XmlAttribute> attributes,
JooSymbol gt) |
| Modifier and Type | Method and Description |
|---|---|
void |
analyze(AstNode parentNode) |
List<XmlAttribute> |
getAttributes() |
List<? extends AstNode> |
getChildren() |
String |
getLocalName() |
AstNode |
getParentNode() |
String |
getPrefix() |
JooSymbol |
getSymbol() |
void |
scope(Scope scope) |
String |
toString() |
void |
visit(AstVisitor visitor) |
analyze, makeChildren, scope, withNewDeclarationScope, withNewLabelScopepublic XmlTag(JooSymbol lt, Ide tagName, List<XmlAttribute> attributes, JooSymbol gt)
public JooSymbol getSymbol()
public List<? extends AstNode> getChildren()
getChildren in interface AstNodegetChildren in class NodeImplBasepublic void scope(Scope scope)
public void analyze(AstNode parentNode)
analyze in interface AstNodeanalyze in class NodeImplBasepublic AstNode getParentNode()
getParentNode in interface AstNodegetParentNode in class NodeImplBasepublic void visit(AstVisitor visitor) throws IOException
IOExceptionpublic String getLocalName()
public String getPrefix()
Node.getPrefix()public List<XmlAttribute> getAttributes()
Copyright © 2002–2018 CoreMedia AG. All rights reserved.