OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [classpath/] [tools/] [resource/] [gnu/] [classpath/] [tools/] [gjdoc/] [rng/] [gjdoc-classdoc.rng] - Blame information for rev 779

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 779 jeremybenn
2
 
3
22
 
23
24
      xmlns="http://relaxng.org/ns/structure/1.0"
25
      xmlns:a="http://relaxng.org/ns/annotation/1.0"
26
      xmlns:gjdoc="http://www.gnu.org/software/cp-tools/gjdocxml">
27
 
28
   
29
 
30
   
31
      The Relax NG grammar for an classdoc XML document generated by
32
      GNU Gjdoc.
33
   
34
 
35
   
36
      
37
         The root element for a Gjdoc classdoc XML document.
38
      
39
 
40
      
41
         
42
            Corresponds to a Javadoc API com.sun.javadoc.ClassDoc
43
            object, the subtree of the full generated documentation
44
            corresponding to a particular Java class.
45
         
46
 
47
         
48
         
49
 
50
         
51
            
52
         
53
 
54
         
55
            
56
         
57
 
58
         
59
            
60
         
61
 
62
         
63
 
64
         
65
            
66
         
67
 
68
         
69
            
70
         
71
 
72
         
73
            
74
         
75
 
76
         
77
            
78
         
79
 
80
         
81
            
82
         
83
 
84
         
85
            
86
         
87
 
88
         
89
            
90
         
91
 
92
      
93
 
94
   
95
 
96
   
100
 
101
   
102
      
103
         Corresponds to the abstract class
104
         com.sun.javadoc.Doc, the common base class for
105
         all documentation classes.
106
      
107
 
108
      
109
         
110
      
111
 
112
      
113
         
114
      
115
 
116
      
117
         
118
      
119
 
120
      
121
         
122
      
123
 
124
      
125
         
126
      
127
 
128
      
129
         
130
      
131
 
132
      
133
         
134
      
135
 
136
      
137
         
138
      
139
 
140
      
141
         
142
      
143
 
144
      
145
         
146
      
147
 
148
      
149
         
150
      
151
 
152
      
153
         
154
      
155
 
156
      
157
         
158
      
159
 
160
   
161
 
162
   
163
      
164
         Corresponds to the abstract class
165
         com.sun.javadoc.ProgramElementDoc.
166
      
167
 
168
      
169
      
170
 
171
      
172
 
173
      
174
         
175
      
176
 
177
      
178
 
179
      
180
         
181
      
182
 
183
      
184
         
185
      
186
 
187
   
188
 
189
   
190
      
191
         Corresponds to the abstract class
192
         com.sun.javadoc.MemberDoc.
193
      
194
 
195
      
197
      
198
 
199
   
200
 
201
   
202
      
203
         Corresponds to the abstract class
204
         com.sun.javadoc.ExecutableMemberDoc.
205
      
206
 
207
      
209
      
210
 
211
      
212
         
213
      
214
 
215
      
216
         
217
      
218
 
219
      
220
 
221
      
222
         
223
      
224
 
225
      
226
         
227
      
228
 
229
   
230
 
231
   
232
      
233
         Corresponds to an object of class
234
         com.sun.javadoc.ConstructorDoc.
235
      
236
 
237
      
239
      
240
 
241
   
242
 
243
   
244
      
245
         Corresponds to an object of class
246
         com.sun.javadoc.MethodDoc.
247
      
248
 
249
      
251
      
252
 
253
      
254
   
255
 
256
   
257
      
258
         Corresponds to an object of class
259
         com.sun.javadoc.FieldDoc.
260
      
261
 
262
      
264
      
265
 
266
      
267
         
268
      
269
 
270
      
271
         
272
      
273
 
274
      
275
         
276
      
277
 
278
   
279
 
280
 
281
   
283
 
284
   
285
      
286
         Specifies a constructor of the class.
287
      
288
 
289
      
290
         
291
         
292
      
293
   
294
 
295
   
296
      
297
         Specifies a method of the class.
298
      
299
 
300
      
301
         
302
         
303
      
304
   
305
 
306
   
307
      
308
         Specifies a field of the class.
309
      
310
 
311
      
312
         
313
         
314
      
315
   
316
 
317
   
322
 
323
   
324
      
325
         Presence means ClassDoc.isAbstract() returns
326
         true.
327
      
328
 
329
      
330
         
331
      
332
   
333
 
334
   
335
      
336
         Presence means Doc.isClass() returns
337
         true.
338
      
339
 
340
      
341
         
342
      
343
   
344
 
345
   
346
      
347
         Presence means Doc.isConstructor() returns
348
         true.
349
      
350
 
351
      
352
         
353
      
354
   
355
 
356
   
357
      
358
         Presence means Doc.isError() returns
359
         true.
360
      
361
 
362
      
363
         
364
      
365
   
366
 
367
   
368
      
369
         Presence means Doc.isException() returns
370
         true.
371
      
372
 
373
      
374
         
375
      
376
   
377
 
378
   
379
      
380
         Presence means ClassDoc.isSerializable() returns
381
         true.
382
      
383
 
384
      
385
         
386
      
387
   
388
 
389
   
390
      
391
         Presence means ClassDoc.isExternalizable()
392
         returns true.
393
      
394
 
395
      
396
         
397
      
398
   
399
 
400
   
401
      
402
         Presence means Doc.isField() returns
403
         true.
404
      
405
 
406
      
407
         
408
      
409
   
410
 
411
   
412
      
413
         Presence means Doc.isIncluded() returns
414
         true.
415
      
416
 
417
      
418
         
419
      
420
   
421
 
422
   
423
      
424
         Presence means Doc.isInterface() returns
425
         true.
426
      
427
 
428
      
429
         
430
      
431
   
432
 
433
   
434
      
435
         Presence means Doc.isMethod() returns
436
         true.
437
      
438
 
439
      
440
         
441
      
442
   
443
 
444
   
445
      
446
         Presence means Doc.isOrdinaryClass() returns
447
         true.
448
      
449
 
450
      
451
         
452
      
453
   
454
 
455
   
456
      
457
         Presence means ProgramElementDoc.isFinal()
458
         returns true.
459
      
460
 
461
      
462
         
463
      
464
   
465
 
466
   
467
      
468
         Presence means ProgramElementDoc.isStatic()
469
         returns true.
470
      
471
 
472
      
473
         
474
      
475
   
476
 
477
   
478
      
479
         Presence means FieldDoc.isTransient()
480
         returns true.
481
      
482
 
483
      
484
         
485
      
486
   
487
 
488
   
489
      
490
         Presence means FieldDoc.isVolatile()
491
         returns true.
492
      
493
 
494
      
495
         
496
      
497
   
498
 
499
   
500
      
501
         Presence means ExecutableMemberDoc.isNative()
502
         returns true.
503
      
504
 
505
      
506
         
507
      
508
   
509
 
510
   
511
      
512
         Presence means
513
         ExecutableMemberDoc.isSynchronized() returns
514
         true.
515
      
516
 
517
      
518
         
519
      
520
   
521
 
522
   
523
      
524
         Presence means
525
         ClassDoc.definesSerializableFields() returns
526
         true.
527
      
528
 
529
      
530
         
531
      
532
   
533
 
534
   
535
      
536
         Corresponds to the access modifier (public, protected,
537
         private) specified by a ProgramElementDoc.
538
      
539
 
540
      
541
         
542
            
543
               This value is determined by calling
544
               ProgramElementDoc.isPublic(),
545
               ProgramElementDoc.isProtected(),
546
               ProgramElementDoc.isPrivate() and
547
               ProgramElementDoc.isPackagePrivate().
548
            
549
            
550
               public
551
               protected
552
               private
553
               package
554
            
555
         
556
      
557
   
558
 
559
   
560
      
561
         Corresponds to the type returned by a call to
562
         com.sun.javadoc.Classdoc.containingClass().
563
      
564
 
565
      
566
         
567
            The full name of the outer class containing the class, if
568
            this class is an inner class.
569
         
570
         
571
      
572
   
573
 
574
   
575
      
576
         Corresponds to an entry in the array returned by a
577
         com.sun.javadoc.ExecutableMemberDoc.parameters().
578
      
579
 
580
      
581
         
582
            A parameter for a method or constructor call.
583
         
584
         
585
         
586
            
587
         
588
      
589
   
590
 
591
   
592
      
593
         Corresponds to an entry in the array returned by a
594
         com.sun.javadoc.ExecutableMemberDoc.thrownExceptions().
595
      
596
 
597
      
598
         
599
            An exception thrown by a method or constructor.
600
         
601
         
602
      
603
   
604
 
605
 
606
   
607
      
608
         Corresponds to the signature specified by a
609
         com.sun.javadoc.MethodDoc.
610
      
611
 
612
      
613
         
614
            The signature of a method or constructor.
615
         
616
         
617
            
618
               The full signature of a method or constructor, as
619
               returned by
620
               com.sun.javadoc.ExecutableMemberDoc.signature().
621
            
622
            
623
         
624
         
625
            
626
               The "flat" signature of a method or constructor, as
627
               returned by
628
               com.sun.javadoc.ExecutableMemberDoc.flatSignature().
629
            
630
            
631
         
632
      
633
   
634
 
635
   
636
      
637
         Corresponds to the type returned by
638
         com.sun.javadoc.MethodDoc.returnType().
639
      
640
 
641
      
642
         
643
            The type returned by a method.
644
         
645
 
646
         
647
      
648
   
649

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.