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
A pattern that can contain other patterns.
- Author:
- Kohsuke Kawaguchi (kk@kohsuke.org)
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.sun.tools.rngom.digested.DPattern
accept, createParseable, getAnnotation, getLocation, isAttribute, isElement, isNullableMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator