Uses of Class
org.kohsuke.rngom.digested.DDataPattern.Param
-
Packages that use DDataPattern.Param Package Description org.kohsuke.rngom.digested Another RELAX NG AST implementation that optimizes away inclusions and some other syntax sugars, while still retaining all the annotations, location information, and etc. -
-
Uses of DDataPattern.Param in org.kohsuke.rngom.digested
Methods in org.kohsuke.rngom.digested that return types with arguments of type DDataPattern.Param Modifier and Type Method Description List<DDataPattern.Param>
DDataPattern. getParams()
Gets the parameters of this <data pattern.
-