Class DTD
java.lang.Object
eu.bandm.tools.tdom.runtime.TypedDTD
eu.bandm.music.applications.deutscheLaute.xml.DTD
-
Nested Class Summary
Nested classes/interfaces inherited from class eu.bandm.tools.tdom.runtime.TypedDTD
TypedDTD.AbstractElementInfo, TypedDTD.AttributeInfo, TypedDTD.DTDInfo, TypedDTD.ElementInfo, TypedDTD.ImplementationInfo<C>, TypedDTD.NamedImplementationInfo<C>
-
Field Summary
Fields inherited from class eu.bandm.tools.tdom.runtime.TypedDTD
DTD_ENCODING, ORIGINAL_DTD_RESOURCE_NAME
-
Method Summary
Modifier and TypeMethodDescriptioncreateDocument_columna
(eu.bandm.tools.util.xml.SAXEventStream in) createDocument_columna
(eu.bandm.tools.util.xml.SAXEventStream in, Extension ext) createDocument_columna
(InputStream in, Extension ext) createDocument_columna
(Document document, Extension ext) createDocument_tabulatura
(eu.bandm.tools.util.xml.SAXEventStream in) createDocument_tabulatura
(eu.bandm.tools.util.xml.SAXEventStream in, Extension ext) createDocument_tabulatura
(Document document, Extension ext) static void
drainInitializationMessages
(MessageReceiver<? super SimpleMessage> msg) eu.bandm.tools.util.xml.XMLDocumentIdentifier
This is only a default method which ALWAYS will be orverridden !?? bttodo FIXME ??final TypedDTD.DTDInfo
Gives access to all reflection info objects.Methods inherited from class eu.bandm.tools.tdom.runtime.TypedDTD
createLocator, createLocator, extractSingleton, forName, getChecksum, getDTD, getDTDSource, getElementIndex, getErrorHandler, implementContentModel, parseContent, printStatistics, setErrorHandler
-
Field Details
-
dtd
-
-
Method Details
-
drainInitializationMessages
@Undocumented public static void drainInitializationMessages(MessageReceiver<? super SimpleMessage> msg) -
getDocumentId
public eu.bandm.tools.util.xml.XMLDocumentIdentifier getDocumentId()Description copied from class:eu.bandm.tools.tdom.runtime.TypedDTD
This is only a default method which ALWAYS will be orverridden !?? bttodo FIXME ??- Overrides:
getDocumentId
in classTypedDTD
-
createDocument_columna
-
createDocument_columna
public Document_columna createDocument_columna(Document document, Extension ext) throws TdomAttributeException, TdomContentException -
createDocument_columna
public Document_columna createDocument_columna(eu.bandm.tools.util.xml.SAXEventStream in, Extension ext) throws TdomException - Throws:
TdomException
-
createDocument_columna
public Document_columna createDocument_columna(eu.bandm.tools.util.xml.SAXEventStream in) throws TdomException - Throws:
TdomException
-
createDocument_columna
public Document_columna createDocument_columna(InputStream in, Extension ext) throws TdomException, IOException - Throws:
TdomException
IOException
-
createDocument_tabulatura
-
createDocument_tabulatura
public Document_tabulatura createDocument_tabulatura(Document document, Extension ext) throws TdomAttributeException, TdomContentException -
createDocument_tabulatura
public Document_tabulatura createDocument_tabulatura(eu.bandm.tools.util.xml.SAXEventStream in, Extension ext) throws TdomException - Throws:
TdomException
-
createDocument_tabulatura
public Document_tabulatura createDocument_tabulatura(eu.bandm.tools.util.xml.SAXEventStream in) throws TdomException - Throws:
TdomException
-
createDocument_tabulatura
public Document_tabulatura createDocument_tabulatura(InputStream in, Extension ext) throws TdomException, IOException - Throws:
TdomException
IOException
-
getInterfaceInfo
Description copied from class:eu.bandm.tools.tdom.runtime.TypedDTD
Gives access to all reflection info objects.- Specified by:
getInterfaceInfo
in classTypedDTD
-