@User public class Element_note extends Element implements Visitable<Visitor>, Matchable<BaseMatcher>
Modifier and Type | Class and Description |
---|---|
static class |
Element_note.Choice_1
Realizes the content model
(ACCEPTED | FIXED | CLOSED | WONTFIX | WORKSFORME | REOPENED)? , which is the 1st choice clause in the enclosing content model, realized by Element_note . |
static class |
Element_note.Choice_1_Alt_1
Realizes te content model
ACCEPTED, which is the 1st alternative in the enclosing choice, realized by Element_note.Choice_1 . |
static class |
Element_note.Choice_1_Alt_2
Realizes te content model
FIXED, which is the 2nd alternative in the enclosing choice, realized by Element_note.Choice_1 . |
static class |
Element_note.Choice_1_Alt_3
Realizes te content model
CLOSED, which is the 3rd alternative in the enclosing choice, realized by Element_note.Choice_1 . |
static class |
Element_note.Choice_1_Alt_4
Realizes te content model
WONTFIX, which is the 4th alternative in the enclosing choice, realized by Element_note.Choice_1 . |
static class |
Element_note.Choice_1_Alt_5
Realizes te content model
WORKSFORME, which is the 5th alternative in the enclosing choice, realized by Element_note.Choice_1 . |
static class |
Element_note.Choice_1_Alt_6
Realizes te content model
REOPENED, which is the 6th alternative in the enclosing choice, realized by Element_note.Choice_1 . |
static class |
Element_note.Choice_2
Realizes the content model
(a:p | a:SRC)* , which is the 2nd choice clause in the enclosing content model, realized by Element_note . |
static class |
Element_note.Choice_2_Alt_1
Realizes te content model
a:p, which is the 1st alternative in the enclosing choice, realized by Element_note.Choice_2 . |
static class |
Element_note.Choice_2_Alt_2
Realizes te content model
a:SRC, which is the 2nd alternative in the enclosing choice, realized by Element_note.Choice_2 . |
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
{}note . |
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_note(Attributes attrs,
Element... content)
Semi-parsing constructor which tries to parse sequences of model content.
|
Element_note(Element_authors elem_1_authors,
Element_date elem_1_date,
Element_note.Choice_1 choice_1,
Element_prior elem_1_prior,
Element_costs elem_1_costs,
Element_note.Choice_2... choices_2)
Statically typed w.r.t. the contents, as far as possible.
|
Element_note(Element... content)
Semi-parsing constructor which tries to parse sequences of model
elements.
|
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
{}note
.@User public Element_note(Element_authors elem_1_authors, Element_date elem_1_date, Element_note.Choice_1 choice_1, Element_prior elem_1_prior, Element_costs elem_1_costs, Element_note.Choice_2... choices_2)
TdomContentException
can not occur.IllegalArgumentException
- if any input to contents is null, except
where explicitly allowed by (..)?
in the content model.@SafeVarargs @User public Element_note(@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, except
where explicitly allowed by (..)?
in the content model.@SafeVarargs @User public Element_note(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, except
where explicitly allowed by (..)?
in the content model.@User public void set(Element_authors elem_1_authors, Element_date elem_1_date, Element_note.Choice_1 choice_1, Element_prior elem_1_prior, Element_costs elem_1_costs, Element_note.Choice_2... choices_2)
TdomContentException
can not
occur.IllegalArgumentException
- if any input to contents is null, except
where explicitly allowed by (..)?
in the content model.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_authors getElem_1_authors()
Element_authors
in the content model of this.@User public Element_authors setElem_1_authors(Element_authors newElem_1_authors)
newElem_1_authors
- (never null) new value for the 1st appearance of
Element_authors
in the content model of
this.IllegalArgumentException
- in case of null.@User public Element_date getElem_1_date()
Element_date
in the content model of this.@User public Element_date setElem_1_date(Element_date newElem_1_date)
newElem_1_date
- (never null) new value for the 1st appearance of
Element_date
in the content model of
this.IllegalArgumentException
- in case of null.@User public boolean hasChoice_1()
Element_note.Choice_1
in the content model of
this is not set to null
@User @Opt public @Opt Element_note.Choice_1 getChoice_1()
Element_note.Choice_1
in the content model of
this.@User public Element_note.Choice_1 setChoice_1(@Opt @Opt Element_note.Choice_1 newChoice_1)
newChoice_1
- (maybe null) new value for the 1st appearance of
Element_note.Choice_1
in the content
model of this.@User public boolean hasElem_1_prior()
Element_prior
in the content model of this is
not set to null
@User @Opt public @Opt Element_prior getElem_1_prior()
Element_prior
in the content model of this.@User public Element_prior setElem_1_prior(@Opt @Opt Element_prior newElem_1_prior)
newElem_1_prior
- (maybe null) new value for the 1st appearance of
Element_prior
in the content model of
this.@User public boolean hasElem_1_costs()
Element_costs
in the content model of this is
not set to null
@User @Opt public @Opt Element_costs getElem_1_costs()
Element_costs
in the content model of this.@User public Element_costs setElem_1_costs(@Opt @Opt Element_costs newElem_1_costs)
newElem_1_costs
- (maybe null) new value for the 1st appearance of
Element_costs
in the content model of
this.@User public Element_note.Choice_2[] getChoices_2()
Element_note.Choice_2
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_note.Choice_2 getChoice_2(int index)
Element_note.Choice_2
in
the content model of this.ArrayIndexOutOfBoundsException
public int countChoices_2()
Element_note.Choice_2
in the content model of
this.@User public void visitChoices_2(Visitor visitor)
Element_note.Choice_2
in the content
model of this.@User public Element_note.Choice_2 setChoice_2(int index, Element_note.Choice_2 newChoice_2)
newChoice_2
- (never null) new value at the given index position in
the 2nd appearance of Element_note.Choice_2
in the content model of
this.IllegalArgumentException
- on attempt to set null value.IndexOutOfBoundsException
- if current array is not large enough.@User public Element_note.Choice_2[] setChoices_2(Element_note.Choice_2... newChoices_2)
newChoices_2
- (never null) an array of all values (never null)
in the 2nd appearance of Element_note.Choice_2
in the content model of
this.IllegalArgumentException
- if the array is null, or a null value
is contained therein .public static Element_note 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_note checkRequiredAttrs()
@User public static TypedDTD.ElementInfo getInterfaceInfo()
see also the complete user documentation .