Permit id in method for xref

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@6872 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
richard 2000-07-04 15:54:11 +00:00
parent 1df9368648
commit 1ef1ffd62e
2 changed files with 3 additions and 0 deletions

View file

@ -227,6 +227,7 @@
-->
<!ELEMENT method (((sel, arg?), (sel, arg)*, vararg?), desc?, standards?)>
<!ATTLIST method
id CDATA #IMPLIED
type CDATA #IMPLIED
factory %boolean; "no"
init %boolean; "no"

View file

@ -227,6 +227,7 @@
-->
<!ELEMENT method (((sel, arg?), (sel, arg)*, vararg?), desc?, standards?)>
<!ATTLIST method
id CDATA #IMPLIED
type CDATA #IMPLIED
factory %boolean; "no"
init %boolean; "no"
@ -236,6 +237,7 @@
<!-- A java method definition. -->
<!ELEMENT jmethod ((arg*, vararg?), declared?, desc?, standards?)>
<!ATTLIST jmethod
id CDATA #IMPLIED
name CDATA #REQUIRED
type CDATA #IMPLIED
factory %boolean; "no"