- java.lang.Object
-
- com.sun.tools.rngom.digested.DPattern
-
- com.sun.tools.rngom.digested.DContainerPattern
-
- All Implemented Interfaces:
ParsedPattern,java.lang.Iterable<DPattern>
- Direct Known Subclasses:
DChoicePattern,DGroupPattern,DInterleavePattern
public abstract class DContainerPattern extends DPattern implements java.lang.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()java.util.Iterator<DPattern>iterator()DPatternlastChild()-
Methods inherited from class com.sun.tools.rngom.digested.DPattern
accept, createParseable, getAnnotation, getLocation, isAttribute, isElement, isNullable
-
-