Package com.google.template.soy.internal.base

Internal base libraries.

See:
          Description

Interface Summary
Escaper An object that converts literal text into a format safe for inclusion in a particular context (such as an XML document).
 

Class Summary
CharEscaper An object that converts literal text into a format safe for inclusion in a particular context (such as an XML document).
CharEscaperBuilder Simple helper class to build a "sparse" array of objects based on the indexes that were added to it.
CharEscapers Utility functions for dealing with CharEscapers, and some commonly used CharEscaper instances.
Pair<A,B> An immutable, semantic-free ordered pair of nullable values.
PercentEscaper A UnicodeEscaper that escapes some set of Java characters using the URI percent encoding scheme.
UnescapeUtils Utilities for unescaping strings from context-specific formats.
UnicodeEscaper An Escaper that converts literal text into a format safe for inclusion in a particular context (such as an XML document).
 

Package com.google.template.soy.internal.base Description

Internal base libraries.