@User public static class Element.UnmixedContent extends TypedElement.UnmixedContent<Element,Extension> implements Matchable<BaseMatcher>, Visitable<Visitor>
(#PCDATA)
only." 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>
ALT_PCDATA, altIndex, content
Constructor and Description |
---|
UnmixedContent(String pcdata) |
Modifier and Type | Method and Description |
---|---|
void |
host(Visitor visitor)
Send the visitor to this instance.
|
void |
identify(BaseMatcher matcher) |
getAltCount, identify
encode, getAltIndex, getContent, isPCData, toPCData
public UnmixedContent(String pcdata)
public void host(Visitor visitor)
Visitable
public void identify(BaseMatcher matcher)
identify
in interface Matchable<BaseMatcher>
see also the complete user documentation .