DocTreepublic interface RawTextTree extends DocTree
The content may contain any text except that for inline tags.
The format of the content is indicated by the kind of the tree node.
DocTree nodes, along with other kinds of DocTree nodes, such as for inline tags. When processing any such list, any non-Markdown nodes will be processed recursively first, and then treated as opaque objects within the remaining stream of Markdown nodes. Thus, the content of any non-Markdown nodes will not affect how the Markdown nodes will be processed.DocTree.Kind
| Modifier and Type | Method | Description |
|---|---|---|
String |
getContent() |
Returns the content. |
String getContent()
© 1993, 2025, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/25/docs/api/jdk.compiler/com/sun/source/doctree/RawTextTree.html