com.smallx.xml.infoset.memory
Class MemoryDocumentEnd

java.lang.Object
  extended bycom.smallx.xml.infoset.memory.MemoryItem
      extended bycom.smallx.xml.infoset.memory.MemoryDocumentEnd
All Implemented Interfaces:
DocumentEnd, Item, Location

public class MemoryDocumentEnd
extends MemoryItem
implements DocumentEnd


Field Summary
 
Fields inherited from class com.smallx.xml.infoset.memory.MemoryItem
infoset, origin, ranking
 
Fields inherited from interface com.smallx.xml.infoset.DocumentEnd
TYPE
 
Fields inherited from interface com.smallx.xml.infoset.Item
ANCESTOR_AXIS, ANCESTOR_OR_SELF_AXIS, ATTRIBUTE, ATTRIBUTE_AXIS, CHARACTERS, CHILD_AXIS, COMMENT, DESCENDANT_AXIS, DESCENDANT_OR_SELF_AXIS, DOCUMENT, DOCUMENT_END, ELEMENT, ELEMENT_END, FOLLOWING_AXIS, FOLLOWING_SIBLING_AXIS, N_TYPES, NAMESPACE, NAMESPACE_AXIS, PARENT_AXIS, PRECEDING_AXIS, PRECEDING_SIBLING_AXIS, PROCESSING_INSTRUCTION, SELF_AXIS
 
Constructor Summary
MemoryDocumentEnd(Infoset infoset)
          Creates a new instance of MemoryDocumentEnd
 
Method Summary
 int getColumn()
           
 int getLine()
           
 byte getType()
          Returns the type of type node.
 void setColumn(int column)
           
protected  void setIndex(int i)
           
 void setLine(int line)
           
 
Methods inherited from class com.smallx.xml.infoset.memory.MemoryItem
compareTo, getAxis, getDocument, getGeneratedId, getInfoset, getOrigin, setRank
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.smallx.xml.infoset.Item
compareTo, getAxis, getDocument, getGeneratedId, getInfoset, getOrigin
 

Constructor Detail

MemoryDocumentEnd

public MemoryDocumentEnd(Infoset infoset)
Creates a new instance of MemoryDocumentEnd

Method Detail

getType

public byte getType()
Returns the type of type node.

Specified by:
getType in interface Item

setIndex

protected void setIndex(int i)
Specified by:
setIndex in class MemoryItem

getColumn

public int getColumn()
Specified by:
getColumn in interface Location

getLine

public int getLine()
Specified by:
getLine in interface Location

setColumn

public void setColumn(int column)
Specified by:
setColumn in interface Location

setLine

public void setLine(int line)
Specified by:
setLine in interface Location