Class JadiceXmlResolver
java.lang.Object
com.saperion.ngc.viewer.virtualviewer.annotation.JadiceXmlResolver
- Author:
- rbo
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final floatstatic final floatstatic final float -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringappendCustomPart(String ini) convertXmlToIni(byte[] xmlAnnotations) Converts the annotations in XML format to INI format.
-
Field Details
-
JADICE_X_CONST
public static final float JADICE_X_CONST- See Also:
-
JADICE_Y_CONST
public static final float JADICE_Y_CONST- See Also:
-
FONT_CORR
public static final float FONT_CORR- See Also:
-
-
Constructor Details
-
JadiceXmlResolver
public JadiceXmlResolver()
-
-
Method Details
-
convertXmlToIni
public String convertXmlToIni(byte[] xmlAnnotations) throws jakarta.xml.bind.JAXBException, SAXException Converts the annotations in XML format to INI format.- Parameters:
xmlAnnotations- annotations in XML format- Returns:
- annotations in INI format
- Throws:
SAXException- parsing xmlAnnotations failedjakarta.xml.bind.JAXBException- parsing xmlAnnotations failed
-
appendCustomPart
-