Class GlueLayoutParser
java.lang.Object
com.poscoict.glueframework.schema.parser.GlueLayoutParser
GlueLayoutParser.java
- Since:
- 2013. 7. 3.
- Version:
- 1.0.0
- Author:
- 허 두녕
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GlueLayoutParser
public GlueLayoutParser()
-
-
Method Details
-
parseXml
public static com.poscoict.glueframework.schema.Msgs parseXml(URL layoutXmlUrl) throws JAXBException, SAXException - Parameters:
layoutXmlUrl
-- Returns:
- Msgs
- Throws:
JAXBException
Exception
SAXException
-
makeXml
public static void makeXml(File layoutXmlFile, com.poscoict.glueframework.schema.Msgs msgs) throws JAXBException - Throws:
JAXBException
-