org.sapia.util.xml.confix
Interface XMLConsumer


public interface XMLConsumer

Specifies the behavior of consumers of XML data.

Author:
Yanick Duchesne
Copyright:
Copyright © 2002-2004 Sapia Open Source Software. All Rights Reserved.
License:
Read the license.txt file of the jar or visit the license page at the Sapia OSS web site

Method Summary
 void consume(org.xml.sax.InputSource is)
           
 

Method Detail

consume

public void consume(org.xml.sax.InputSource is)
             throws Exception
Exception


Copyright © 2002 Sapia Open Source Software. All Rights Reserved.