Package | Description |
---|---|
com.whitestein.lsps.xml.util |
Modifier and Type | Method and Description |
---|---|
Object |
XmlTypesParser.getLSPSObject(String xsdType,
String value,
SimpleType type)
Converts xsd string to object of SimpleType.
|
static Element |
XmlUtil.getSingleElement(Node parent,
String xmlNamespace,
String nodeName)
Returns null if there is no child element of given parent with the given namespace and node name.
|
Object |
XmlParser.parseObject(Node parent,
Type type,
boolean isNillable,
String xmlNamespace,
String nodeName,
String xsdType)
Tries to parse object of the given type from parent element, using child elements
with the given xml namespace and node name.
|
RecordHolder |
XmlParser.parseRecordType(Node parent,
RecordType type) |
long |
XmlTypesParser.processBinaryData(String xsdType,
String value)
Converts string of encoded binary data to BinaryHandle object.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.