Class JadiceXmlResolver
- java.lang.Object
-
- com.saperion.ngc.viewer.virtualviewer.annotation.JadiceXmlResolver
-
public class JadiceXmlResolver extends java.lang.Object
- Author:
- rbo
-
-
Field Summary
Fields Modifier and Type Field Description static float
FONT_CORR
static float
JADICE_X_CONST
static float
JADICE_Y_CONST
-
Constructor Summary
Constructors Constructor Description JadiceXmlResolver()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.lang.String
appendCustomPart(java.lang.String ini)
java.lang.String
convertXmlToIni(byte[] xmlAnnotations)
Converts the annotations in XML format to INI format.
-
-
-
Field Detail
-
JADICE_X_CONST
public static final float JADICE_X_CONST
- See Also:
- Constant Field Values
-
JADICE_Y_CONST
public static final float JADICE_Y_CONST
- See Also:
- Constant Field Values
-
FONT_CORR
public static final float FONT_CORR
- See Also:
- Constant Field Values
-
-
Method Detail
-
convertXmlToIni
public java.lang.String convertXmlToIni(byte[] xmlAnnotations) throws javax.xml.bind.JAXBException, org.xml.sax.SAXException
Converts the annotations in XML format to INI format.- Parameters:
xmlAnnotations
- annotations in XML format- Returns:
- annotations in INI format
- Throws:
org.xml.sax.SAXException
- parsing xmlAnnotations failedjavax.xml.bind.JAXBException
- parsing xmlAnnotations failed
-
appendCustomPart
public static java.lang.String appendCustomPart(java.lang.String ini)
-
-