public abstract static class Parser.AbstractSyntaxHandler extends Object implements Parser.SyntaxHandler
Parser.SyntaxHandler.| Constructor and Description |
|---|
AbstractSyntaxHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
comment(CharSequence text)
Called for a comment.
|
void |
newLine(CharSequence text)
Indicates that a new line starts.
|
void |
whitespace(CharSequence text)
Called when whitespace characters are encountered.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittokenpublic void comment(CharSequence text)
comment in interface Parser.SyntaxHandlertext - the commentpublic void newLine(CharSequence text)
newLine in interface Parser.SyntaxHandlertext - the new line character (CR, LF, CR/LF or FF)public void whitespace(CharSequence text)
whitespace in interface Parser.SyntaxHandlertext - the whitespace textCopyright © 2002–2022 The Apache Software Foundation. All rights reserved.