net.sf.okapi.common.resource
Class StartSubDocument
java.lang.Object
net.sf.okapi.common.resource.BaseNameable
net.sf.okapi.common.resource.StartSubDocument
- All Implemented Interfaces:
- IResource, INameable
public class StartSubDocument
- extends BaseNameable
Resource associated with the filter event START_SUBDOCUMENT.
| Methods inherited from class net.sf.okapi.common.resource.BaseNameable |
createTargetProperty, getAnnotation, getAnnotations, getId, getMimeType, getName, getProperty, getPropertyNames, getSkeleton, getSourceProperty, getSourcePropertyNames, getTargetLocales, getTargetProperty, getTargetPropertyNames, getType, hasProperty, hasSourceProperty, hasTargetProperty, isTranslatable, preserveWhitespaces, removeProperty, removeSourceProperty, removeTargetProperty, setAnnotation, setId, setIsTranslatable, setMimeType, setName, setPreserveWhitespaces, setProperty, setSkeleton, setSourceProperty, setTargetProperty, setType |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
params
protected IParameters params
StartSubDocument
public StartSubDocument(java.lang.String parentId)
StartSubDocument
public StartSubDocument(java.lang.String parentId,
java.lang.String id)
getParentId
public java.lang.String getParentId()
setParentId
public void setParentId(java.lang.String parentId)
getFilterParameters
public IParameters getFilterParameters()
- Gets the current parameters for this sub-document.
- Returns:
- the object containing the parameters for this document.
setFilterParameters
public void setFilterParameters(IParameters params)
- Sets the parameters for this sub-document.
- Parameters:
params - the object containing the parameters for this document.