Package | Description |
---|---|
eu.bandm.tools.option.absy |
Meaning: Source format for the Option
compiler, for command line parsing, GUI input,
generation of documentation, etc.
|
Modifier and Type | Field and Description |
---|---|
static Element_enum.Attr_default |
Element_enum.Attr_default.unspecified |
Modifier and Type | Method and Description |
---|---|
static Element_enum.Attr_default |
Element_enum.Attr_default.from(Attributes attrs)
Create a new instance, its value picked from the SAX attribute
container.
|
static Element_enum.Attr_default |
Element_enum.Attr_default.from(Element dom)
Create a new instance, its value picked from the W3C DOM instance.
|
Element_enum.Attr_default |
Element_enum.getAttr_default()
Meaning: The enumeration item which shall be
used as
default value, if the option is missing completely.
|
Element_enum.Attr_default |
Element_enum.readAttr_default()
Meaning: The enumeration item which shall be
used as
default value, if the option is missing completely.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BaseMatcher.action(Element_enum.Attr_default attr) |
protected void |
Matcher.action(Element_enum.Attr_default attr) |
protected void |
Matcher.phase(int phase,
boolean generalizing,
boolean descending,
Element_enum.Attr_default attr) |
void |
Visitor.visit(Element_enum.Attr_default attr_default)
Can be overridden by the user.
|
see also the complete user documentation .