HomeSort by relevance Sort by last modified time
    Searched full:htmlparser (Results 1 - 25 of 45) sorted by null

1 2

  /external/jsilver/src/com/google/clearsilver/jsilver/autoescape/
AutoEscapeContext.java 37 import com.google.streamhtmlparser.HtmlParser;
50 * Map of content-type to corresponding {@code HtmlParser.Mode}, used by {@code setContentType} to
55 * <td>HtmlParser.Mode.HTML</td>
59 * <td>HtmlParser.Mode.HTML</td>
63 * <td>HtmlParser.Mode.JS</td>
67 * <td>HtmlParser.Mode.JS</td>
71 * <td>HtmlParser.Mode.JS</td>
75 * <td>HtmlParser.Mode.CSS</td>
81 public static final Map<String, HtmlParser.Mode> CONTENT_TYPE_LIST;
89 private HtmlParser htmlParser
    [all...]
  /external/jsilver/src/com/google/streamhtmlparser/
HtmlParserFactory.java 25 * A factory class to obtain instances of an {@link HtmlParser}.
40 * To provide additional options when creating an {@code HtmlParser} using
41 * {@link HtmlParserFactory#createParserInAttribute(HtmlParser.ATTR_TYPE,
49 * {@link HtmlParser.ATTR_TYPE#JS} - and only when the attribute is also
59 * {@link HtmlParser.ATTR_TYPE#URI}.
65 * To provide additional options when creating an {@code HtmlParser} using
66 * {@link HtmlParserFactory#createParserInMode(HtmlParser.Mode, Set)}
72 * valid in the {@link HtmlParser.Mode#JS} mode.
77 private static final HtmlParser parserInDefaultAttr = createParser();
78 private static final HtmlParser parserInDefaultAttrQ = createParser()
    [all...]
ExternalState.java 25 * it depends on which parser is used (currently {@link HtmlParser} and
41 * @see HtmlParser
52 * @see HtmlParser
JavascriptParserFactory.java 28 * embedded in the more general-purpose <code>HtmlParser</code>. We still
HtmlParser.java 29 public interface HtmlParser extends Parser {
66 * Returned by {@link HtmlParser#getAttributeType()}
89 * version of the HtmlParser.
161 * @see HtmlParser.ATTR_TYPE
244 * {@code HtmlParser} object.
246 * <p>See the {@link HtmlParser.Mode} enum for information on all
251 public void resetMode(HtmlParser.Mode mode);
  /external/jsilver/src/com/google/streamhtmlparser/impl/
HtmlParserImpl.java 22 import com.google.streamhtmlparser.HtmlParser;
36 * {@code HtmlParser} interface.
47 public class HtmlParserImpl extends GenericParser implements HtmlParser {
336 * <p>See the {@link HtmlParser.Mode} enum for information on all
679 registerMapping(InternalState.INTERNAL_ERROR_STATE, HtmlParser.STATE_ERROR);
681 registerMapping(TEXT, HtmlParser.STATE_TEXT);
682 registerMapping(TAG_START, HtmlParser.STATE_TAG);
683 registerMapping(TAG_NAME, HtmlParser.STATE_TAG);
684 registerMapping(DECL_START, HtmlParser.STATE_TEXT);
685 registerMapping(DECL_BODY, HtmlParser.STATE_TEXT)
    [all...]
GenericParser.java 29 * {@code HtmlParser} and {@code JavascriptParser}.
  /external/webkit/Source/WebKit/chromium/scripts/
concatenate_css_files.py 35 from HTMLParser import HTMLParser
41 class OrderedCSSFilesExtractor(HTMLParser):
44 HTMLParser.__init__(self)
concatenate_js_files.py 35 from HTMLParser import HTMLParser
43 class OrderedJSFilesExtractor(HTMLParser):
46 HTMLParser.__init__(self)
  /external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/
htmltags.in 140 # mozilla/parser/htmlparser/public/nsHTMLTagList.h
  /external/libxml2/
Android.mk 21 HTMLparser.c \
  /external/libxml2/include/libxml/
HTMLtree.h 17 #include <libxml/HTMLparser.h>
parserInternals.h 17 #include <libxml/HTMLparser.h>
  /external/jsilver/src/com/google/streamhtmlparser/util/
CharacterRecorder.java 26 * {@link com.google.security.streamhtmlparser.HtmlParser}
32 * in the C-version of the HtmlParser, specifically in
EntityResolver.java 32 * {@link com.google.security.streamhtmlparser.HtmlParser}, found
33 * in <code>htmlparser.c</code>. There are however a few intentional
HtmlUtils.java 29 * <p>The <code>HtmlParser</code> will be open-sourced hence we took the
34 * the corresponding logic in the C-version of the HtmlParser as such
JavascriptTokenBuffer.java 30 * in the C-version of the HtmlParser, specifically
  /external/libvpx/examples/includes/geshi/geshi/
python.php 114 'HTMLParser', 'httplib', 'imageop', 'imaplib', 'imgfile', 'imghdr', 'imp', 'inspect',
typoscript.php 64 'addParams', 'encapsLines', 'filelink', 'HTMLparser',
  /external/webkit/Tools/iExploder/iexploder-1.7.2/tools/
update_html_tags_from_sources.sh 48 grep "^HTML_.*TAG" $src_dir/parser/htmlparser/public/nsHTMLTagList.h \
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/
BeautifulSoup.py 90 from HTMLParser import HTMLParser, HTMLParseError
    [all...]
  /frameworks/base/core/java/android/text/
Html.java 110 private static class HtmlParser {
127 parser.setProperty(Parser.schemaProperty, HtmlParser.schema);
  /external/webkit/Source/WebCore/
ChangeLog-2002-12-03 105 * khtml/html/htmlparser.cpp:
108 * khtml/html/htmlparser.h:
540 * khtml/html/htmlparser.cpp:
725 * khtml/html/htmlparser.cpp:
    [all...]
ChangeLog-2003-10-25     [all...]
ChangeLog-2005-12-19     [all...]

Completed in 560 milliseconds

1 2