public class ContentParserFactory
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
ContentParser |
getContentParser(Library library,
Resources resources)
Factory call to return the content parser associated with the given
product version.
|
static ContentParserFactory |
getInstance()
Returns a static instance of the ContentParserclass.
|
public static ContentParserFactory getInstance()
Returns a static instance of the ContentParserclass.
public ContentParser getContentParser(Library library, Resources resources)
library - document libraryresources - page's parent resource object.