Package com.sun.tools.rngom.digested
Class DContainerPattern
- java.lang.Object
-
- com.sun.tools.rngom.digested.DPattern
-
- com.sun.tools.rngom.digested.DContainerPattern
-
- All Implemented Interfaces:
ParsedPattern,Iterable<DPattern>
- Direct Known Subclasses:
DChoicePattern,DGroupPattern,DInterleavePattern
public abstract class DContainerPattern extends DPattern implements Iterable<DPattern>
A pattern that can contain other patterns.- Author:
- Kohsuke Kawaguchi (kk@kohsuke.org)
-
-
Constructor Summary
Constructors Constructor Description DContainerPattern()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcountChildren()DPatternfirstChild()Iterator<DPattern>iterator()DPatternlastChild()-
Methods inherited from class com.sun.tools.rngom.digested.DPattern
accept, createParseable, getAnnotation, getLocation, isAttribute, isElement, isNullable
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-