public class XmlAttribute extends NodeImplBase
NodeImplBase.Scoped| Constructor and Description |
|---|
XmlAttribute(Ide ide,
JooSymbol eq,
JooSymbol value) |
| Modifier and Type | Method and Description |
|---|---|
void |
analyze(AstNode parentNode) |
List<? extends AstNode> |
getChildren() |
String |
getLocalName() |
AstNode |
getParentNode() |
String |
getPrefix() |
JooSymbol |
getSymbol() |
JooSymbol |
getValue() |
void |
scope(Scope scope) |
String |
toString() |
void |
visit(AstVisitor visitor) |
analyze, makeChildren, scope, withNewDeclarationScope, withNewLabelScopepublic JooSymbol getSymbol()
public JooSymbol getValue()
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()Copyright © 2002–2019 CoreMedia AG. All rights reserved.