Searched defs:commentAfter (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/ast/builder/
H A DNameClassBuilder.java69 N commentAfter(N nc, CL comments) throws BuildException; method in interface:NameClassBuilder
H A DSchemaBuilder.java152 P commentAfter(P p, CL comments) throws BuildException; method in interface:SchemaBuilder
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/nc/
H A DNameClassBuilderImpl.java107 public NameClass commentAfter(NameClass nc, CL comments) throws BuildException { method in class:NameClassBuilderImpl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/host/
H A DNameClassBuilderHost.java91 public ParsedNameClass commentAfter(ParsedNameClass _nc, CommentList _comments) throws BuildException { method in class:NameClassBuilderHost
96 lhs.commentAfter(nc.lhs, comments==null?null:comments.lhs),
97 rhs.commentAfter(nc.rhs, comments==null?null:comments.rhs));
H A DSchemaBuilderHost.java103 public ParsedPattern commentAfter(ParsedPattern _p, CommentList _comments) method in class:SchemaBuilderHost
110 lhs.commentAfter(p.lhs, comments==null?null:comments.lhs),
111 rhs.commentAfter(p.rhs, comments==null?null:comments.rhs));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/digested/
H A DDSchemaBuilderImpl.java190 public DPattern commentAfter(DPattern p, CommentListImpl comments) throws BuildException { method in class:DSchemaBuilderImpl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/binary/
H A DSchemaBuilderImpl.java674 public ParsedPattern commentAfter(ParsedPattern p, CommentList comments) throws BuildException { method in class:SchemaBuilderImpl

Completed in 39 milliseconds