Class Element_v

All Implemented Interfaces:
Locatable<XMLDocumentIdentifier>, Matchable<BaseMatcher>, TypedContent, TypedElement.MixedContentContainer, TypedElement.PCDataContainer, Visitable<Visitor>

Meaning: One single default value. Must be verbatim valid Java source text, except for Strings, where it must be the unquoted String contents. This includes wrapping a String constant in double quotes, but allows expressions.

<!ELEMENT v (#PCDATA)* >.
This class realizes the element definition from the source DTD.