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

void consume(org.xml.sax.InputSource is)
             throws java.lang.Exception
Parameters:
an - InputSource of XML data.
Throws:
java.lang.Exception


Copyright © 2011 Sapia OSS. All Rights Reserved.