|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Package | Description |
---|---|
info.textgrid._import | |
info.textgrid.utils.linkrewriter | A simple but generic link rewriting library. |
Uses of ReplaceMethod in info.textgrid._import |
---|
Modifier and Type | Field and Description |
---|---|
protected ReplaceMethod |
NodeRewriteSpec.method
|
Modifier and Type | Method and Description |
---|---|
static ReplaceMethod |
ReplaceMethod.fromValue(String v)
|
ReplaceMethod |
NodeRewriteSpec.getMethod()
Gets the value of the method property. |
static ReplaceMethod |
ReplaceMethod.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ReplaceMethod[] |
ReplaceMethod.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Modifier and Type | Method and Description |
---|---|
void |
NodeRewriteSpec.setMethod(ReplaceMethod value)
Sets the value of the method property. |
Uses of ReplaceMethod in info.textgrid.utils.linkrewriter |
---|
Modifier and Type | Method and Description |
---|---|
protected ConfigurableXMLRewriter.Replacer |
ConfigurableXMLRewriter.getReplacer(ReplaceMethod method)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |