Searched defs:_comments (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/host/
H A DElementAnnotationBuilderHost.java69 public void addText(String value, Location _loc, CommentList _comments) throws BuildException { argument
71 CommentListHost comments = (CommentListHost) _comments;
H A DAnnotationsHost.java75 public void addComment(CommentList _comments) throws BuildException { argument
76 CommentListHost comments = (CommentListHost) _comments;
87 public void addLeadingComment(CommentList _comments) throws BuildException { argument
88 CommentListHost comments = (CommentListHost) _comments;
H A DGrammarSectionHost.java100 public void topLevelComment(CommentList _comments) throws BuildException { argument
101 CommentListHost comments = (CommentListHost) _comments;
H A DNameClassBuilderHost.java91 public ParsedNameClass commentAfter(ParsedNameClass _nc, CommentList _comments) throws BuildException { argument
93 CommentListHost comments = (CommentListHost) _comments;
H A DSchemaBuilderHost.java103 public ParsedPattern commentAfter(ParsedPattern _p, CommentList _comments) argument
107 CommentListHost comments = (CommentListHost) _comments;
125 public Annotations makeAnnotations(CommentList _comments, Context context) { argument
126 CommentListHost comments = (CommentListHost) _comments;
193 String localName, String prefix, Location _loc, CommentList _comments,
196 CommentListHost comments = (CommentListHost) _comments;
192 makeElementAnnotationBuilder(String ns, String localName, String prefix, Location _loc, CommentList _comments, Context context) argument

Completed in 33 milliseconds