Interface ImpoartableFileData
public interface ImpoartableFileData
Translated XML file meta information as stored in the xml file
- Author:
- I-D Media AG
-
Method Summary
Modifier and TypeMethodDescription@NotNull StringGet the target connector idintGet the number of entitites in a given filelongGet the FirstSpirit Project IDintintGet the number of pages in a given file@NotNull StringGet the target languageGet the translated entities nodesGet the translated entities nodesGet the translated page nodes@Nullable XPathgetXPath()Get the XPath Object associated to the given translated nodesbooleanisEmpty()Check if translated elements are availablebooleanIs this result an error?booleanIs this a FragmentCreator file
-
Method Details
-
getTranslatedPages
Get the translated page nodes- Returns:
-
getTranslatedEntities
Get the translated entities nodes- Returns:
-
getTranslatedMetadata
Get the translated entities nodes- Returns:
-
isEmpty
boolean isEmpty()Check if translated elements are available- Returns:
-
isErrorneous
boolean isErrorneous()Is this result an error?- Returns:
-
getXPath
Get the XPath Object associated to the given translated nodes- Returns:
-
getPageCount
int getPageCount()Get the number of pages in a given file- Returns:
-
getDatasetCount
int getDatasetCount()Get the number of entitites in a given file- Returns:
-
getMetadataCount
int getMetadataCount() -
getFirstSpiritProjectId
long getFirstSpiritProjectId()Get the FirstSpirit Project ID- Returns:
-
getTargetLanguage
Get the target language- Returns:
-
getConnectorId
Get the target connector id- Returns:
-
isFragmentFile
boolean isFragmentFile()Is this a FragmentCreator file- Returns:
-