Package ch.qos.logback.core.joran.event
Class SaxEventRecorder
java.lang.Object
org.xml.sax.helpers.DefaultHandler
ch.qos.logback.core.joran.event.SaxEventRecorder
- All Implemented Interfaces:
ContextAware,ContentHandler,DTDHandler,EntityResolver,ErrorHandler
@Deprecated(since="2022-01-27")
public class SaxEventRecorder
extends DefaultHandler
implements ContextAware
Deprecated.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.voidDeprecated.voidDeprecated.voidDeprecated.voidDeprecated.voidDeprecated.voidDeprecated.voidcharacters(char[] ch, int start, int length) Deprecated.voidendElement(String namespaceURI, String localName, String qName) Deprecated.voiderror(SAXParseException spe) Deprecated.voidDeprecated.Deprecated.Deprecated.Deprecated.final voidrecordEvents(InputStream inputStream) Deprecated.recordEvents(InputSource inputSource) Deprecated.voidsetContext(Context context) Deprecated.voidDeprecated.voidDeprecated.voidstartElement(String namespaceURI, String localName, String qName, Attributes atts) Deprecated.voidwarning(SAXParseException spe) Deprecated.Methods inherited from class org.xml.sax.helpers.DefaultHandler
endDocument, endPrefixMapping, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, skippedEntity, startPrefixMapping, unparsedEntityDeclMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.xml.sax.ContentHandler
declaration
-
Field Details
-
saxEventList
Deprecated.
-
-
Constructor Details
-
SaxEventRecorder
Deprecated.
-
-
Method Details
-
recordEvents
Deprecated.- Throws:
JoranException
-
recordEvents
Deprecated.- Throws:
JoranException
-
startDocument
public void startDocument()Deprecated.- Specified by:
startDocumentin interfaceContentHandler- Overrides:
startDocumentin classDefaultHandler
-
getLocator
Deprecated. -
setDocumentLocator
Deprecated.- Specified by:
setDocumentLocatorin interfaceContentHandler- Overrides:
setDocumentLocatorin classDefaultHandler
-
startElement
Deprecated.- Specified by:
startElementin interfaceContentHandler- Overrides:
startElementin classDefaultHandler
-
characters
public void characters(char[] ch, int start, int length) Deprecated.- Specified by:
charactersin interfaceContentHandler- Overrides:
charactersin classDefaultHandler
-
endElement
Deprecated.- Specified by:
endElementin interfaceContentHandler- Overrides:
endElementin classDefaultHandler
-
error
Deprecated.- Specified by:
errorin interfaceErrorHandler- Overrides:
errorin classDefaultHandler- Throws:
SAXException
-
fatalError
Deprecated.- Specified by:
fatalErrorin interfaceErrorHandler- Overrides:
fatalErrorin classDefaultHandler- Throws:
SAXException
-
warning
Deprecated.- Specified by:
warningin interfaceErrorHandler- Overrides:
warningin classDefaultHandler- Throws:
SAXException
-
addError
Deprecated.- Specified by:
addErrorin interfaceContextAware
-
addError
Deprecated.- Specified by:
addErrorin interfaceContextAware
-
addInfo
Deprecated.- Specified by:
addInfoin interfaceContextAware
-
addInfo
Deprecated.- Specified by:
addInfoin interfaceContextAware
-
addStatus
Deprecated.- Specified by:
addStatusin interfaceContextAware
-
addWarn
Deprecated.- Specified by:
addWarnin interfaceContextAware
-
addWarn
Deprecated.- Specified by:
addWarnin interfaceContextAware
-
getContext
Deprecated.- Specified by:
getContextin interfaceContextAware
-
setContext
Deprecated.- Specified by:
setContextin interfaceContextAware
-
getSaxEventList
Deprecated.
-