|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.tireme.schemadoc.xs2dtd.SDDTD.DTDProcessor
public class DTDProcessor
Builds the DTDHandler using DTDProcessor responsible for the creation of the
XML form.
| Field Summary | |
|---|---|
static int |
schemaObjectID
|
| Constructor Summary | |
|---|---|
DTDProcessor(DTDHandler dtdHandler,
boolean normalizeNames_)
Constructor for the DTDHandler object |
|
| Method Summary | |
|---|---|
void |
addImport(SDImport import_)
|
void |
addNsDefs(SDSchema schema_)
Adds nsDefs to the root |
void |
cleanDTDHandler()
clean the DTDHandler. |
void |
reOrder()
Re-ordering the XML DTD handler according to DTD PE order constraints |
void |
traversalBuild(XSDSchemaHandler schemaHandler_,
java.lang.String nextSchemaId_)
Builds the DTDHandler of a SDConcreteComponent using XSDSchemaHandler. |
void |
updateNamespaces(SDSchema schema_)
Updates the stored namespaces |
void |
verticalBuild(XSDSchemaHandler schemaHandler_)
Builds the DTDHandler of a SDConcreteComponent using XSDSchemaHandler. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static int schemaObjectID
| Constructor Detail |
|---|
public DTDProcessor(DTDHandler dtdHandler,
boolean normalizeNames_)
dtdHandler - - dtdHandlernormalizeNames_ - - true if names| Method Detail |
|---|
public void traversalBuild(XSDSchemaHandler schemaHandler_,
java.lang.String nextSchemaId_)
throws Xs2dtdException
XSDSchemaHandler.
schemaHandler_ - - schema handlernextSchemaId_ - - next handler id if any
Xs2dtdException - -
public void verticalBuild(XSDSchemaHandler schemaHandler_)
throws Xs2dtdException
XSDSchemaHandler.
schemaHandler_ - - schema handler
Xs2dtdException - -
public void addImport(SDImport import_)
throws Xs2dtdException
import_ -
Xs2dtdException
public void addNsDefs(SDSchema schema_)
throws Xs2dtdException
schema_ - - schema
Xs2dtdExceptionpublic void updateNamespaces(SDSchema schema_)
schema_ -
public void cleanDTDHandler()
throws Xs2dtdException
Xs2dtdException
public void reOrder()
throws Xs2dtdException
Xs2dtdException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||