Uses of Class
com.sun.tools.rngom.digested.DPattern
-
Packages that use DPattern Package Description com.sun.tools.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.com.sun.tools.xjc.reader.relaxng -
-
Uses of DPattern in com.sun.tools.rngom.digested
Subclasses of DPattern in com.sun.tools.rngom.digested Modifier and Type Class Description classDAttributePatternclassDChoicePattern<choice>pattern.classDContainerPatternA pattern that can contain other patterns.classDDataPatternclassDElementPatternclassDEmptyPatternclassDGrammarPattern<grammar>pattern, which is a collection of named patterns.classDGroupPatternclassDInterleavePatternclassDListPatternclassDMixedPatternclassDNotAllowedPatternclassDOneOrMorePatternclassDOptionalPatternclassDRefPatternclassDTextPatternclassDUnaryPatternclassDValuePatternclassDXmlTokenPatternclassDZeroOrMorePatternMethods in com.sun.tools.rngom.digested that return DPattern Modifier and Type Method Description DPatternDSchemaBuilderImpl. annotate(DPattern p, com.sun.tools.rngom.digested.Annotation anno)DPatternDSchemaBuilderImpl. annotateAfter(DPattern p, com.sun.tools.rngom.digested.ElementWrapper e)DPatternDSchemaBuilderImpl. commentAfter(DPattern p, com.sun.tools.rngom.digested.CommentListImpl comments)DPatternDSchemaBuilderImpl. expandPattern(DPattern p)DPatternDContainerPattern. firstChild()DPatternDUnaryPattern. getChild()DPatternDDataPattern. getExcept()Gets the pattern that reprsents the<except>child of this data pattern.DPatternDDefine. getPattern()DPatternDGrammarPattern. getStart()Gets the start pattern.DPatternDContainerPattern. lastChild()DPatternDSchemaBuilderImpl. makeAttribute(NameClass nc, DPattern p, LocatorImpl loc, com.sun.tools.rngom.digested.Annotation anno)DPatternDSchemaBuilderImpl. makeChoice(List<DPattern> patterns, LocatorImpl loc, com.sun.tools.rngom.digested.Annotation anno)DPatternDSchemaBuilderImpl. makeElement(NameClass nc, DPattern p, LocatorImpl loc, com.sun.tools.rngom.digested.Annotation anno)DPatternDSchemaBuilderImpl. makeEmpty(LocatorImpl loc, com.sun.tools.rngom.digested.Annotation anno)DPatternDSchemaBuilderImpl. makeErrorPattern()DPatternDSchemaBuilderImpl. makeExternalRef(Parseable current, String uri, String ns, Scope<DPattern,com.sun.tools.rngom.digested.ElementWrapper,LocatorImpl,com.sun.tools.rngom.digested.Annotation,com.sun.tools.rngom.digested.CommentListImpl> scope, LocatorImpl loc, com.sun.tools.rngom.digested.Annotation anno)DPatternDSchemaBuilderImpl. makeGroup(List<DPattern> patterns, LocatorImpl loc, com.sun.tools.rngom.digested.Annotation anno)DPatternDSchemaBuilderImpl. makeInterleave(List<DPattern> patterns, LocatorImpl loc, com.sun.tools.rngom.digested.Annotation anno)DPatternDSchemaBuilderImpl. makeList(DPattern p, LocatorImpl loc, com.sun.tools.rngom.digested.Annotation anno)DPatternDSchemaBuilderImpl. makeMixed(DPattern p, LocatorImpl loc, com.sun.tools.rngom.digested.Annotation anno)DPatternDSchemaBuilderImpl. makeNotAllowed(LocatorImpl loc, com.sun.tools.rngom.digested.Annotation anno)DPatternDSchemaBuilderImpl. makeOneOrMore(DPattern p, LocatorImpl loc, com.sun.tools.rngom.digested.Annotation anno)DPatternDSchemaBuilderImpl. makeOptional(DPattern p, LocatorImpl loc, com.sun.tools.rngom.digested.Annotation anno)DPatternDSchemaBuilderImpl. makeText(LocatorImpl loc, com.sun.tools.rngom.digested.Annotation anno)DPatternDSchemaBuilderImpl. makeValue(String datatypeLibrary, String type, String value, Context c, String ns, LocatorImpl loc, com.sun.tools.rngom.digested.Annotation anno)DPatternDSchemaBuilderImpl. makeZeroOrMore(DPattern p, LocatorImpl loc, com.sun.tools.rngom.digested.Annotation anno)Methods in com.sun.tools.rngom.digested that return types with arguments of type DPattern Modifier and Type Method Description Iterator<DPattern>DContainerPattern. iterator()Methods in com.sun.tools.rngom.digested with parameters of type DPattern Modifier and Type Method Description DPatternDSchemaBuilderImpl. annotate(DPattern p, com.sun.tools.rngom.digested.Annotation anno)DPatternDSchemaBuilderImpl. annotateAfter(DPattern p, com.sun.tools.rngom.digested.ElementWrapper e)DPatternDSchemaBuilderImpl. commentAfter(DPattern p, com.sun.tools.rngom.digested.CommentListImpl comments)DPatternDSchemaBuilderImpl. expandPattern(DPattern p)DPatternDSchemaBuilderImpl. makeAttribute(NameClass nc, DPattern p, LocatorImpl loc, com.sun.tools.rngom.digested.Annotation anno)DPatternDSchemaBuilderImpl. makeElement(NameClass nc, DPattern p, LocatorImpl loc, com.sun.tools.rngom.digested.Annotation anno)DPatternDSchemaBuilderImpl. makeList(DPattern p, LocatorImpl loc, com.sun.tools.rngom.digested.Annotation anno)DPatternDSchemaBuilderImpl. makeMixed(DPattern p, LocatorImpl loc, com.sun.tools.rngom.digested.Annotation anno)DPatternDSchemaBuilderImpl. makeOneOrMore(DPattern p, LocatorImpl loc, com.sun.tools.rngom.digested.Annotation anno)DPatternDSchemaBuilderImpl. makeOptional(DPattern p, LocatorImpl loc, com.sun.tools.rngom.digested.Annotation anno)DPatternDSchemaBuilderImpl. makeZeroOrMore(DPattern p, LocatorImpl loc, com.sun.tools.rngom.digested.Annotation anno)protected voidDXMLPrinter.DXMLPrinterVisitor. on(DPattern p)voidDXMLPrinter. print(DPattern pattern)Prints XML fragment for the given pattern.voidDUnaryPattern. setChild(DPattern child)voidDDefine. setPattern(DPattern pattern)protected voidDXMLPrinter.DXMLPrinterVisitor. unwrapChoice(DPattern p)protected voidDXMLPrinter.DXMLPrinterVisitor. unwrapGroup(DPattern p)Method parameters in com.sun.tools.rngom.digested with type arguments of type DPattern Modifier and Type Method Description DPatternDSchemaBuilderImpl. makeChoice(List<DPattern> patterns, LocatorImpl loc, com.sun.tools.rngom.digested.Annotation anno)DPatternDSchemaBuilderImpl. makeExternalRef(Parseable current, String uri, String ns, Scope<DPattern,com.sun.tools.rngom.digested.ElementWrapper,LocatorImpl,com.sun.tools.rngom.digested.Annotation,com.sun.tools.rngom.digested.CommentListImpl> scope, LocatorImpl loc, com.sun.tools.rngom.digested.Annotation anno)DPatternDSchemaBuilderImpl. makeGroup(List<DPattern> patterns, LocatorImpl loc, com.sun.tools.rngom.digested.Annotation anno)DPatternDSchemaBuilderImpl. makeInterleave(List<DPattern> patterns, LocatorImpl loc, com.sun.tools.rngom.digested.Annotation anno) -
Uses of DPattern in com.sun.tools.xjc.reader.relaxng
Methods in com.sun.tools.xjc.reader.relaxng with parameters of type DPattern Modifier and Type Method Description static RawTypeSetRawTypeSetBuilder. build(RELAXNGCompiler compiler, DPattern contentModel, Multiplicity mul)static ModelRELAXNGCompiler. build(DPattern grammar, JCodeModel codeModel, Options opts)Constructors in com.sun.tools.xjc.reader.relaxng with parameters of type DPattern Constructor Description RELAXNGCompiler(DPattern grammar, JCodeModel codeModel, Options opts)
-