@User public class Element_authors extends Element implements Visitable<Visitor>, Matchable<BaseMatcher>
Element.UnmixedContent
TypedElement.AttributeDecoder, TypedElement.AttributeEncoder, TypedElement.MixedContent<E extends TypedElement<E,X>,X extends TypedExtension>, TypedElement.MixedContentContainer, TypedElement.MixedContentFactory<C extends TypedElement.MixedContent<E,X>,E extends TypedElement<E,X>,X extends TypedExtension,Y extends Exception>, TypedElement.PCDataContainer
TypedNode.ParseListener<E extends TypedElement<?,?>>
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 NamespaceName |
name
Name of the Element is in namespace-enabled mode, namely
{}authors . |
static int |
TAG_INDEX |
static String |
TAG_NAME
The name of the element, as it appears literally in the underlying DTD.
|
getDeepPCData, getFlatPCData
Constructor and Description |
---|
Element_authors(Attributes attrs,
Element... content)
Semi-parsing constructor which tries to parse sequences of model content.
|
Element_authors(Element_author elem_1_author,
Element_author... elems_2_author)
Statically typed w.r.t. the contents, as far as possible.
|
Element_authors(Element... content)
Semi-parsing constructor which tries to parse sequences of model
elements.
|
Modifier and Type | Method and Description |
---|---|
void |
__dumpElementSnapshot(List<TypedSubstantial<Extension>> list) |
Element_authors |
checkRequiredAttrs() |
int |
countElems_2_author() |
void |
encode(EncodingOutputStream out,
Extension ext)
Abstract fall-back method which MUST be overridden and always throws an Exception.
|
Element_author |
getElem_1_author() |
Element_author |
getElem_2_author(int index) |
Element_author[] |
getElems_2_author() |
static TypedDTD.ElementInfo |
getInterfaceInfo()
Give reflexive info object about the generated class.
|
int |
getTagIndex() |
void |
host(Visitor visitor)
Send the visitor to this instance.
|
void |
identify(BaseMatcher matcher) |
static Element_authors |
parse(SAXEventStream in,
Extension ext,
TypedNode.ParseListener<Element> listener) |
void |
set(Element_author elem_1_author,
Element_author... elems_2_author)
Set all contents fields to a new value, after checking.
|
Element_author |
setElem_1_author(Element_author newElem_1_author) |
Element_author |
setElem_2_author(int index,
Element_author newElem_2_author) |
Element_author[] |
setElems_2_author(Element_author... newElems_2_author) |
void |
visitElems_2_author(Visitor visitor)
Sends the visitor to all items currently contained in the 2nd appearance
of
Element_author in the content model
of this. |
getDeepPCData
__getAllAttrs, classifyForException, decodeMixed, decodeOptional, decodePlus, decodePlusList, decodeStar, decodeStarList, encode, encodeMixed, end, ensureSize, extractElement, getAttrsSnapshot, getAttrsSnapshot, getElemsSnapshot, getEtherealContainer, getLocalName, getName, getNamespaceURI, getPCData, getTagName, initAttrs, initAttrs, initAttrsSafe, matchEndElement, matchEndElement, matchStartElement, matchStartElement, parseAbstract, parseAndClose, parseAndClose, parseMixed, parseMixed, parseOptional, parsePlus, parsePlusList, parseStar, parseStarList, semiparseEmpty, semiparseMixed, setResizing, start, w3c_getNamespaceName
dumpFollowingEthereals, dumpPrecedingEthereals, getFollowingEthereals, getPrecedingEthereals, readFollowingEthereals, readPrecedingEthereals
asBigDecimal, asBigDecimal, asBigDecimal, asBigDecimal, asBigInteger, asBigInteger, asBigInteger, asBigInteger, asBoolean, asBoolean, asDouble, asDouble, asDouble, asDouble, asFloat, asFloat, asFloat, asFloat, asHexInt, asHexInt, asHexInt, asHexInt, asInt, asInt, asInt, asInt, asLong, asLong, asLong, asLong, asTrimmedString, asTrimmedString, asTrimmedString, asTrimmedString, checkPlus, checkPlus, checkStar, checkStar, checkStrict, encodeOptional, encodePlus, encodePlus, encodeStar, encodeStar, extractEthereals, getLocation, getPCData, setLocation, setLocation, setLocation
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getLocation
public static final int TAG_INDEX
public static final String TAG_NAME
public static final NamespaceName name
{}authors
.@User public Element_authors(Element_author elem_1_author, Element_author... elems_2_author)
TdomContentException
can not occur.IllegalArgumentException
- if any input to contents is null.@SafeVarargs @User public Element_authors(@Opt Attributes attrs, Element... content) throws TdomContentException
content
- the Element sequence to parse.TdomContentException
- if the sequence in 'contents' does not match
the content model.IllegalArgumentException
- if any input to contents is null.@SafeVarargs @User public Element_authors(Element... content) throws TdomContentException
content
- the Element sequence to parse.TdomContentException
- if the sequence in 'contents' does not match
the content model.IllegalArgumentException
- if any input to contents is null.@User public void set(Element_author elem_1_author, Element_author... elems_2_author)
TdomContentException
can not
occur.IllegalArgumentException
- if any input to contents is null.public final void encode(EncodingOutputStream out, Extension ext) throws IOException
TypedNode
encode
in class TypedNode<Extension>
IOException
public void __dumpElementSnapshot(List<TypedSubstantial<Extension>> list)
__dumpElementSnapshot
in class TypedElement<Element,Extension>
public final int getTagIndex()
getTagIndex
in class TypedElement<Element,Extension>
@User public Element_author getElem_1_author()
Element_author
in the content model of this.@User public Element_author setElem_1_author(Element_author newElem_1_author)
newElem_1_author
- (never null) new value for the 1st appearance of
Element_author
in the content model of
this.IllegalArgumentException
- in case of null.@User public Element_author[] getElems_2_author()
Element_author
in the content model of this.
This is directly the storage of the element's contents and all
manipulations affect the element instance.@User public Element_author getElem_2_author(int index)
Element_author
in the
content model of this.ArrayIndexOutOfBoundsException
public int countElems_2_author()
Element_author
in the content model of this.@User public void visitElems_2_author(Visitor visitor)
Element_author
in the content model
of this.@User public Element_author setElem_2_author(int index, Element_author newElem_2_author)
newElem_2_author
- (never null) new value at the given index
position in the 2nd appearance of Element_author
in the content model of this.IllegalArgumentException
- on attempt to set null value.IndexOutOfBoundsException
- if current array is not large enough.@User public Element_author[] setElems_2_author(Element_author... newElems_2_author)
newElems_2_author
- (never null) an array of all values (never
null) in the 2nd appearance of Element_author
in the content model of this.IllegalArgumentException
- if the array is null, or a null value
is contained therein .public static Element_authors parse(SAXEventStream in, Extension ext, TypedNode.ParseListener<Element> listener) throws TdomXmlException, TdomContentException, TdomAttributeException
public void host(Visitor visitor)
Visitable
public void identify(BaseMatcher matcher)
identify
in interface Matchable<BaseMatcher>
public final Element_authors checkRequiredAttrs()
@User public static TypedDTD.ElementInfo getInterfaceInfo()
see also the complete user documentation .