org.bibop.xml
Interface DOMProcessor

All Superinterfaces:
Processor
All Known Implementing Classes:
XForgeProcessor

public interface DOMProcessor
extends Processor

DOM Processor.

Version:
1.0
Author:
Alberto Garoffolo

Method Summary
 org.w3c.dom.Document process(org.w3c.dom.Document document)
          Process the DOM tree.
 

Method Detail

process

public org.w3c.dom.Document process(org.w3c.dom.Document document)
                             throws java.lang.Exception
Process the DOM tree. The returned tree is allowed to be either a copy or the modified input tree. The internal processing is SAX based.

java.lang.Exception


Copyright © 2003 Bibop Research International. All Rights Reserved.