public class XmlElement extends NodeImplBase
NodeImplBase.Scoped| Constructor and Description |
|---|
XmlElement(XmlTag openingMxmlTag,
List children,
XmlTag closingMxmlTag) |
| Modifier and Type | Method and Description |
|---|---|
void |
analyze(AstNode parentNode) |
List<XmlAttribute> |
getAttributes() |
List<? extends AstNode> |
getChildren() |
List<XmlElement> |
getElements() |
String |
getLocalName() |
String |
getName() |
String |
getNamespaceURI() |
AstNode |
getParentNode() |
String |
getPrefix() |
JooSymbol |
getSymbol() |
void |
scope(Scope scope) |
String |
toString() |
void |
visit(AstVisitor visitor) |
analyze, makeChildren, scope, withNewDeclarationScope, withNewLabelScopepublic String getName()
public String getPrefix()
public JooSymbol getSymbol()
public List<? extends AstNode> getChildren()
getChildren in interface AstNodegetChildren in class NodeImplBasepublic List<XmlElement> getElements()
public 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 List<XmlAttribute> getAttributes()
public String getLocalName()
public String getNamespaceURI()
Copyright © 2002–2020 CoreMedia AG. All rights reserved.