Stay organized with collections
Save and categorize content based on your preferences.
org.xml.sax.helpers
Classes
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# org.xml.sax.helpers\n\nAdded in [API level 1](/guide/topics/manifest/uses-sdk-element#ApiLevels) \n\norg.xml.sax.helpers\n===================\n\nClasses\n-------\n\n|-----------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [AttributeListImpl](/reference/org/xml/sax/helpers/AttributeListImpl) | *This class was deprecated in API level 9. This class implements a deprecated interface, [AttributeList](/reference/org/xml/sax/AttributeList); that interface has been replaced by [Attributes](/reference/org/xml/sax/Attributes), which is implemented in the [AttributesImpl](/reference/org/xml/sax/helpers/AttributesImpl) helper class.* |\n| [AttributesImpl](/reference/org/xml/sax/helpers/AttributesImpl) | Default implementation of the Attributes interface. |\n| [DefaultHandler](/reference/org/xml/sax/helpers/DefaultHandler) | Default base class for SAX2 event handlers. |\n| [LocatorImpl](/reference/org/xml/sax/helpers/LocatorImpl) | Provide an optional convenience implementation of Locator. |\n| [NamespaceSupport](/reference/org/xml/sax/helpers/NamespaceSupport) | Encapsulate Namespace logic for use by applications using SAX, or internally by SAX drivers. |\n| [ParserAdapter](/reference/org/xml/sax/helpers/ParserAdapter) | Adapt a SAX1 Parser as a SAX2 XMLReader. |\n| [ParserFactory](/reference/org/xml/sax/helpers/ParserFactory) | *This class was deprecated in API level 9. This class works with the deprecated [Parser](/reference/org/xml/sax/Parser) interface.* |\n| [XMLFilterImpl](/reference/org/xml/sax/helpers/XMLFilterImpl) | Base class for deriving an XML filter. |\n| [XMLReaderAdapter](/reference/org/xml/sax/helpers/XMLReaderAdapter) | Adapt a SAX2 XMLReader as a SAX1 Parser. |\n| [XMLReaderFactory](/reference/org/xml/sax/helpers/XMLReaderFactory) | Factory for creating an XML reader. |\n\n-\n\n Classes\n -------\n\n - [AttributeListImpl](/reference/org/xml/sax/helpers/AttributeListImpl)\n - [AttributesImpl](/reference/org/xml/sax/helpers/AttributesImpl)\n - [DefaultHandler](/reference/org/xml/sax/helpers/DefaultHandler)\n - [LocatorImpl](/reference/org/xml/sax/helpers/LocatorImpl)\n - [NamespaceSupport](/reference/org/xml/sax/helpers/NamespaceSupport)\n - [ParserAdapter](/reference/org/xml/sax/helpers/ParserAdapter)\n - [ParserFactory](/reference/org/xml/sax/helpers/ParserFactory)\n - [XMLFilterImpl](/reference/org/xml/sax/helpers/XMLFilterImpl)\n - [XMLReaderAdapter](/reference/org/xml/sax/helpers/XMLReaderAdapter)\n - [XMLReaderFactory](/reference/org/xml/sax/helpers/XMLReaderFactory)"]]