ContentMatchNode is a record, hence we do not need the accessor method.
JIRA: NETCONF-1445
Change-Id: Ia5883905956eb46bd0ba5e44f61619ac2ab015f0
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
checkNotWhitespace("trailing", value.charAt(value.length() - 1));
}
- @Override
- public String value() {
- return value;
- }
-
// RFC6241 says 'whitespace', we are assuming it means "XML whitespace", which can be found at
// https://www.w3.org/TR/xml/#sec-common-syn
private static void checkNotWhitespace(final String kind, final char ch) {