Searched refs:COMBINE_INTERLEAVE (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/ast/builder/
H A DGrammarSection.java75 static final Combine COMBINE_INTERLEAVE = new Combine("interleave"); field in interface:GrammarSection
89 * null or {@link #COMBINE_CHOICE} or {@link #COMBINE_INTERLEAVE} depending
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/binary/
H A DRefPattern.java70 static final byte COMBINE_INTERLEAVE = 2; field in class:RefPattern
H A DSchemaBuilderImpl.java502 byte combineType = (combine == COMBINE_CHOICE ? RefPattern.COMBINE_CHOICE : RefPattern.COMBINE_INTERLEAVE);
515 else if (rp.getCombineType() == RefPattern.COMBINE_INTERLEAVE)
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/xml/
H A DSchemaParser.java1198 combine = GrammarSection.COMBINE_INTERLEAVE;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/compact/
H A DCompactSyntax.java1658 {if (true) return GrammarSection.COMBINE_INTERLEAVE;}

Completed in 49 milliseconds