com.faa.dom.tutorial
Interface DOMParserWrapper


public interface DOMParserWrapper

Encapsulates a DOM parser.


Method Summary
 org.w3c.dom.Document parse(java.lang.String uri)
          Parses the specified URI and returns the document.
 

Method Detail

parse

public org.w3c.dom.Document parse(java.lang.String uri)
                           throws java.lang.Exception
Parses the specified URI and returns the document.