Searched refs:GrammarSection (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/host/
H A DGrammarSectionHost.java52 import com.sun.xml.internal.rngom.ast.builder.GrammarSection;
63 public class GrammarSectionHost extends Base implements GrammarSection {
64 private final GrammarSection lhs;
65 private final GrammarSection rhs;
67 GrammarSectionHost( GrammarSection lhs, GrammarSection rhs ) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/ast/builder/
H A DDiv.java58 CL extends CommentList<L>> extends GrammarSection<P,E,L,A,CL> {
H A DGrammar.java61 CL extends CommentList<L>> extends GrammarSection<P,E,L,A,CL>, Scope<P,E,L,A,CL> {
H A DInclude.java60 CL extends CommentList<L>> extends GrammarSection<P,E,L,A,CL> {
H A DIncludedGrammar.java64 CL extends CommentList<L>> extends GrammarSection<P,E,L,A,CL>, Scope<P,E,L,A,CL> {
H A DScope.java57 CL extends CommentList<L> > extends GrammarSection<P,E,L,A,CL> {
H A DGrammarSection.java57 public interface GrammarSection< interface
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/compact/
H A DCompactSyntax.java66 import com.sun.xml.internal.rngom.ast.builder.GrammarSection;
321 private void topLevelComments(GrammarSection section) {
1542 final public Annotations GrammarBody(GrammarSection section, Scope scope, Annotations a) throws ParseException {
1577 final public void GrammarComponent(GrammarSection section, Scope scope) throws ParseException {
1610 final public void Definition(GrammarSection section, Scope scope, Annotations a) throws ParseException {
1626 final public void Start(GrammarSection section, Scope scope, Annotations a) throws ParseException {
1628 GrammarSection.Combine combine;
1633 section.define(GrammarSection.START, combine, p, makeLocation(t), a);
1636 final public void Define(GrammarSection section, Scope scope, Annotations a) throws ParseException {
1638 GrammarSection
[all...]
H A DCompactSyntaxTokenManager.java64 import com.sun.xml.internal.rngom.ast.builder.GrammarSection;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/xml/
H A DSchemaParser.java62 import com.sun.xml.internal.rngom.ast.builder.GrammarSection;
976 GrammarSection section;
980 GrammarSectionState(GrammarSection section) {
1185 GrammarSection.Combine combine = null;
1186 final GrammarSection section;
1188 DefinitionState(GrammarSection section) {
1196 combine = GrammarSection.COMBINE_CHOICE;
1198 combine = GrammarSection.COMBINE_INTERLEAVE;
1214 DefineState(GrammarSection section) {
1240 StartState(GrammarSection sectio
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/binary/
H A DSchemaBuilderImpl.java59 import com.sun.xml.internal.rngom.ast.builder.GrammarSection;
482 public void define(String name, GrammarSection.Combine combine, ParsedPattern pattern, Location loc, Annotations anno)
487 private void define(RefPattern rp, GrammarSection.Combine combine, ParsedPattern pattern, Location loc)
598 public void define(String name, GrammarSection.Combine combine, ParsedPattern pattern, Location loc, Annotations anno)

Completed in 58 milliseconds