com.dat.cx
Class CxDTDParser
java.lang.Object
|
+--com.dat.cx.CxDTDParser
- All Implemented Interfaces:
- CxAddContent
- public class CxDTDParser
- extends java.lang.Object
- implements CxAddContent
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CxDTDParser
public CxDTDParser()
importDTDToTypePackage
public void importDTDToTypePackage(java.io.File file,
CxTypePackage typePackage)
throws java.lang.Exception
importDTD
public void importDTD(java.io.File file,
CxComponent parentPackage)
throws java.lang.Exception
addContent
public void addContent(CxTypePackage typePackage,
CxComponent variable,
de.tudarmstadt.ito.schemas.dtd.Particle part,
boolean topLevel,
boolean orIn,
CxPlaceHolder placeHolder)
- Specified by:
addContent
in interface CxAddContent