Class DContainerPattern
- java.lang.Object
-
- org.kohsuke.rngom.rngparser.digested.DPattern
-
- org.kohsuke.rngom.rngparser.digested.DContainerPattern
-
- All Implemented Interfaces:
Iterable<DPattern>,ParsedPattern
- Direct Known Subclasses:
DChoicePattern,DGroupPattern,DInterleavePattern
public abstract class DContainerPattern extends DPattern implements Iterable<DPattern>
A pattern that can contain other patterns.
-
-
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 org.kohsuke.rngom.rngparser.digested.DPattern
accept, createParseable, getAnnotation, getLocation, getNext, isAttribute, isElement, isNullable, setNext
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-