soy_testhelper.js
No description.

File Location

/goog/soy/soy_testhelper.js

Classes

SanitizedContentSubclass
Instantiable subclass of SanitizedContent. This is a spoof for sanitized content that isn't robust enough to get through Soy's escaping functions but is good enough for the checks here.

Public Protected Private

Global Functions

example.colGroupTemplateCaps()
No description.
code »
elementToInnerHtml(elem) string
Retrieves the content of an element as HTML.
Arguments:
elem : Element
The element.
Returns: string  Content of the element as HTML.
code »
fragmentToHtml(fragment) string
Retrieves the content of document fragment as HTML.
Arguments:
fragment : Node
The document fragment.
Returns: string  Content of the document fragment as HTML.
code »
example.injectedDataTemplate()
No description.
code »
makeSanitizedContent()
No description.
code »
example.multiRootTemplate()
No description.
code »
example.noDataTemplate()
No description.
code »
example.sanitizedCssTemplate()
No description.
code »
example.sanitizedHtmlAttributesTemplate()
No description.
code »
example.sanitizedHtmlTemplate()
No description.
code »
example.singleRootTemplate()
No description.
code »
example.tableRowTemplate()
No description.
code »
example.templateSpoofingSanitizedContentString()
No description.
code »
example.textNodeTemplate()
No description.
code »
example.unsanitizedTextTemplate()
No description.
code »

Global Variables

example :
No description.
Code »

Directory soy

File Reference