eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'XML::ModifiedPattern':

Home

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

Class: ModifiedPattern (in XML)


Inheritance:

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

Package:
stx:goodies/xml/vw
Category:
XML-VW-Patterns
Version:
rev: 1.11 date: 2015/02/13 21:54:06
user: cg
file: ModifiedPattern.st directory: goodies/xml/vw
module: stx stc-classLibrary: vw

Description:


XML element content declarations can have certain optional characters following an element
name or pattern. These characters govern whether the element or the content particle may occur
one or more (+), zero or more (*), or zero or one (?) times in the element content. This class
represents these patterns or rules

Instance Variables:
	node    <XML.Pattern>
	modification    <Character> Optional character denoting content element occurances


Class protocol:

instance creation
o  on: aNode type: t


Instance protocol:

accessing
o  name

o  node

coercing
o  alternateHeads

o  pushDownFollowSet

initialization
o  on: aNode type: t

queries
o  maxOccurs
unlimited

o  minOccurs

testing
o  isListPattern

o  isModifiedPattern

o  isOptionalPattern



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Fri, 19 Apr 2024 02:36:02 GMT