|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.pdfbox.pdmodel.common.function.type4.Parser.AbstractSyntaxHandler
public abstract static class Parser.AbstractSyntaxHandler
Abstract base class for a Parser.SyntaxHandler.
| Constructor Summary | |
|---|---|
Parser.AbstractSyntaxHandler()
|
|
| Method Summary | |
|---|---|
void |
comment(java.lang.CharSequence text)
Called for a comment. |
void |
newLine(java.lang.CharSequence text)
Indicates that a new line starts. |
void |
whitespace(java.lang.CharSequence text)
Called when whitespace characters are encountered. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.pdfbox.pdmodel.common.function.type4.Parser.SyntaxHandler |
|---|
token |
| Constructor Detail |
|---|
public Parser.AbstractSyntaxHandler()
| Method Detail |
|---|
public void comment(java.lang.CharSequence text)
comment in interface Parser.SyntaxHandlertext - the commentpublic void newLine(java.lang.CharSequence text)
newLine in interface Parser.SyntaxHandlertext - the new line character (CR, LF, CR/LF or FF)public void whitespace(java.lang.CharSequence text)
whitespace in interface Parser.SyntaxHandlertext - the whitespace text
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||