xmltorng.i2s.framework
Interface PatternHandler

All Known Implementing Classes:
SchemaGenerator

public interface PatternHandler

A pattern handler receives element content notifications.


Method Summary
 void pattern(boolean isRoot, Name containerName, Name[] attributeNames, boolean hasText, RepeatableName[] contentRepeatableNames)
          Notify that a container element has a given content.
 

Method Detail

pattern

void pattern(boolean isRoot,
             Name containerName,
             Name[] attributeNames,
             boolean hasText,
             RepeatableName[] contentRepeatableNames)
Notify that a container element has a given content. There is one root notification and it is the last one.