public class ParseResult
extends java.lang.Object
Constructor and Description |
---|
ParseResult(java.util.List<PageComponent> components,
HTMLContent headHtmlContent,
HTMLContent bodyHtmlContent,
java.lang.String language) |
Modifier and Type | Method and Description |
---|---|
ModifiableHTMLContent |
getBodyHtmlContent()
Gets the
ModifiableHTMLContent associated with the body of the input HTML document. |
java.util.List<PageComponent> |
getComponents()
Gets the list of
PageComponent objects tranlated from the marked component
divs during the import process |
ModifiableHTMLContent |
getHeadHtmlContent()
Gets the
ModifiableHTMLContent associated with the head of the input HTML document. |
java.lang.String |
getLanguage()
Gets the language specified in the input HTML document.
|
public ParseResult(java.util.List<PageComponent> components, HTMLContent headHtmlContent, HTMLContent bodyHtmlContent, java.lang.String language)
public java.util.List<PageComponent> getComponents()
PageComponent
objects tranlated from the marked component
divs during the import processList
of PageComponent
objectspublic ModifiableHTMLContent getHeadHtmlContent()
ModifiableHTMLContent
associated with the head of the input HTML document.ModifiableHTMLContent
public ModifiableHTMLContent getBodyHtmlContent()
ModifiableHTMLContent
associated with the body of the input HTML document.ModifiableHTMLContent
public java.lang.String getLanguage()
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"