org.plasma.sdo.xml
Class StreamNode

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

public abstract class StreamNode
extends java.lang.Object


Field Summary
protected  int column
           
protected  int line
           
protected  javax.xml.namespace.QName name
           
 
Constructor Summary
StreamNode(PlasmaType type, javax.xml.namespace.QName name, javax.xml.stream.Location loc)
           
 
Method Summary
 int getColumn()
           
 int getLine()
           
 java.lang.String getLocalName()
           
 java.lang.String getNamespaceURI()
           
 java.lang.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 javax.xml.namespace.QName name
Constructor Detail

StreamNode

public StreamNode(PlasmaType type,
                  javax.xml.namespace.QName name,
                  javax.xml.stream.Location loc)
Method Detail

getType

public PlasmaType getType()

getLine

public int getLine()

getColumn

public int getColumn()

getLocalName

public java.lang.String getLocalName()

getNamespaceURI

public java.lang.String getNamespaceURI()

getPrefix

public java.lang.String getPrefix()


Copyright © 2013. All Rights Reserved.