Uses of Interface
com.sun.tools.rngom.binary.visitor.PatternFunction
-
Packages that use PatternFunction Package Description com.sun.tools.rngom.binary Minimal binarized pattern object model (one example ofast.omimplementation). -
-
Uses of PatternFunction in com.sun.tools.rngom.binary
Methods in com.sun.tools.rngom.binary with parameters of type PatternFunction Modifier and Type Method Description ObjectAfterPattern. apply(PatternFunction f)ObjectAttributePattern. apply(PatternFunction f)ObjectChoicePattern. apply(PatternFunction f)ObjectDataExceptPattern. apply(PatternFunction f)ObjectDataPattern. apply(PatternFunction f)ObjectElementPattern. apply(PatternFunction f)ObjectEmptyPattern. apply(PatternFunction f)ObjectErrorPattern. apply(PatternFunction f)ObjectGroupPattern. apply(PatternFunction f)ObjectInterleavePattern. apply(PatternFunction f)ObjectListPattern. apply(PatternFunction f)ObjectNotAllowedPattern. apply(PatternFunction f)ObjectOneOrMorePattern. apply(PatternFunction f)abstract ObjectPattern. apply(PatternFunction f)ObjectRefPattern. apply(PatternFunction f)ObjectTextPattern. apply(PatternFunction f)ObjectValuePattern. apply(PatternFunction f)
-