Class AppLayoutParser
- java.lang.Object
-
- com.microstrategy.web.transform.MSTRLayoutParser
-
- com.microstrategy.web.app.transforms.AppLayoutParser
-
- All Implemented Interfaces:
LayoutParser
public class AppLayoutParser extends MSTRLayoutParser
- Since:
- MicroStrategy Web 8.0.0
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.microstrategy.web.transform.MSTRLayoutParser
MSTRLayoutParser.ParserContentHandler, MSTRLayoutParser.ParserEntityResolver, MSTRLayoutParser.ParserErrorHandler
-
Nested classes/interfaces inherited from interface com.microstrategy.web.transform.LayoutParser
LayoutParser.MessageListener
-
-
Constructor Summary
Constructors Constructor Description AppLayoutParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.io.InputStream
getEntityAsStream(java.lang.String entityId)
Returns anInputStream
for the specified entity file name.-
Methods inherited from class com.microstrategy.web.transform.MSTRLayoutParser
getContentHandler, getDescription, getEntityResolver, getErrorHandler, getInputSource, loadDocument, parseLayout, parseLayout, performStaticSemanticChecks
-
-
-
-
Method Detail
-
getEntityAsStream
protected java.io.InputStream getEntityAsStream(java.lang.String entityId) throws java.io.IOException
Description copied from class:MSTRLayoutParser
Returns anInputStream
for the specified entity file name.- Overrides:
getEntityAsStream
in classMSTRLayoutParser
- Parameters:
entityId
- The file name containing XML entities- Returns:
- InputStream the input stream for reading the entity file, or
null
if the entity file can not be found. - Throws:
java.io.IOException
- thrown if there is any error reading the entity file.
-
-