| Package | Description |
|---|---|
| com.databasesandlife.util |
| Modifier and Type | Field and Description |
|---|---|
protected DomVariableExpander.VariableSyntax |
DomVariableExpander.syntax |
| Modifier and Type | Method and Description |
|---|---|
static DomVariableExpander.VariableSyntax |
DomVariableExpander.VariableSyntax.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DomVariableExpander.VariableSyntax[] |
DomVariableExpander.VariableSyntax.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Document |
DomVariableExpander.expand(DomVariableExpander.VariableSyntax syntax,
Map<String,String> variables,
Node prototypeElement) |
| Constructor and Description |
|---|
DomVariableExpander(DomVariableExpander.VariableSyntax syntax,
Map<String,String> variables,
TransformerHandler outputHandler) |
Copyright © 2003–2018. All rights reserved.