Package com.microstrategy.web.objects
Class WebTokenStreamParser
- java.lang.Object
-
- com.microstrategy.web.objects.WebTokenStreamParser
-
public class WebTokenStreamParser extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WebTokenStreamParser.XMLOriginType
Enumeration for the XML type of the token stream
-
Constructor Summary
Constructors Constructor Description WebTokenStreamParser(WebObjectsFactory factory, WebTokenStreamParser.XMLOriginType xmlType, java.lang.String xml)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebTokenStream
parse()
This method needs non-empty xml string and xml type have been specified in the constructorWebTokenStreamParser(WebObjectsFactory factory, XMLOriginType xmlType, String xml)
.
-
-
-
Constructor Detail
-
WebTokenStreamParser
public WebTokenStreamParser(WebObjectsFactory factory, WebTokenStreamParser.XMLOriginType xmlType, java.lang.String xml)
-
-
Method Detail
-
parse
public WebTokenStream parse() throws WebObjectsException
This method needs non-empty xml string and xml type have been specified in the constructorWebTokenStreamParser(WebObjectsFactory factory, XMLOriginType xmlType, String xml)
.- Returns:
- token stream
- Throws:
WebObjectsException
-
-