|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.smallx.xml.infoset.memory.MemoryItem
com.smallx.xml.infoset.memory.MemoryDocumentEnd
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 |
public MemoryDocumentEnd(Infoset infoset)
Method Detail |
public byte getType()
getType
in interface Item
protected void setIndex(int i)
setIndex
in class MemoryItem
public int getColumn()
getColumn
in interface Location
public int getLine()
getLine
in interface Location
public void setColumn(int column)
setColumn
in interface Location
public void setLine(int line)
setLine
in interface Location
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |