public interface AttributeStringParser
The parser is relaxed, if it finds a partial map it will just ignore it. The case of the key string is ignored. Where duplicate keys exist, the value will be taken from the last one.
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AttributeStringParser.AttributeMap
Simple map that holds the result of the parse.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeStringParser.AttributeMap |
parse(String string)
Do the parse.
|
AttributeStringParser.AttributeMap parse(String string)
string - String to parse.Copyright © 2000-2014. All Rights Reserved.