com.poscoict.glueframework.schema.parser
Class GlueQueryParser
java.lang.Object
  
com.poscoict.glueframework.schema.parser.GlueQueryParser
public class GlueQueryParser
- extends Object
 
GlueQueryParser.java
- Since:
 
  - 2013. 7. 3.
 
- Version:
 
  - 1.0.0
 
- Author:
 
  - Ç㠵γç
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
getInstance
public static GlueQueryParser getInstance()
- Returns:
 
 
parseXml
public GlueQueryMapInfo parseXml(File queryXmlFile)
                          throws Exception
- Parameters:
 queryXmlFile - 
- Returns:
 - 
 - Throws:
 Exception
 
parseXml
public GlueQueryMapInfo parseXml(URL queryXmlFile)
                          throws Exception
- Parameters:
 queryXmlFile - 
- Returns:
 - 
 - Throws:
 Exception
 
parseXmlString
public GlueQueryMapInfo parseXmlString(String queryXmlString)
                                throws Exception
- Parameters:
 queryXmlString - 
- Returns:
 - 
 - Throws:
 Exception
 
makeXml
public void makeXml(File queryXmlFile,
                    GlueQueryMapInfo queryMapInfo)
             throws IOException
- Parameters:
 queryXmlFile - queryMapInfo - 
- Throws:
 IOException
 
makeXmlString
public String makeXmlString(GlueQueryMapInfo queryMapInfo)
- Parameters:
 queryMapInfo - 
- Returns:
 
 
Copyright © 2013–2017 POSCO ICT. All rights reserved.