SDX::Attribute | An attribute which holds a value and can have a name |
SDX::ContentHandler | Interface based on the SAX model |
SDX::Helpers::ContentPrinter | This class prints out everything it's sent and passes it through to the set ContentHandler |
SDX::Formats::CsvStreamReader | Class that reads CSV from a stream |
SDX::Formats::CsvStreamWriter | Class that writes a document in CSV to a stream |
SDX::Document | A document that contains child nodes |
SDX::Helpers::DocumentBuilder | Class that helps you to easily build documents using the ContentHandler interface |
SDX::Exception | An exception with a code and description |
SDX::Helpers::FileReader< T > | A class that inherits from StreamReader subclass T and feeds it data from a file |
SDX::Helpers::FileWriter< T > | A class that inherits from StreamWriter subclass T and writes data fed to it to a file |
SDX::Node | A document node can have attributes and child nodes |
SDX::NodeContainer | Anything that can contain nodes, for example a Document or a Node |
SDX::ResourceReader | Something that can read a resource and send it to a contentHandler, for example a FileReader |
SDX::Helpers::StreamReader | Anything that can read from a stream, for example XmlStreamReader or TabBasedStreamReader |
SDX::Helpers::StreamWriter | Anything that can write to a stream using the ContentHandler interface, for example XmlStreamWriter |
SDX::Formats::TabBasedStreamReader | Class that reads tab based content from a stream |
SDX::Formats::TabBasedStreamWriter | Class that writes a document in tab based format to a stream |
SDX::Helpers::Validator | Class that validates documents with the help of a structure file |
SDX::Formats::XmlStreamReader | Class that reads XML from a stream |
SDX::Formats::XmlStreamWriter | Class that writes a document in XML to a stream |