Package net.sf.okapi.lib.xliff2.core
Interface IExtChild
-
- All Known Implementing Classes:
ExtContent,ExtElement,ProcessingInstruction
public interface IExtChildProvides the methods to access a child of anExtElement.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExtChildTypegetType()Gets the type of child this object is (one of theExtChildTypevalues).
-
-
-
Method Detail
-
getType
ExtChildType getType()
Gets the type of child this object is (one of theExtChildTypevalues).- Returns:
- the type of child this object is.
-
-