public class Document extends Object implements HasChildren
| Constructor and Description |
|---|
Document(List<DocumentElement> children,
Notes notes,
List<Comment> comments) |
| Modifier and Type | Method and Description |
|---|---|
List<DocumentElement> |
getChildren() |
List<Comment> |
getComments() |
Notes |
getNotes() |
public Document(List<DocumentElement> children, Notes notes, List<Comment> comments)
public List<DocumentElement> getChildren()
getChildren in interface HasChildrenpublic Notes getNotes()
Copyright © 2018. All rights reserved.