parse
takes a string and calls methods on
goog.string.html.HtmlSaxHandler
while it is visiting it.
goog.string.html.HtmlParser |
Decodes an HTML entity.
|
code » | |||
Escape entities in RCDATA that can be escaped without changing the meaning.
|
code » | |||
![]()
Given a SAX-like
goog.string.html.HtmlSaxHandler parses a
htmlText and lets the handler know the structure while
visiting the nodes.
Arguments:
|
code » | |||
Removes null characters on the string.
|
code » | |||
The plain text of a chunk of HTML CDATA which possibly containing.
TODO(goto): use
goog.string.unescapeEntities instead ?
|
code » |
![]()
Regular expression that matches &s.
|
Code » | |
![]()
Regular expression that matches decimal numbers.
|
Code » | |
![]()
Regular expression that matches entities.
|
Code » | |
![]()
Regular expression that matches =.
|
Code » | |
![]()
A map of element to a bitmap of flags it has, used internally on the parser.
|
Code » | |
![]()
Regular expression that matches >.
|
Code » | |
![]()
Regular expression that matches hexadecimal numbers.
|
Code » | |
![]()
Regular expression that matches the next token to be processed.
|
Code » | |
![]()
Regular expression that matches loose &s.
|
Code » | |
![]()
Regular expression that matches <.
|
Code » | |
![]()
Regular expression that matches null characters.
|
Code » | |
![]()
Regular expression that matches the next token to be processed when we are
outside a tag.
|
Code » | |
![]()
Regular expression that matches ".
|
Code » |
![]()
The html eflags, used internally on the parser.
Constants:
|
Code » | |||||||
![]()
HTML entities that are encoded/decoded.
TODO(user): use
goog.string.htmlEncode instead.
Constants:
|
Code » |