public class QNameNode extends ASTNode
Constructor | Description |
---|---|
QNameNode(SourceLocation loc) |
Modifier and Type | Method | Description |
---|---|---|
String |
getLocalName() |
|
String |
getPrefix() |
|
ASTTag |
getTag() |
|
void |
setLocalName(String localName) |
|
void |
setPrefix(String prefix) |
getSourceLocation, toString
public QNameNode(SourceLocation loc)
Copyright © 2019 Apache Software Foundation. All rights reserved.