com.sunwesttek.xml
Interface DOMParser

All Known Implementing Classes:
SimpleDOMParser

public interface DOMParser

DOMParser is a highly-simplified XML DOM parser abstraction.

See Also:
DOMElement

Method Summary
 boolean isValidating()
          Indicates the parser is validating the XML document.
 DOMElement parse(java.io.Reader reader)
          Parse an XML document into a DOMElement tree.
 

Method Detail

isValidating

public boolean isValidating()
Indicates the parser is validating the XML document.

Returns:
Validating

parse

public DOMElement parse(java.io.Reader reader)
                 throws java.io.IOException
Parse an XML document into a DOMElement tree.

Parameters:
reader - Reader
Returns:
DOMElement tree
Throws:
java.io.IOException


Copyright (c) 2002 Sunwest Technologies. http://www.SunwestTek.com/