Package com.microstrategy.utils.xml
Class AbstractHandlerWithText
- java.lang.Object
-
- org.xml.sax.helpers.DefaultHandler
-
- com.microstrategy.utils.xml.AbstractHandler
-
- com.microstrategy.utils.xml.AbstractHandlerWithText
-
- All Implemented Interfaces:
org.xml.sax.ContentHandler
,org.xml.sax.DTDHandler
,org.xml.sax.EntityResolver
,org.xml.sax.ErrorHandler
public abstract class AbstractHandlerWithText extends AbstractHandler
Deprecated.use AbstractHandlerExtends functionality ofAbstractHandler
class with text support- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Field Summary
-
Fields inherited from class com.microstrategy.utils.xml.AbstractHandler
buf, depth, parser
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractHandlerWithText()
Deprecated.Default constructor.protected
AbstractHandlerWithText(SAXSupport pParser)
Deprecated.Initializes the handler and attaches it to the parser.
-
Method Summary
-
Methods inherited from class com.microstrategy.utils.xml.AbstractHandler
characters, clearText, doEndElement, doStartElement, doStartElement, endDocument, endElement, getFloatValue, getIntValue, getText, popContentHandler, setLogErrors, startElement
-
-
-
-
Constructor Detail
-
AbstractHandlerWithText
protected AbstractHandlerWithText()
Deprecated.Default constructor.
-
AbstractHandlerWithText
protected AbstractHandlerWithText(SAXSupport pParser)
Deprecated.Initializes the handler and attaches it to the parser.- Parameters:
pParser
- - a SAX parser to which this handler needs to be attached
-
-