protected static Element |
TypedElement.extractElement(ContentMapping content) |
protected static Element |
TypedDTD.extractSingleton(ContentMapping content) |
C |
TypedContent.ParsingConstructor.newInstance(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.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> CheckedListPlus<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> CheckedList<C> |
TypedElement.parseStarList(TypedContent.ParsingConstructor<? extends C,E,X,Y> constructor,
ContentMapping content,
X ext,
TypedNode.ParseListener<E> listener,
Class<C> contentClass) |