| Modifier and Type | Method and Description | 
|---|---|
| SourcePosition | Tag. position()Return the source position of this tag. | 
| SourcePosition | Doc. position()Return the source position of the first line of the
 corresponding declaration, or null if
 no position is available. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DocErrorReporter. printError(SourcePosition pos,
          String msg)Print an error message and increment error count. | 
| void | DocErrorReporter. printNotice(SourcePosition pos,
           String msg)Print a message. | 
| void | DocErrorReporter. printWarning(SourcePosition pos,
            String msg)Print warning message and increment warning count. | 
 Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
 Copyright © 1993, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.