Closure Library API Documentation
Go to class or file:
htmlparser.js
No description.
Useful links
Source Code
Git
File Location
arty/closure/goog/caja/string/html/htmlparser.js
Classes
goog.string.html.HtmlParser
An Html parser:
parse
takes a string and calls methods on
goog.string.html.HtmlSaxHandler
while it is visiting it.
goog.string.html.HtmlSaxHandler
An interface to the
goog.string.html.HtmlParser
visitor, that gets called while the HTML is being parsed.
Public
Protected
Private
Enumerations
Global Functions
goog.string.html.
toLowerCase
(
str
)
⇒
string
TODO(goto): why isn't this in the string package ? does this solves any real problem ? move it to the goog.string package if it does.
Arguments:
str
:
string
The string to lower case.
Returns:
string
The str in lower case format.
code »
Directory html
File Reference