Searched refs:ElementAnnotationBuilder (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/host/
H A DElementAnnotationBuilderHost.java50 import com.sun.xml.internal.rngom.ast.builder.ElementAnnotationBuilder;
59 final class ElementAnnotationBuilderHost extends AnnotationsHost implements ElementAnnotationBuilder {
60 final ElementAnnotationBuilder lhs;
61 final ElementAnnotationBuilder rhs;
63 ElementAnnotationBuilderHost( ElementAnnotationBuilder lhs, ElementAnnotationBuilder rhs ) {
H A DSchemaBuilderHost.java52 import com.sun.xml.internal.rngom.ast.builder.ElementAnnotationBuilder;
192 public ElementAnnotationBuilder makeElementAnnotationBuilder(String ns,
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/digested/
H A DElementAnnotationBuilderImpl.java50 import com.sun.xml.internal.rngom.ast.builder.ElementAnnotationBuilder;
58 class ElementAnnotationBuilderImpl implements ElementAnnotationBuilder {
H A DDSchemaBuilderImpl.java50 import com.sun.xml.internal.rngom.ast.builder.ElementAnnotationBuilder;
209 public ElementAnnotationBuilder makeElementAnnotationBuilder(String ns, String localName, String prefix, LocatorImpl loc, CommentListImpl comments, Context context) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/ast/builder/
H A DElementAnnotationBuilder.java55 public interface ElementAnnotationBuilder< interface in inherits:Annotations
H A DSchemaBuilder.java177 ElementAnnotationBuilder<P,E,L,A,CL> makeElementAnnotationBuilder(String ns,
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/binary/
H A DSchemaBuilderImpl.java57 import com.sun.xml.internal.rngom.ast.builder.ElementAnnotationBuilder;
90 public class SchemaBuilderImpl implements SchemaBuilder, ElementAnnotationBuilder, CommentList {
709 public ElementAnnotationBuilder makeElementAnnotationBuilder(String ns, String localName, String prefix,
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/compact/
H A DCompactSyntax.java64 import com.sun.xml.internal.rngom.ast.builder.ElementAnnotationBuilder;
2101 ElementAnnotationBuilder eab;
2365 ElementAnnotationBuilder eab;
2393 ElementAnnotationBuilder eab;
2405 ElementAnnotationBuilder eab;
2414 final public void AnnotationElementContent(ElementAnnotationBuilder eab) throws ParseException {
2511 final public void AnnotationElementLiteral(ElementAnnotationBuilder eab) throws ParseException {
H A DCompactSyntaxTokenManager.java62 import com.sun.xml.internal.rngom.ast.builder.ElementAnnotationBuilder;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/xml/
H A DSchemaParser.java60 import com.sun.xml.internal.rngom.ast.builder.ElementAnnotationBuilder;
399 ElementAnnotationBuilder builder;
440 builder = (ElementAnnotationBuilder)builderStack.pop();

Completed in 65 milliseconds