Uses of Class
com.vladsch.flexmark.util.ast.Document
-
-
Uses of Document in com.vladsch.flexmark.util.ast
Fields in com.vladsch.flexmark.util.ast declared as Document Modifier and Type Field Description static DocumentDocument. NULLMethods in com.vladsch.flexmark.util.ast that return Document Modifier and Type Method Description DocumentBlockQuoteLike. getDocument()@NotNull DocumentNode. getDocument()Methods in com.vladsch.flexmark.util.ast with parameters of type Document Modifier and Type Method Description BReferencingNode. getReferenceNode(Document document)booleanIParse. transferReferences(@NotNull Document document, @NotNull Document included, @Nullable Boolean onlyIfUndefined)Transfer reference definition between documents
-