@User public final class DTD extends TypedDTD
dtd
is filled with one single instance. More instances will not be
necessary. TypedDTD.ORIGINAL_DTD_RESOURCE_NAME
, in the same directory as this class
file. MessageStore
. This can be read out, if necessary, by
drainInitializationMessages(MessageReceiver)
. TypedDTD.getDTD()
gives access to the underlying dtd.DTD.Dtd
object. Each nstance of this class
(which has been generated by umod) represents
an unprocessed DTD, seen as an algebraic specification text. Contrarily,
this generated class, as a sub-class of TypedDTD
, reflects the
outcome of one particular successful code generation process = tdom
application.TypedDTD.AbstractElementInfo, TypedDTD.AttributeInfo, TypedDTD.DTDInfo, TypedDTD.ElementInfo, TypedDTD.ImplementationInfo<C>, TypedDTD.NamedImplementationInfo<C>
Modifier and Type | Field and Description |
---|---|
static DTD |
dtd |
DTD_ENCODING, ORIGINAL_DTD_RESOURCE_NAME
Modifier and Type | Method and Description |
---|---|
Document_optionlist |
createDocument_optionlist(Document document,
Extension ext) |
Document_optionlist |
createDocument_optionlist(Element_optionlist root) |
Document_optionlist |
createDocument_optionlist(InputStream in,
Extension ext) |
Document_optionlist |
createDocument_optionlist(SAXEventStream in) |
Document_optionlist |
createDocument_optionlist(SAXEventStream in,
Extension ext) |
static void |
drainInitializationMessages(MessageReceiver<? super SimpleMessage> msg) |
XMLDocumentIdentifier |
getDocumentId()
This is only a default method which ALWAYS will be orverridden !??
bttodo FIXME ??
|
TypedDTD.DTDInfo |
getInterfaceInfo()
Gives access to all reflection info objects.
|
createLocator, createLocator, extractSingleton, getChecksum, getDTD, getDTDSource, getElementIndex, getErrorHandler, implementContentModel, parseContent, printStatistics, setErrorHandler
public static final DTD dtd
@User public static void drainInitializationMessages(MessageReceiver<? super SimpleMessage> msg)
public XMLDocumentIdentifier getDocumentId()
TypedDTD
getDocumentId
in class TypedDTD
public Document_optionlist createDocument_optionlist(Element_optionlist root)
public Document_optionlist createDocument_optionlist(Document document, Extension ext) throws TdomAttributeException, TdomContentException
public Document_optionlist createDocument_optionlist(SAXEventStream in, Extension ext) throws TdomException
TdomException
public Document_optionlist createDocument_optionlist(SAXEventStream in) throws TdomException
TdomException
public Document_optionlist createDocument_optionlist(InputStream in, Extension ext) throws TdomException, IOException
TdomException
IOException
public final TypedDTD.DTDInfo getInterfaceInfo()
TypedDTD
getInterfaceInfo
in class TypedDTD
see also the complete user documentation .