public class XMLLiteral extends Object
| Constructor and Description |
|---|
XMLLiteral(String xml) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
String |
getXML() |
int |
hashCode() |
static XMLLiteral |
parse(String lexicalForm) |
String |
toString() |
public XMLLiteral(String xml)
xml - xmlpublic String getXML()
public static XMLLiteral parse(String lexicalForm) throws Exception
lexicalForm - string to parseException - if a canonicalization exception happensCopyright © 2020. All rights reserved.