org.plasma.sdo.xml
Class StreamNode

java.lang.Object
  extended by org.plasma.sdo.xml.StreamNode

public abstract class StreamNode
extends Object


Field Summary
protected  int column
           
protected  int line
           
protected  QName name
           
 
Constructor Summary
StreamNode(PlasmaType type, QName name, Location loc)
           
 
Method Summary
 int getColumn()
           
 int getLine()
           
 String getLocalName()
           
 String getNamespaceURI()
           
 String getPrefix()
           
 PlasmaType getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

line

protected int line

column

protected int column

name

protected QName name
Constructor Detail

StreamNode

public StreamNode(PlasmaType type,
                  QName name,
                  Location loc)
Method Detail

getType

public PlasmaType getType()

getLine

public int getLine()

getColumn

public int getColumn()

getLocalName

public String getLocalName()

getNamespaceURI

public String getNamespaceURI()

getPrefix

public String getPrefix()


Copyright © 2014. All rights reserved.