Package com.evolveum.axiom.lang.antlr
Class AxiomStrings
java.lang.Object
com.evolveum.axiom.lang.antlr.AxiomStrings
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic StringfromDoubleQuoted(String input) static StringfromSingleBacktick(String input) static StringfromSingleQuoted(String input) static StringremoveQuotes(String quote, String withQuotes) static StringtoDoubleQuoted(String input) static StringtoSingleBacktick(String input) static StringtoSingleQuoted(String input) 
- 
Field Details- 
TRIPLE_BACKTICK- See Also:
 
- 
TRIPLE_DQOUTE- See Also:
 
 
- 
- 
Constructor Details- 
AxiomStringspublic AxiomStrings()
 
- 
- 
Method Details- 
fromSingleQuoted
- 
fromDoubleQuoted
- 
toSingleQuoted
- 
toDoubleQuoted
- 
fromSingleBacktick
- 
toSingleBacktick
- 
removeQuotes
 
-