public interface XmiNode extends XmiElement
| Modifier and Type | Method and Description |
|---|---|
void |
accept(XmiNodeVisitor visitor) |
String |
getAttributeValue(QName name) |
int |
getColumnNumber() |
int |
getLineNumber() |
List<XmiNode> |
getNodes() |
boolean |
hasAttribute(QName name) |
boolean |
hasCharacters() |
boolean |
hasNodes() |
getData, getLocalName, getNamespaceURI, getPrefix, getXmiId, getXmiType, hasXmiTypeboolean hasNodes()
boolean hasCharacters()
boolean hasAttribute(QName name)
int getLineNumber()
int getColumnNumber()
void accept(XmiNodeVisitor visitor)
Copyright © 2016. All rights reserved.