public class JavascriptParserFactory extends Object
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.
Modifier and Type | Method and Description |
---|---|
static JavascriptParser |
getInstance() |
public static JavascriptParser getInstance()
Copyright © 2010–2016 Google. All rights reserved.