public abstract class StreamNode extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
column |
protected int |
line |
protected QName |
name |
| Constructor and Description |
|---|
StreamNode(PlasmaType type,
QName name,
Location loc) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn() |
int |
getLine() |
String |
getLocalName() |
String |
getNamespaceURI() |
String |
getPrefix() |
PlasmaType |
getType() |
protected int line
protected int column
protected QName name
public StreamNode(PlasmaType type, QName name, Location loc)
public PlasmaType getType()
public int getLine()
public int getColumn()
public String getLocalName()
public String getNamespaceURI()
public String getPrefix()
Copyright © 2017. All rights reserved.