|
Java APG, Version 1.0 Author Lowell D. Thomas Copyright © Coast to Coast Research, Inc. 2011 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.coasttocoastresearch.apg.Parser.UdtCallback
com.coasttocoastresearch.apg.UdtLib.LineEnd
com.coasttocoastresearch.apg.UdtLib.ForgivingLineEnd
public static class UdtLib.ForgivingLineEnd
UDT for a "forgiving" line end.
Forgiving means that anything resembling either of the two most
frequent standards will be accepted.
Any of LF (x0A), CRLF (x0Dx0A)or CR (x0D)
are accepted as line ends.
| Field Summary |
|---|
| Fields inherited from class com.coasttocoastresearch.apg.Parser.UdtCallback |
|---|
callbackData |
| Constructor Summary | |
|---|---|
UdtLib.ForgivingLineEnd(Parser parser)
Default constructor. |
|
| Method Summary |
|---|
| Methods inherited from class com.coasttocoastresearch.apg.UdtLib.LineEnd |
|---|
callback |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UdtLib.ForgivingLineEnd(Parser parser)
parser - the Parser object this UDT is attached to.
|
Java APG, Version 1.0 Author Lowell D. Thomas Copyright © Coast to Coast Research, Inc. 2011 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||