Package com.evolveum.axiom.lang.antlr
Class AxiomStrings
java.lang.Object
com.evolveum.axiom.lang.antlr.AxiomStrings
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
fromDoubleQuoted
(String input) static String
fromOptionallySingleQuoted
(String input) static String
fromSingleBacktick
(String input) static String
fromSingleQuoted
(String input) static String
removeQuotes
(String quote, String withQuotes) static String
toDoubleQuoted
(String input) static String
toSingleBacktick
(String input) static String
toSingleQuoted
(String input)
-
Field Details
-
TRIPLE_BACKTICK
- See Also:
-
TRIPLE_DQOUTE
- See Also:
-
-
Constructor Details
-
AxiomStrings
public AxiomStrings()
-
-
Method Details
-
fromSingleQuoted
-
fromOptionallySingleQuoted
-
fromDoubleQuoted
-
toSingleQuoted
-
toDoubleQuoted
-
fromSingleBacktick
-
toSingleBacktick
-
removeQuotes
-