PrevNextUpHome SophiaFramework UNIVERSE 5.3

Chapter 19. SOAP / XML

19.1. XML Classes
19.1.1. Specification
19.1.2. Restriction
19.2. Structure of XML Classes
19.2.1. Classes for Creating Nodes for the DOM Tree
19.2.2. Basic Function of SFXXMLNode
19.2.3. Structure of the DOM Tree
19.3. DOM and SAX
19.3.1. Basic Function of SFXXMLDOMParser and SFXXMLSAXParser
19.4. DTD and XML Schema
19.4.1. Processing a XML Document with DTD
19.4.2. Processing a XML Document with XML Schema
19.5. Creating XML Document
19.5.1. Outline
19.5.2. Create XML Document with Namespace
19.6. Developing Web Service
19.6.1. SOAP
19.6.2. Input Parameters
19.6.3. Return Values
19.7. Sample Code
19.7.1. XMLDOM Parser
19.7.2. XML SAX Parser
19.7.3. Parsing a XML Document with DTD
19.7.4. Parsing a XML Document with XML Schema
19.7.5. SOAP