Uses of Class
net.sf.okapi.lib.xliff2.core.ExtChildType
-
Packages that use ExtChildType Package Description net.sf.okapi.lib.xliff2.core Classes implementing the object model of a parsed XLIFF document. -
-
Uses of ExtChildType in net.sf.okapi.lib.xliff2.core
Methods in net.sf.okapi.lib.xliff2.core that return ExtChildType Modifier and Type Method Description ExtChildTypeExtContent. getType()ExtChildTypeExtElement. getType()Gets theExtChildTypetype for this element.ExtChildTypeIExtChild. getType()Gets the type of child this object is (one of theExtChildTypevalues).ExtChildTypeProcessingInstruction. getType()static ExtChildTypeExtChildType. valueOf(String name)Returns the enum constant of this type with the specified name.static ExtChildType[]ExtChildType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-