Enhydra 5.1 API

org.enhydra.xml.xmlc.compiler
Class EditDOM

java.lang.Object
  |
  +--org.enhydra.xml.xmlc.compiler.EditDOM

public class EditDOM
extends java.lang.Object

Class to perform edits on a DOM.


Constructor Summary
EditDOM(MetaData metaData)
          Constructor.
 
Method Summary
 void edit(XMLCDocument xmlcDoc)
          Edit the nodes of the document.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditDOM

public EditDOM(MetaData metaData)
Constructor.

Method Detail

edit

public void edit(XMLCDocument xmlcDoc)
          throws XMLCException
Edit the nodes of the document.

XMLCException

Enhydra 5.1 API