public class XMLLiteral extends Object
IExtendedResource to indicate the value is an XMLLiteral rather than
a simple string.| Constructor and Description |
|---|
XMLLiteral(String value)
Creates an XMLLiteral.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getValue()
Gets the string value of the literal.
|
int |
hashCode() |
String |
toString() |
Copyright © 2020. All rights reserved.