OpenParser

OpenParser()

Creates the Parser object for the item content.

public Parser OpenParser()

Return Value

An instance of Parser class of the item content.

See Also


OpenParser(LoadOptions)

Creates the Parser object for the item content with LoadOptions.

public Parser OpenParser(LoadOptions loadOptions)
Parameter Type Description
loadOptions LoadOptions The options to open the item content.

Return Value

An instance of Parser class of the item content.

See Also


OpenParser(LoadOptions, ParserSettings)

Creates the Parser object for the item content with LoadOptions and ParserSettings.

public Parser OpenParser(LoadOptions loadOptions, ParserSettings parserSettings)
Parameter Type Description
loadOptions LoadOptions The options to open the item content.
parserSettings ParserSettings The parser settings which are used to customize data extraction.

Return Value

An instance of Parser class of the item content.

See Also