Package net.sf.okapi.lib.xliff2.reader
Class Event
- java.lang.Object
-
- net.sf.okapi.lib.xliff2.reader.Event
-
public class Event extends Object
Represents an event send by the theXLIFFReader.
-
-
Constructor Summary
Constructors Constructor Description Event(EventType type, URIContext uriCtx)Event(EventType type, URIContext uriCtx, Object object)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InsingnificantPartDatagetInsingnificantPartData()MidFileDatagetMidFileData()ObjectgetResource()SkeletongetSkeletonData()StartFileDatagetStartFileData()StartGroupDatagetStartGroupData()StartXliffDatagetStartXliffData()EventTypegetType()UnitgetUnit()URIContextgetURIContext()booleanisEndDocument()booleanisEndFile()booleanisEndGroup()booleanisEndXliff()booleanisMidFile()booleanisSkeleton()booleanisStartDocument()booleanisStartFile()booleanisStartGroup()booleanisStartXliff()booleanisUnit()
-
-
-
Constructor Detail
-
Event
public Event(EventType type, URIContext uriCtx)
-
Event
public Event(EventType type, URIContext uriCtx, Object object)
-
-
Method Detail
-
getType
public EventType getType()
-
getURIContext
public URIContext getURIContext()
-
isStartDocument
public boolean isStartDocument()
-
isEndDocument
public boolean isEndDocument()
-
isStartXliff
public boolean isStartXliff()
-
getStartXliffData
public StartXliffData getStartXliffData()
-
isEndXliff
public boolean isEndXliff()
-
isStartFile
public boolean isStartFile()
-
getStartFileData
public StartFileData getStartFileData()
-
isMidFile
public boolean isMidFile()
-
getMidFileData
public MidFileData getMidFileData()
-
isEndFile
public boolean isEndFile()
-
isSkeleton
public boolean isSkeleton()
-
getSkeletonData
public Skeleton getSkeletonData()
-
isStartGroup
public boolean isStartGroup()
-
getStartGroupData
public StartGroupData getStartGroupData()
-
isEndGroup
public boolean isEndGroup()
-
isUnit
public boolean isUnit()
-
getUnit
public Unit getUnit()
-
getInsingnificantPartData
public InsingnificantPartData getInsingnificantPartData()
-
getResource
public Object getResource()
-
-