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_rep.Attr_kind |
Element_rep.Attr_kind.unspecified |
Modifier and Type | Method and Description |
---|---|
static Element_rep.Attr_kind |
Element_rep.Attr_kind.from(Attributes attrs)
Create a new instance, its value picked from the SAX attribute
container.
|
static Element_rep.Attr_kind |
Element_rep.Attr_kind.from(Element dom)
Create a new instance, its value picked from the W3C DOM instance.
|
Element_rep.Attr_kind |
Element_rep.getAttr_kind()
Meaning: Whether the empty sequence is a
valid input ("star", not "plus").
|
Element_rep.Attr_kind |
Element_rep.readAttr_kind()
Meaning: Whether the empty sequence is a
valid input ("star", not "plus").
|
Modifier and Type | Method and Description |
---|---|
protected void |
BaseMatcher.action(Element_rep.Attr_kind attr) |
protected void |
Matcher.action(Element_rep.Attr_kind attr) |
protected void |
Matcher.phase(int phase,
boolean generalizing,
boolean descending,
Element_rep.Attr_kind attr) |
void |
Visitor.visit(Element_rep.Attr_kind attr_kind)
Can be overridden by the user.
|
see also the complete user documentation .