Package | Description |
---|---|
eu.bandm.tools.d2d2.base |
D2d allows to write valid XML documents directly in the creative flow of authoring,
with minimum typographic noise.
|
eu.bandm.tools.xslt.base |
txsl = typed xslt 1.0 interpreter with "fragmented validation".
|
Modifier and Type | Method and Description |
---|---|
protected EnumSet<Options.traceflag> |
Batch.convert(EnumSet<BatchOptions.traceflag> set)
Convert an enum set of trace flags defined HERE to a set of xslt flags,
identified by NAME.
|
Modifier and Type | Field and Description |
---|---|
protected EnumSet<Options.traceflag> |
Trace.flags |
protected EnumSet<Options.traceflag> |
Options.value_traceflags_0 |
Modifier and Type | Method and Description |
---|---|
static Options.traceflag |
Options.traceflag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Options.traceflag[] |
Options.traceflag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EnumSet<Options.traceflag> |
Options.get_traceflags_0()
Getter method for the only argument of option
traceflags . |
Modifier and Type | Method and Description |
---|---|
boolean |
Trace.test(Options.traceflag s) |
Modifier and Type | Method and Description |
---|---|
void |
Trace.init(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg,
EnumSet<Options.traceflag> s) |
see also the complete user documentation .