com.poscoict.glueframework.schema.parser
Class GlueQueryParser

java.lang.Object
  extended by com.poscoict.glueframework.schema.parser.GlueQueryParser

public class GlueQueryParser
extends Object

GlueQueryParser.java

Since:
2013. 7. 3.
Version:
1.0.0
Author:
Ç㠵γç

Method Summary
static GlueQueryParser getInstance()
           
 void makeXml(File queryXmlFile, GlueQueryMapInfo queryMapInfo)
           
 String makeXmlString(GlueQueryMapInfo queryMapInfo)
           
 GlueQueryMapInfo parseXml(File queryXmlFile)
           
 GlueQueryMapInfo parseXml(URL queryXmlFile)
           
 GlueQueryMapInfo parseXmlString(String queryXmlString)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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–2015 POSCO ICT SWÁ¦Ç°±â¼úÆÀ. All rights reserved.