API Reference Overview
API Reference
Section titled “API Reference”For now, please refer to our comprehensive API guides:
- StaxXmlParser - Asynchronous XML parsing
- StaxXmlParserSync - Synchronous XML parsing
- StaxXmlWriter - XML writing functionality
Type Definitions
Section titled “Type Definitions”The main types exported by StAX-XML are:
XmlEventType- Enumeration of XML event typesAnyXmlEvent- Union type of all XML eventsStartElementEvent- Start element events with attributesCharactersEvent- Text content eventsErrorEvent- Parsing error eventsXmlAttribute- XML attribute interfaceWriteElementOptions- Options for XML writing
For detailed type information and method signatures, please refer to the individual API guides above.