public class CaptureSnapshot extends Object
| Constructor and Description |
|---|
CaptureSnapshot() |
| Modifier and Type | Method and Description |
|---|---|
List<DocumentSnapshot> |
getDocuments()
The nodes in the DOM tree.
|
List<String> |
getStrings()
Shared string table that all string properties refer to with indexes.
|
void |
setDocuments(List<DocumentSnapshot> documents)
The nodes in the DOM tree.
|
void |
setStrings(List<String> strings)
Shared string table that all string properties refer to with indexes.
|
public List<DocumentSnapshot> getDocuments()
public void setDocuments(List<DocumentSnapshot> documents)
public List<String> getStrings()
Copyright © 2020. All rights reserved.