public static class Element_a_src.Content extends TypedElement.MixedContent<Element,Extension> implements Visitable<Visitor>, Matchable<Matcher>
TypedContent.DecodingConstructor<C extends TypedContent,X extends TypedExtension,Y extends Exception>, TypedContent.ParsingConstructor<C extends TypedContent,E extends TypedElement<E,X>,X extends TypedExtension,Y extends Exception>
Modifier and Type | Field and Description |
---|---|
static int |
ALT_Element_a_hh |
ALT_PCDATA, altIndex, content
Constructor and Description |
---|
Content(Element_a_hh elem_a_hh) |
Content(String pcdata) |
Modifier and Type | Method and Description |
---|---|
int |
getAltCount()
Returns the number of different variants, NOT including "
#PCDATA "
in the content model. |
void |
host(Visitor visitor)
Send the visitor to this instance.
|
void |
identify(Matcher matcher) |
boolean |
isElement_a_hh() |
Element_a_hh |
toElement_a_hh() |
encode, getAltIndex, getContent, isPCData, toPCData
public static final int ALT_Element_a_hh
public Content(String pcdata)
public Content(Element_a_hh elem_a_hh)
public void host(Visitor visitor)
Visitable
public void identify(Matcher matcher)
public final int getAltCount()
TypedElement.MixedContent
#PCDATA
"
in the content model.getAltCount
in class TypedElement.MixedContent<Element,Extension>
#PCDATA
".public final boolean isElement_a_hh()
public final Element_a_hh toElement_a_hh()
see also the complete user documentation .