public class NCName extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object that) |
int |
hashCode() |
static boolean |
isValid(String stValue) |
void |
setValue(String value) |
String |
toString() |
public NCName(String value)
value
- String representing an NCNameIllegalArgumentException
- if value is not a valid NCNamepublic static boolean isValid(String stValue)
public void setValue(String value)
value
- String representing an NCNameIllegalArgumentException
- if value is not a valid NCNameCopyright © 2005–2018 Apache Software Foundation. All rights reserved.