-
public final class DocumentSnapshotDocument snapshot.
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerdocumentURLprivate final Integertitleprivate final IntegerbaseURLprivate final IntegercontentLanguageprivate final IntegerencodingNameprivate final IntegerpublicIdprivate final IntegersystemIdprivate final IntegerframeIdprivate final NodeTreeSnapshotnodesprivate final LayoutTreeSnapshotlayoutprivate final TextBoxSnapshottextBoxesprivate final DoublescrollOffsetXprivate final DoublescrollOffsetYprivate final DoublecontentWidthprivate final DoublecontentHeight
-
Constructor Summary
Constructors Constructor Description DocumentSnapshot(Integer documentURL, Integer title, Integer baseURL, Integer contentLanguage, Integer encodingName, Integer publicId, Integer systemId, Integer frameId, NodeTreeSnapshot nodes, LayoutTreeSnapshot layout, TextBoxSnapshot textBoxes, Double scrollOffsetX, Double scrollOffsetY, Double contentWidth, Double contentHeight)
-
Method Summary
Modifier and Type Method Description final Integercomponent1()final Integercomponent2()final Integercomponent3()final Integercomponent4()final Integercomponent5()final Integercomponent6()final Integercomponent7()final Integercomponent8()final NodeTreeSnapshotcomponent9()final LayoutTreeSnapshotcomponent10()final TextBoxSnapshotcomponent11()final Doublecomponent12()final Doublecomponent13()final Doublecomponent14()final Doublecomponent15()final DocumentSnapshotcopy(Integer documentURL, Integer title, Integer baseURL, Integer contentLanguage, Integer encodingName, Integer publicId, Integer systemId, Integer frameId, NodeTreeSnapshot nodes, LayoutTreeSnapshot layout, TextBoxSnapshot textBoxes, Double scrollOffsetX, Double scrollOffsetY, Double contentWidth, Double contentHeight)final IntegergetDocumentURL()Document URL that DocumentorFrameOwnernode points to.final IntegergetTitle()Document title. final IntegergetBaseURL()Base URL that DocumentorFrameOwnernode uses for URL completion.final IntegergetContentLanguage()Contains the document's content language. final IntegergetEncodingName()Contains the document's character set encoding. final IntegergetPublicId()DocumentTypenode's publicId.final IntegergetSystemId()DocumentTypenode's systemId.final IntegergetFrameId()Frame ID for frame owner elements and also for the document node. final NodeTreeSnapshotgetNodes()A table with dom nodes. final LayoutTreeSnapshotgetLayout()The nodes in the layout tree. final TextBoxSnapshotgetTextBoxes()The post-layout inline text nodes. final DoublegetScrollOffsetX()Horizontal scroll offset. final DoublegetScrollOffsetY()Vertical scroll offset. final DoublegetContentWidth()Document content width. final DoublegetContentHeight()Document content height. -
-
Constructor Detail
-
DocumentSnapshot
DocumentSnapshot(Integer documentURL, Integer title, Integer baseURL, Integer contentLanguage, Integer encodingName, Integer publicId, Integer systemId, Integer frameId, NodeTreeSnapshot nodes, LayoutTreeSnapshot layout, TextBoxSnapshot textBoxes, Double scrollOffsetX, Double scrollOffsetY, Double contentWidth, Double contentHeight)
-
-
Method Detail
-
component1
final Integer component1()
-
component2
final Integer component2()
-
component3
final Integer component3()
-
component4
final Integer component4()
-
component5
final Integer component5()
-
component6
final Integer component6()
-
component7
final Integer component7()
-
component8
final Integer component8()
-
component9
final NodeTreeSnapshot component9()
-
component10
final LayoutTreeSnapshot component10()
-
component11
final TextBoxSnapshot component11()
-
component12
final Double component12()
-
component13
final Double component13()
-
component14
final Double component14()
-
component15
final Double component15()
-
copy
final DocumentSnapshot copy(Integer documentURL, Integer title, Integer baseURL, Integer contentLanguage, Integer encodingName, Integer publicId, Integer systemId, Integer frameId, NodeTreeSnapshot nodes, LayoutTreeSnapshot layout, TextBoxSnapshot textBoxes, Double scrollOffsetX, Double scrollOffsetY, Double contentWidth, Double contentHeight)
-
getDocumentURL
final Integer getDocumentURL()
Document URL that
DocumentorFrameOwnernode points to.
-
getBaseURL
final Integer getBaseURL()
Base URL that
DocumentorFrameOwnernode uses for URL completion.
-
getContentLanguage
final Integer getContentLanguage()
Contains the document's content language.
-
getEncodingName
final Integer getEncodingName()
Contains the document's character set encoding.
-
getPublicId
final Integer getPublicId()
DocumentTypenode's publicId.
-
getSystemId
final Integer getSystemId()
DocumentTypenode's systemId.
-
getFrameId
final Integer getFrameId()
Frame ID for frame owner elements and also for the document node.
-
getNodes
final NodeTreeSnapshot getNodes()
A table with dom nodes.
-
getLayout
final LayoutTreeSnapshot getLayout()
The nodes in the layout tree.
-
getTextBoxes
final TextBoxSnapshot getTextBoxes()
The post-layout inline text nodes.
-
getScrollOffsetX
final Double getScrollOffsetX()
Horizontal scroll offset.
-
getScrollOffsetY
final Double getScrollOffsetY()
Vertical scroll offset.
-
getContentWidth
final Double getContentWidth()
Document content width.
-
getContentHeight
final Double getContentHeight()
Document content height.
-
-
-
-