eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'XML::MixedPattern':

Home

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

Class: MixedPattern (in XML)


Inheritance:

   Object
   |
   +--XML::Pattern
      |
      +--XML::ComplexPattern
         |
         +--XML::MixedPattern

Package:
stx:goodies/xml/vw
Category:
XML-VW-Patterns
Version:
rev: 1.8 date: 2008/03/08 11:01:14
user: cg
file: MixedPattern.st directory: goodies/xml/vw
module: stx stc-classLibrary: vw

Description:


This class represents the 'mixed' element content constraint in an element type declaration. An element type has mixed content when elements of that type may contain both other child elements and character data (text) as specified in the element content declaration.

Note: For mixed content type elements, one can't control the order in which the child elements, mixed in among the text, appear.

Instance Variables:
	items   <SequenceableCollection>  comment


Class protocol:

instance creation
o  on: aList


Instance protocol:

accessing
o  items

coercing
o  alternateHeads

o  pushDownFollowSet

initialization
o  on: aList

testing
o  couldBeText



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Tue, 16 Apr 2024 19:26:14 GMT