@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
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_package createDocument_package(Element_package root)
public Document_package createDocument_package(Document document, Extension ext) throws TdomContentException, TdomAttributeException
public Document_package createDocument_package(SAXEventStream in, Extension ext) throws TdomException
TdomException
public Document_package createDocument_package(SAXEventStream in) throws TdomException
TdomException
public Document_package createDocument_package(InputStream in, Extension ext) throws TdomException, IOException
TdomException
IOException
public Document_entries createDocument_entries(Element_entries root)
public Document_entries createDocument_entries(Document document, Extension ext) throws TdomContentException, TdomAttributeException
public Document_entries createDocument_entries(SAXEventStream in, Extension ext) throws TdomException
TdomException
public Document_entries createDocument_entries(SAXEventStream in) throws TdomException
TdomException
public Document_entries createDocument_entries(InputStream in, Extension ext) throws TdomException, IOException
TdomException
IOException
public Document_a_verbatimXml createDocument_a_verbatimXml(Element_a_verbatimXml root)
public Document_a_verbatimXml createDocument_a_verbatimXml(Document document, Extension ext) throws TdomContentException, TdomAttributeException
public Document_a_verbatimXml createDocument_a_verbatimXml(SAXEventStream in, Extension ext) throws TdomException
TdomException
public Document_a_verbatimXml createDocument_a_verbatimXml(SAXEventStream in) throws TdomException
TdomException
public Document_a_verbatimXml createDocument_a_verbatimXml(InputStream in, Extension ext) throws TdomException, IOException
TdomException
IOException
public Document_a_list createDocument_a_list(Element_a_list root)
public Document_a_list createDocument_a_list(Document document, Extension ext) throws TdomContentException, TdomAttributeException
public Document_a_list createDocument_a_list(SAXEventStream in, Extension ext) throws TdomException
TdomException
public Document_a_list createDocument_a_list(SAXEventStream in) throws TdomException
TdomException
public Document_a_list createDocument_a_list(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 .