Searched defs:_anno (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/host/
H A DDivHost.java68 public void endDiv(Location _loc, Annotations _anno) throws BuildException { argument
70 AnnotationsHost anno = cast(_anno);
H A DGrammarHost.java77 public ParsedPattern endGrammar(Location _loc, Annotations _anno) throws BuildException { argument
79 AnnotationsHost anno = cast(_anno);
H A DIncludeHost.java71 public void endInclude(Parseable current, String uri, String ns, Location _loc, Annotations _anno) throws BuildException, IllegalSchemaException { argument
73 AnnotationsHost anno = cast(_anno);
H A DScopeHost.java69 public ParsedPattern makeParentRef(String name, Location _loc, Annotations _anno) throws BuildException { argument
71 AnnotationsHost anno = cast(_anno);
78 public ParsedPattern makeRef(String name, Location _loc, Annotations _anno) throws BuildException { argument
80 AnnotationsHost anno = cast(_anno);
H A DDataPatternBuilderHost.java70 public void addParam(String name, String value, Context context, String ns, Location _loc, Annotations _anno) throws BuildException { argument
72 AnnotationsHost anno = cast(_anno);
85 public ParsedPattern makePattern(Location _loc, Annotations _anno) throws BuildException { argument
87 AnnotationsHost anno = cast(_anno);
94 public ParsedPattern makePattern(ParsedPattern _except, Location _loc, Annotations _anno) throws BuildException { argument
97 AnnotationsHost anno = cast(_anno);
H A DGrammarSectionHost.java75 Location _loc, Annotations _anno) throws BuildException {
78 AnnotationsHost anno = cast(_anno);
74 define(String name, Combine combine, ParsedPattern _pattern, Location _loc, Annotations _anno) argument
H A DNameClassBuilderHost.java73 public ParsedNameClass annotate(ParsedNameClass _nc, Annotations _anno) throws BuildException { argument
75 AnnotationsHost anno = cast(_anno);
100 public ParsedNameClass makeChoice(List _nameClasses, Location _loc, Annotations _anno) { argument
108 AnnotationsHost anno = cast(_anno);
115 public ParsedNameClass makeName(String ns, String localName, String prefix, Location _loc, Annotations _anno) { argument
117 AnnotationsHost anno = cast(_anno);
124 public ParsedNameClass makeNsName(String ns, Location _loc, Annotations _anno) { argument
126 AnnotationsHost anno = cast(_anno);
133 public ParsedNameClass makeNsName(String ns, ParsedNameClass _except, Location _loc, Annotations _anno) { argument
136 AnnotationsHost anno = cast(_anno);
143 makeAnyName(Location _loc, Annotations _anno) argument
152 makeAnyName(ParsedNameClass _except, Location _loc, Annotations _anno) argument
[all...]
H A DSchemaBuilderHost.java82 public ParsedPattern annotate(ParsedPattern _p, Annotations _anno) argument
86 AnnotationsHost a = cast(_anno);
135 Location _loc, Annotations _anno) throws BuildException {
140 AnnotationsHost anno = cast(_anno);
148 Location _loc, Annotations _anno) throws BuildException {
157 AnnotationsHost anno = cast(_anno);
180 Location _loc, Annotations _anno) throws BuildException {
185 AnnotationsHost anno = cast(_anno);
203 public ParsedPattern makeEmpty(Location _loc, Annotations _anno) { argument
205 AnnotationsHost anno = cast(_anno);
134 makeAttribute(ParsedNameClass _nc, ParsedPattern _p, Location _loc, Annotations _anno) argument
147 makeChoice(List patterns, Location _loc, Annotations _anno) argument
179 makeElement(ParsedNameClass _nc, ParsedPattern _p, Location _loc, Annotations _anno) argument
218 makeExternalRef(Parseable current, String uri, String ns, Scope _scope, Location _loc, Annotations _anno) argument
239 makeGroup(List patterns, Location _loc, Annotations _anno) argument
256 makeInterleave(List patterns, Location _loc, Annotations _anno) argument
273 makeList(ParsedPattern _p, Location _loc, Annotations _anno) argument
292 makeMixed(ParsedPattern _p, Location _loc, Annotations _anno) argument
304 makeNotAllowed(Location _loc, Annotations _anno) argument
313 makeOneOrMore(ParsedPattern _p, Location _loc, Annotations _anno) argument
325 makeZeroOrMore(ParsedPattern _p, Location _loc, Annotations _anno) argument
337 makeOptional(ParsedPattern _p, Location _loc, Annotations _anno) argument
349 makeText(Location _loc, Annotations _anno) argument
358 makeValue(String datatypeLibrary, String type, String value, Context c, String ns, Location _loc, Annotations _anno) argument
[all...]

Completed in 44 milliseconds