Package com.sun.tools.rngom.digested
Class DUnaryPattern
- java.lang.Object
-
- com.sun.tools.rngom.digested.DPattern
-
- com.sun.tools.rngom.digested.DUnaryPattern
-
- All Implemented Interfaces:
ParsedPattern
- Direct Known Subclasses:
DListPattern,DMixedPattern,DOneOrMorePattern,DOptionalPattern,DXmlTokenPattern,DZeroOrMorePattern
public abstract class DUnaryPattern extends DPattern
- Author:
- Kohsuke Kawaguchi (kk@kohsuke.org)
-
-
Constructor Summary
Constructors Constructor Description DUnaryPattern()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DPatterngetChild()voidsetChild(DPattern child)-
Methods inherited from class com.sun.tools.rngom.digested.DPattern
accept, createParseable, getAnnotation, getLocation, isAttribute, isElement, isNullable
-
-