uk.ac.soton.itinnovation.registry.icomponent.search.parser
Class XmlQueryParser

java.lang.Object
  extended by uk.ac.soton.itinnovation.registry.icomponent.search.parser.XmlQueryParser

public class XmlQueryParser
extends Object


Nested Class Summary
static class XmlQueryParser.DeclareUsage
           
 
Constructor Summary
XmlQueryParser()
           
 
Method Summary
static XmlQuery readQuery(File file, RegistryDomainModel model)
           
static XmlQuery readQuery(Reader reader, RegistryDomainModel model)
           
static XmlQuery readQuery(URL url, RegistryDomainModel model)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlQueryParser

public XmlQueryParser()
Method Detail

readQuery

public static XmlQuery readQuery(URL url,
                                 RegistryDomainModel model)
                          throws ParsingException
Throws:
ParsingException

readQuery

public static XmlQuery readQuery(Reader reader,
                                 RegistryDomainModel model)
                          throws ParsingException
Throws:
ParsingException

readQuery

public static XmlQuery readQuery(File file,
                                 RegistryDomainModel model)
                          throws ParsingException
Throws:
ParsingException


Copyright © 2001-2008 University of Southampton IT Innovation Centre. All Rights Reserved.