Package eu.bandm.tools.tdom.runtime
Interface TypedContent.ParsingConstructor<C extends TypedContent,E extends TypedElement<E,X>,X extends TypedExtension,Y extends Exception>
- Enclosing interface:
- TypedContent
public static interface TypedContent.ParsingConstructor<C extends TypedContent,E extends TypedElement<E,X>,X extends TypedExtension,Y extends Exception>
-
Method Summary
Modifier and TypeMethodDescriptionnewInstance
(ContentMapping content, X ext, TypedNode.ParseListener<E> listener) newInstance
(SAXEventStream in, X ext, TypedNode.ParseListener<E> listener)
-
Method Details
-
newInstance
C newInstance(ContentMapping content, X ext, TypedNode.ParseListener<E> listener) throws TdomContentException, Y - Throws:
TdomContentException
Y extends Exception
-
newInstance
C newInstance(SAXEventStream in, X ext, TypedNode.ParseListener<E> listener) throws TdomContentException, Y, TdomXmlException - Throws:
TdomContentException
Y extends Exception
TdomXmlException
-