public class NewlineParser extends AbstractParser<NewlineParser.Newline>
| Modifier and Type | Class and Description |
|---|---|
static class |
NewlineParser.Newline
The "newline" extension information as per
DRAFT 09 Section 4.3
|
| Modifier and Type | Field and Description |
|---|---|
static NewlineParser |
INSTANCE |
BY_NAME_COMPARATOR, NAME_EXTRACTOR| Constructor and Description |
|---|
NewlineParser() |
| Modifier and Type | Method and Description |
|---|---|
NewlineParser.Newline |
parse(byte[] input,
int offset,
int len) |
NewlineParser.Newline |
parse(String value) |
getNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapply, parsefindByName, getNameList, getNames, removeByNamepublic static final NewlineParser INSTANCE
public NewlineParser.Newline parse(byte[] input, int offset, int len)
public NewlineParser.Newline parse(String value)
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.