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
|
NamedResource.UtilsTransformer.Utils| Modifier and Type | Field and Description |
|---|---|
static NewlineParser |
INSTANCE |
BY_NAME_COMPARATOR, NAME_EXTRACTORENUM_NAME_EXTRACTOR, TOSTRING| Constructor and Description |
|---|
NewlineParser() |
| Modifier and Type | Method and Description |
|---|---|
NewlineParser.Newline |
parse(byte[] input,
int offset,
int len) |
NewlineParser.Newline |
parse(String value) |
getName, parse, transformpublic static final NewlineParser INSTANCE
public NewlineParser.Newline parse(byte[] input, int offset, int len)
public NewlineParser.Newline parse(String value)
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.