Uses of Interface
eu.bandm.tools.tdom.runtime.TypedContent.ParsingConstructor
Packages that use TypedContent.ParsingConstructor
Package
Description
Contains base and auxiliary classes for code generated by tdom.
-
Uses of TypedContent.ParsingConstructor in eu.bandm.tools.tdom.runtime
Methods in eu.bandm.tools.tdom.runtime that return TypedContent.ParsingConstructorModifier and TypeMethodDescriptionabstract TypedContent.ParsingConstructor<?, E, X, Y> TypedElement.MixedContentFactory.getParseClosure(int altIndex) Methods in eu.bandm.tools.tdom.runtime with parameters of type TypedContent.ParsingConstructorModifier and TypeMethodDescriptionstatic <C extends TypedContent,E extends TypedElement<E, X>, X extends TypedExtension, Y extends Exception>
CTypedElement.parseOptional(TypedContent.ParsingConstructor<C, E, X, Y> constructor, ContentMapping content, X ext, TypedNode.ParseListener<E> listener) static <C extends TypedContent,E extends TypedElement<E, X>, X extends TypedExtension, Y extends Exception>
C[]TypedElement.parsePlus(TypedContent.ParsingConstructor<? extends C, E, X, Y> constructor, ContentMapping content, X ext, TypedNode.ParseListener<E> listener, Class<C> contentClass) DOCME ML ist das nur für w3cDom ??? und OHNE attribute ??? DANN nur TdomContentException !!static <C extends TypedContent,E extends TypedElement<E, X>, X extends TypedExtension, Y extends Exception>
NonNullList<C> TypedElement.parsePlusList(TypedContent.ParsingConstructor<? extends C, E, X, Y> constructor, ContentMapping content, X ext, TypedNode.ParseListener<E> listener, Class<C> contentClass) static <C extends TypedContent,E extends TypedElement<E, X>, X extends TypedExtension, Y extends Exception>
C[]TypedElement.parseStar(TypedContent.ParsingConstructor<? extends C, E, X, Y> constructor, ContentMapping content, X ext, TypedNode.ParseListener<E> listener, Class<C> contentClass) static <C extends TypedContent,E extends TypedElement<E, X>, X extends TypedExtension, Y extends Exception>
NonNullList<C> TypedElement.parseStarList(TypedContent.ParsingConstructor<? extends C, E, X, Y> constructor, ContentMapping content, X ext, TypedNode.ParseListener<E> listener, Class<C> contentClass) Method parameters in eu.bandm.tools.tdom.runtime with type arguments of type TypedContent.ParsingConstructorModifier and TypeMethodDescriptionprotected static <E extends TypedElement<E,X>, X extends TypedExtension, Y extends Exception>
TypedContentTypedElement.parseAbstract(TypedDTD dtd, X ext, TypedNode.ParseListener<E> listener, Map<? super String, ? extends TypedContent.ParsingConstructor<?, E, X, Y>> subclassTable, Element elem)