com.google.streamhtmlparser
Class JavascriptParserFactory
java.lang.Object
com.google.streamhtmlparser.JavascriptParserFactory
public class JavascriptParserFactory
- extends Object
A factory class to obtain instances of an JavascriptParser
.
Currently each instance is a new object given these are fairly
light-weight.
Note that we do not typically expect a caller of this package to require
an instance of a JavascriptParser
since one is already
embedded in the more general-purpose HtmlParser
. We still
make it possible to require one as it may be useful for more
specialized needs.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static JavascriptParser getInstance()
Copyright © 2010-2012 Google. All Rights Reserved.