eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'XML::NodeBuilder':

Home

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

Class: NodeBuilder (in XML)


Inheritance:

   Object
   |
   +--XML::XMLNodeBuilder
      |
      +--XML::NodeBuilder
         |
         +--XML::DiscardingNodeBuilder
         |
         +--XML::SAXBuilder

Package:
stx:goodies/xml/vw
Category:
XML-VW-Parsing
Version:
rev: 1.7 date: 2003/04/23 08:44:17
user: cg
file: NodeBuilder.st directory: goodies/xml/vw
module: stx stc-classLibrary: vw

Description:


This class along with it's superclass XMLNodeBuilder is used by the XMLParser to distill an XML document into it's component elements. This NodeBuilder class in particular is used to create instances of the various XML elements that are included in the scanned-in XML document or document string.


Instance protocol:

building
o  attribute: name value: value

o  comment: aText

o  makeText: text

o  notation: name value: val

o  pi: nm text: text

o  tag: tag attributes: attributes elements: elements position: p stream: stream



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Fri, 26 Apr 2024 08:38:09 GMT