eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'XML::DOM_SAXDriver':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: DOM_SAXDriver (in XML)


Inheritance:

   Object
   |
   +--XML::SAXDriver
      |
      +--XML::DOM_SAXDriver

Package:
stx:goodies/xml/vw
Category:
XML-VW-SAX
Version:
rev: 1.7 date: 2005/02/23 09:23:30
user: stefan
file: DOM_SAXDriver.st directory: goodies/xml/vw
module: stx stc-classLibrary: vw

Description:


This class represents a specialized type of SAX (Simple API for XML) processor that follows the 'object model' for processing XML documents to build a Document Object Model (DOM) tree from the processed XML document.

Note: This class implementation is not yet complete

Instance Variables:
	stack   <OrderedCollection>
	document        <XML.Document>


Instance protocol:

characters
o  characters: aString

document events
o  document

o  endDocument

o  endDocumentFragment

o  startDocument

o  startDocumentFragment

elements
o  endElement: localName namespace: nameSpace prefix: nameSpacePrefix

o  startElement: localName namespace: nameSpace prefix: nameSpacePrefix attributes: atts

other
o  comment: data

o  processingInstruction: target data: data

private
o  createElement: name attributes: attr



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Wed, 24 Apr 2024 03:19:08 GMT