Takes a Java string as an argument and returns SybXmlStream. You can use this to query a document using XQL.
parse(String xml_document)
Where:
String is a Java string.
xml_document is the XML document where the string is located.
The following example:
SybXmlStream xmlStream = Xql.parse("<xml>..</xml>);)
Returns SybXmlStream.
The parser does not:
Validate the document if a DTD is provided.
Parse any external DTDs
Perform any external links (for example, XLinks)
Navigate through IDREFs