ipipan.spejd.entities
Class NoSpace

java.lang.Object
  extended by ipipan.spejd.entities.Entity
      extended by ipipan.spejd.entities.NoSpace

public class NoSpace
extends Entity

A representation of special ns (no space) entity. Ns should be used if two subsequent segments are not separated by space.


Field Summary
 
Fields inherited from class ipipan.spejd.entities.Entity
ARRAY, GROUP, NOSPACE, NULL, SEGMENT, TOKEN, WORD
 
Constructor Summary
NoSpace()
           
 
Method Summary
 void printXML(java.io.PrintStream out)
          Prints the XML (XCES) representation of entity on the given PrintStream.
 java.lang.String toTxt()
          Returns the representation of entity in the internal text format.
 
Methods inherited from class ipipan.spejd.entities.Entity
add, concatAttr, concatAttr, delete, getAttr, getCommonValues, getGroupType, getId, getInterpretationArray, getInterpretations, getReplacement, getSemHead, getSynHead, setReplacement, setRule, unify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoSpace

public NoSpace()
Method Detail

toTxt

public java.lang.String toTxt()
Description copied from class: Entity
Returns the representation of entity in the internal text format.

Overrides:
toTxt in class Entity

printXML

public void printXML(java.io.PrintStream out)
Description copied from class: Entity
Prints the XML (XCES) representation of entity on the given PrintStream.

Specified by:
printXML in class Entity