Uses of Class
info.textgrid._import.ReplaceMethod

Packages that use ReplaceMethod
Package Description
info.textgrid._import   
info.textgrid.utils.linkrewriter A simple but generic link rewriting library. 
 

Uses of ReplaceMethod in info.textgrid._import
 

Fields in info.textgrid._import declared as ReplaceMethod
Modifier and Type Field and Description
protected  ReplaceMethod NodeRewriteSpec.method
           
 

Methods in info.textgrid._import that return ReplaceMethod
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.
 

Methods in info.textgrid._import with parameters of type ReplaceMethod
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
 

Methods in info.textgrid.utils.linkrewriter with parameters of type ReplaceMethod
Modifier and Type Method and Description
protected  ConfigurableXMLRewriter.Replacer ConfigurableXMLRewriter.getReplacer(ReplaceMethod method)
           
 



Copyright © 2012 TextGrid. All Rights Reserved.