Class Document_columna
java.lang.Object
eu.bandm.tools.tdom.runtime.TypedNode<X>
eu.bandm.tools.tdom.runtime.TypedDocument<Element,Extension>
eu.bandm.music.applications.deutscheLaute.xml.Document
eu.bandm.music.applications.deutscheLaute.xml.Document_columna
-
Nested Class Summary
Nested classes/interfaces inherited from class eu.bandm.tools.tdom.runtime.TypedNode
TypedNode.ParseListener<E extends TypedElement<?,
?>> -
Field Summary
Fields inherited from class eu.bandm.tools.tdom.runtime.TypedDocument
generationComment, root, STRING_ETHEREAL_SEPARATOR
-
Constructor Summary
ConstructorDescriptionDocument_columna
(eu.bandm.tools.util.xml.SAXEventStream in, Extension ext) Document_columna
(InputStream in, Extension ext) Document_columna
(Document domDocument, Extension ext) -
Method Summary
Modifier and TypeMethodDescriptionprotected final Element
decode
(DecodingInputStream in, Extension ext) final void
final void
encode
(EncodingOutputStream out, Extension ext) Abstract fall-back method which MUST be overridden and always throws an Exception.final int
void
Send the visitor to this instance.Methods inherited from class eu.bandm.tools.tdom.runtime.TypedDocument
createDictionary, decode, decodeEthereals, encode, encodeEthereals, end, getDTD, getEtherealContainer, getGenerationComment, getRootUntyped, setGenerationComment, start
Methods inherited from class eu.bandm.tools.tdom.runtime.TypedNode
asBigDecimal, asBigDecimal, asBigDecimal, asBigDecimal, asBigInteger, asBigInteger, asBigInteger, asBigInteger, asBoolean, asBoolean, asDouble, asDouble, asDouble, asDouble, asFloat, asFloat, asFloat, asFloat, asHexInt, asHexInt, asHexInt, asHexInt, asInt, asInt, asInt, asInt, asLong, asLong, asLong, asLong, asTrimmedString, asTrimmedString, asTrimmedString, asTrimmedString, checkPlus, checkPlus, checkStar, checkStar, checkStrict, encode, encodeOptional, encodePlus, encodePlus, encodeStar, encodeStar, extractEthereals, getLocation, getPCData, setLocation, setLocation, setLocation
-
Constructor Details
-
Document_columna
@Undocumented Document_columna(Document domDocument, Extension ext) throws TdomAttributeException, TdomContentException -
Document_columna
-
Document_columna
Document_columna(eu.bandm.tools.util.xml.SAXEventStream in, Extension ext) throws TdomXmlException, TdomAttributeException, TdomContentException -
Document_columna
public Document_columna(InputStream in, Extension ext) throws IOException, TdomAttributeException, TdomContentException
-
-
Method Details
-
getDocumentElement
-
host
Description copied from interface:eu.bandm.tools.tdom.runtime.Visitable
Send the visitor to this instance. -
getTagIndex
public final int getTagIndex()- Overrides:
getTagIndex
in classTypedDocument<Element,
Extension>
-
decode
protected final Element decode(DecodingInputStream in, Extension ext) throws IOException, TdomAttributeException, TdomContentException - Specified by:
decode
in classTypedDocument<Element,
Extension> - Throws:
IOException
TdomAttributeException
TdomContentException
-
encode
Description copied from class:eu.bandm.tools.tdom.runtime.TypedNode
Abstract fall-back method which MUST be overridden and always throws an Exception.- Overrides:
encode
in classTypedDocument<Element,
Extension> - Throws:
IOException
-
encode
- Throws:
IOException
-