net.sf.webmancer.util.xml.dom
Interface IDOMProcessor


public interface IDOMProcessor

Author:
michal

Method Summary
 org.w3c.dom.DOMImplementation getDOMImplementation()
           
 void process(org.w3c.dom.Document document)
           
 

Method Detail

getDOMImplementation

org.w3c.dom.DOMImplementation getDOMImplementation()
Returns:

process

void process(org.w3c.dom.Document document)
             throws DOMSemanticException
Parameters:
document -
Throws:
DOMSemanticException


Copyright © 2006-2007. All Rights Reserved.