Uses of Interface
org.xanot.dtd.DtdModel

Packages that use DtdModel
org.xanot Contains all core class that buildup the Xanot parser. 
org.xanot.dtd DTD parser and object modeling. 
 

Uses of DtdModel in org.xanot
 

Methods in org.xanot with parameters of type DtdModel
 void XanotModelToXml.writeXmlFromModel(java.io.OutputStream os, java.lang.Object model, DtdModel dtd)
           
static void XanotModelToXml.writeXmlFromModel(java.io.OutputStream os, java.lang.Object model, DtdModel dtd, boolean withCData)
           
 

Uses of DtdModel in org.xanot.dtd
 

Classes in org.xanot.dtd that implement DtdModel
 class DefaultDtdModel
          Implementation of the DTD model.
 



Copyright 2006 null. All Rights Reserved.