eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'XML::DocumentFragment':

Home

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

Class: DocumentFragment (in XML)


Inheritance:

   Object
   |
   +--XML::Node
      |
      +--XML::Document
         |
         +--XML::DocumentFragment

Package:
stx:goodies/xml/vw
Category:
XML-VW-Nodes
Version:
rev: 1.2 date: 2003/08/22 11:48:58
user: james
file: DocumentFragment.st directory: goodies/xml/vw
module: stx stc-classLibrary: vw

Description:


DocumentFragment is a subclass of Document which can be used to model documents which do not correctly conform to the XML standard. Such fragments may contain text that is not contained within any element, or may contain more than one element at the top level.

At present it is not possible to represent a Document fragment that contains the start tag but not the end tag of an element, or contains the end tag but not the start tag.


Instance protocol:

accessing
o  addNode: aNode

enumerating
o  saxDo: aDriver

visiting
o  acceptVisitor: aVisitor
Double dispatch back to the visitor, passing my type encoded in
the selector (visitor pattern)



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Thu, 28 Mar 2024 15:44:51 GMT