com.maryanovsky.gwtutils.client
Interface XmlParser


public interface XmlParser

An interface for classes which can parse XML documents.

Author:
Maryanovsky Alexander

Method Summary
 Object parse(Document document)
          Parses the specified XML document, returning the resulting object.
 

Method Detail

parse

Object parse(Document document)
             throws ParseException
Parses the specified XML document, returning the resulting object. Throws a ParseException if unable to parse.

Throws:
ParseException