  | |  | AW: Parsing DTD 's with CDATA elements | AW: Parsing DTD 's with CDATA elements 2003-01-15 - By Hellmann Peter (ext) ICN CN 1F BD
i agree with Joe. i have successfully validated xml that contains a RFC822 mail within a CDATA section against a XSD file and it worked. the only thing i did in the XSD file was to add the following: <xs:element name="MAIL" type="xs:string"> </xs:element> the CDATA doesn't need to be defined as a kind of "tag" or "sub-tag", it simply encapsulates text that doesn't need to be escaped. the rfc822 mails i embed have anyway carefully be checked for the 3 character end delimiter "]]>" within the mail header and any mime-headers. so i think if you change the last line of your DTD to <!ELEMENT initData (#PCDATA)> all should work fine. cheers, Peter -----Ursprüngliche Nachricht----- Von: Greg Hess [mailto:ghess@(protected)] Gesendet: Dienstag, 14. Januar 2003 22:26 An: Xerces User Mail list Betreff: Parsing DTD's with CDATA elements
Hi All, I have build a data structure that contains an element of type CDATA. When I parse the xml data I get the error org.xml.sax.SAXParseException: A '(' character or an element type is required in the declaration of element type "initData". Does anyone have any insight as to why my xml cannot be validated by Xerces. It also displays fine when tested under IE when I remove the # in #CDATA? Many thanks, Greg <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE invocation (View Source for full doctype...)> <http://localhost/instancemanager/testXML##> - <invocation> <method>_import</method> <id>1235768_69</id> <typeName>sometype</typeName> <http://localhost/instancemanager/testXML##> - <initData> - <![CDATA[
<some>init</someuuu> ]]> </initData> </invocation> The data is validated with the following dtd: <?xml version="1.0" encoding="UTF-8"?> <!ELEMENT invocation (method,id,typeName,initData)> <!ELEMENT method (#PCDATA)> <!ELEMENT id (#PCDATA)> <!ELEMENT typeName (#PCDATA)> <!ELEMENT initData (#CDATA)>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML xmlns="http://www.w3.org/TR/REC-html40" xmlns:v = "urn:schemas-microsoft-com:vml" xmlns:o = "urn:schemas-microsoft-com:office:office" xmlns:w = "urn:schemas-microsoft-com:office:word"><HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META content=Word.Document name=ProgId> <META content="MSHTML 5.00.3502.5390" name=GENERATOR> <META content="Microsoft Word 10" name=Originator><LINK href="cid:filelist.xml@(protected)" rel=File-List><LINK href="cid:editdata.mso@(protected)" rel=Edit-Time-Data><!--[if !mso]> <STYLE>v\:* { BEHAVIOR: url(#default#VML) } o\:* { BEHAVIOR: url(#default#VML) } w\:* { BEHAVIOR: url(#default#VML) } .shape { BEHAVIOR: url(#default#VML) } </STYLE> <![endif]--><!--[if gte mso 9]><xml> <o:OfficeDocumentSettings> <o:DoNotRelyOnCSS/> </o:OfficeDocumentSettings> </xml><![endif]--><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:SpellingState>Clean</w:SpellingState> <w:GrammarState>Clean</w:GrammarState> <w:DocumentKind>DocumentEmail</w:DocumentKind> <w:EnvelopeVis/> <w:Compatibility> <w:BreakWrappedTables/> <w:SnapToGridInCell/> <w:WrapTextWithPunct/> <w:UseAsianBreakRules/> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--> <STYLE>@(protected) { font-family: Courier; } @(protected) { font-family: Verdana; } P.MsoNormal { FONT-FAMILY: "Times New Roman"; FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; mso -style-parent: ""; mso-pagination: widow-orphan; mso-fareast-font-family: "Times New Roman" } LI.MsoNormal { FONT-FAMILY: "Times New Roman"; FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; mso -style-parent: ""; mso-pagination: widow-orphan; mso-fareast-font-family: "Times New Roman" } DIV.MsoNormal { FONT-FAMILY: "Times New Roman"; FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; mso -style-parent: ""; mso-pagination: widow-orphan; mso-fareast-font-family: "Times New Roman" } A:link { COLOR: blue; TEXT-DECORATION: underline; text-underline: single } SPAN.MsoHyperlink { COLOR: blue; TEXT-DECORATION: underline; text-underline: single } A:visited { COLOR: purple; TEXT-DECORATION: underline; text-underline: single } SPAN.MsoHyperlinkFollowed { COLOR: purple; TEXT-DECORATION: underline; text-underline: single } PRE { FONT-FAMILY: "Courier New"; FONT-SIZE: 10pt; MARGIN: 0in 0in 0pt; mso -pagination: widow-orphan; mso-fareast-font-family: "Times New Roman" } SPAN.EmailStyle17 { COLOR: windowtext; FONT-FAMILY: Arial; mso-style-type: personal-compose; mso -style-noshow: yes; mso-ansi-font-size: 10.0pt; mso-bidi-font-size: 10.0pt; mso -ascii-font-family: Arial; mso-hansi-font-family: Arial; mso-bidi-font-family: Arial } SPAN.tx1 { FONT-WEIGHT: bold; mso-style-name: tx1 } SPAN.m1 { COLOR: blue; mso-style-name: m1 } SPAN.pi1 { COLOR: blue; mso-style-name: pi1 } SPAN.b1 { COLOR: red; FONT-FAMILY: "Courier New"; FONT-WEIGHT: bold; TEXT-DECORATION: none; text-underline: none; mso-ascii-font-family: "Courier New"; mso-hansi -font-family: "Courier New"; mso-bidi-font-family: "Courier New"; mso-style-name : b1; mso-text-animation: none; text-line-through: none } SPAN.d1 { COLOR: blue; mso-style-name: d1 } SPAN.t1 { COLOR: #990000; mso-style-name: t1 } SPAN.di1 { FONT-FAMILY: Courier; mso-ansi-font-size: 12.0pt; mso-bidi-font-size: 12.0pt; mso-ascii-font-family: Courier; mso-hansi-font-family: Courier; mso-style-name: di1 } SPAN.SpellE { mso-style-name: ""; mso-spl-e: yes } SPAN.GramE { mso-style-name: ""; mso-gram-e: yes } DIV.Section1 { page: Section1 } </STYLE> <!--[if gte mso 10]> <style> /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin:0in; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.0pt; font-family:"Times New Roman";} </style> <![endif]--></HEAD> <BODY lang=EN-US link=blue style="tab-interval: .5in" vLink=purple> <DIV><FONT color=#0000ff face=Arial size=2><SPAN class=080445012-15012003>i agree with Joe. i have successfully validated xml that contains a RFC822 mail within a CDATA section against a XSD file and it worked. the only thing i did in the XSD file was to add the following:</SPAN></FONT></DIV> <DIV><FONT color=#0000ff face=Arial size=2><SPAN class=080445012-15012003></SPAN></FONT> </DIV> <DIV><FONT color=#0000ff face=Arial size=2><SPAN class=080445012-15012003><xs:element name="MAIL" type="xs:string"> <BR></xs:element></SPAN></FONT></DIV> <DIV><FONT color=#0000ff face=Arial size=2><SPAN class=080445012-15012003></SPAN></FONT> </DIV> <DIV><FONT color=#0000ff face=Arial size=2><SPAN class=080445012-15012003>the CDATA doesn't need to be defined as a kind of "tag" or "sub-tag", it simply encapsulates text that doesn't need to be escaped. the rfc822 mails i embed have anyway carefully be checked for the 3 character end delimiter "<FONT size=2><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"><SPAN class=m1><FONT color=blue>]]>" </FONT></SPAN></SPAN></FONT><FONT face=Verdana>within the mail header and any mime-headers.</FONT></SPAN></FONT></DIV> <DIV><FONT color=#0000ff face=Arial size=2><SPAN class=080445012-15012003></SPAN></FONT> </DIV> <DIV><FONT color=#0000ff face=Verdana size=2><SPAN class=080445012-15012003>so i think if you change the last line of your DTD to <SPAN class=GramE><SPAN class=m1><FONT color=blue face=Verdana size=2><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"><!ELEMENT</SPAN></FONT></SPAN> </SPAN><SPAN class=m1><FONT color=blue face=Verdana size=2><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"> <SPAN class=SpellE>initData</SPAN> (#PCDATA)> all should work fine.</SPAN></FONT></SPAN><FONT face=Verdana size=2><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"> <o:p></o:p></SPAN></FONT></SPAN></FONT></DIV> <DIV><FONT color=#0000ff face=Arial size=2><SPAN class=080445012-15012003></SPAN></FONT> </DIV> <DIV><FONT color=#0000ff face=Arial size=2><SPAN class=080445012-15012003><FONT face=Verdana>cheers,</FONT></SPAN></FONT></DIV> <DIV><FONT color=#0000ff face=Arial size=2><SPAN class=080445012-15012003></SPAN></FONT> </DIV> <DIV><FONT color=#0000ff face=Arial size=2><SPAN class=080445012-15012003><FONT face=Verdana>Peter</FONT> </SPAN></FONT></DIV> <BLOCKQUOTE style="BORDER-LEFT: #0000ff 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px; PADDING-LEFT: 5px"> <DIV align=left class=OutlookMessageHeader dir=ltr><FONT face=Tahoma size=2>-----Ursprüngliche Nachricht-----<BR><B>Von:</B> Greg Hess [mailto:ghess@(protected)]<BR><B>Gesendet:</B> Dienstag, 14. Januar 2003 22:26<BR><B>An:</B> Xerces User Mail list<BR><B>Betreff:</B> Parsing DTD's with CDATA elements<BR><BR></DIV></FONT> <DIV class=Section1> <P class=MsoNormal><FONT face=Arial size=2><SPAN style="FONT-FAMILY: Arial; FONT-SIZE: 10pt">Hi All,<o:p></o:p></SPAN></FONT></P> <P class=MsoNormal><FONT face=Arial size=2><SPAN style="FONT-FAMILY: Arial; FONT-SIZE: 10pt"><o:p> </o:p></SPAN></FONT>< /P> <P class=MsoNormal><FONT face=Arial size=2><SPAN style="FONT-FAMILY: Arial; FONT-SIZE: 10pt">I have <SPAN class=GramE>build</SPAN> a data structure that contains an element of type CDATA. When I parse the xml data I get the error </SPAN></FONT><SPAN class=SpellE><SPAN class=tx1><B><FONT face=Verdana size=2><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt">org.xml.sax.SAXParseException< /SPAN></FONT></B></SPAN></SPAN><SPAN class=tx1><B><FONT face=Verdana size=2><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt">: A '(' character or an element type is required in the declaration of element type "<SPAN class=SpellE>initData</SPAN>". Does anyone have any insight as to why my xml cannot be validated by <SPAN class=GramE>Xerces.</SPAN> It also displays fine when tested under IE when I remove the # in #CDATA?<o:p></o:p></SPAN></FONT></B></SPAN></P> <P class=MsoNormal><SPAN class=tx1><B><FONT face=Verdana size=2><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"><o:p> </o:p></SPAN></FONT> </B></SPAN></P> <P class=MsoNormal><SPAN class=tx1><B><FONT face=Verdana size=2><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt">Many thanks,<o:p></o:p></SPAN></FONT></B></SPAN></P> <P class=MsoNormal><SPAN class=tx1><B><FONT face=Verdana size=2><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"><o:p> </o:p></SPAN></FONT> </B></SPAN></P> <P class=MsoNormal><SPAN class=tx1><B><FONT face=Verdana size=2><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt">Greg<o:p></o:p></SPAN></FONT>< /B></SPAN></P> <P class=MsoNormal><FONT face=Arial size=2><SPAN style="FONT-FAMILY: Arial; FONT-SIZE: 10pt"><o:p> </o:p></SPAN></FONT>< /P> <P class=MsoNormal><FONT face=Arial size=2><SPAN style="FONT-FAMILY: Arial; FONT-SIZE: 10pt"><o:p> </o:p></SPAN></FONT>< /P> <P class=MsoNormal><SPAN class=GramE><SPAN class=m1><FONT color=blue face=Verdana size=2><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"><?</SPAN></FONT></SPAN><SPAN class=pi1><FONT color=blue face=Verdana size=2><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt">xml</SPAN></FONT></SPAN></SPAN> <SPAN class=pi1><FONT color=blue face=Verdana size=2><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"> version="1.0" encoding="UTF-8" </SPAN></FONT></SPAN><SPAN class=m1><FONT color=blue face=Verdana size=2> <SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt">?></SPAN></FONT></SPAN><FONT face=Verdana size=2><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"> <o:p></o:p></SPAN></FONT></P> <P class=MsoNormal style="TEXT-INDENT: -12pt"><SPAN class=b1><B><FONT color=red face="Courier New" size=2><SPAN style="FONT-SIZE: 10pt"> </SPAN></FONT></B></SPAN><FONT face=Verdana size=2><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"> <SPAN class=GramE><SPAN class=d1><FONT color=blue><!DOCTYPE</FONT></SPAN></SPAN><SPAN class=d1><FONT color=blue> invocation<I><SPAN style="FONT-STYLE: italic"> (View Source for full <SPAN class=SpellE>doctype</SPAN>...)</SPAN></I>></FONT></SPAN> <o:p></o:p></SPAN></FONT></P> <P class=MsoNormal style="TEXT-INDENT: -24pt"><FONT face=Verdana size=2><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"><A href="http://localhost/instancemanager/testXML##" onclick="return false" onfocus=h()><B><FONT color=red face="Courier New"><SPAN style="COLOR: red; FONT-FAMILY: 'Courier New'; FONT-WEIGHT: bold">-</SPAN>< /FONT></B></A> <SPAN style="mso-tab-count: 1"> </SPAN><SPAN class=m1><FONT color=blue><</FONT></SPAN><SPAN class=t1><FONT color=#990000>invocation</FONT></SPAN><SPAN class=m1><FONT color=blue>></FONT></SPAN><o:p></o:p></SPAN></FONT></P> <P class=MsoNormal style="TEXT-INDENT: -24pt"><SPAN class=b1><B><FONT color=red face="Courier New" size=2><SPAN style="FONT-SIZE: 10pt"> </SPAN></FONT></B></SPAN><FONT face=Verdana size=2><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"> <SPAN style="mso-tab-count: 1"> </SPAN><SPAN style="mso-tab-count: 1"> </SPAN><SPAN class=m1><FONT color=blue><</FONT></SPAN><SPAN class=GramE><SPAN class=t1><FONT color=#990000>method</FONT></SPAN></SPAN><SPAN class=m1><FONT color=blue>></FONT></SPAN><SPAN class=tx1><B>_import</B></SPAN><SPAN class=m1><FONT color=blue></</FONT></SPAN><SPAN class=t1><FONT color=#990000>method</FONT></SPAN><SPAN class=m1><FONT color=blue>></FONT></SPAN> <o:p></o:p></SPAN></FONT></P> <P class=MsoNormal style="TEXT-INDENT: -24pt"><SPAN class=b1><B><FONT color=red face="Courier New" size=2><SPAN style="FONT-SIZE: 10pt"> </SPAN></FONT></B></SPAN><FONT face=Verdana size=2><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"> <SPAN style="mso-tab-count: 1"> </SPAN><SPAN style="mso-tab-count: 1"> </SPAN><SPAN class=m1><FONT color=blue><</FONT></SPAN><SPAN class=GramE><SPAN class=t1><FONT color=#990000>id</FONT></SPAN><SPAN class=m1><FONT color=blue>></FONT></SPAN></SPAN><SPAN class=tx1><B>1235768_69</B></SPAN><SPAN class=m1><FONT color=blue></</FONT></SPAN><SPAN class=t1><FONT color=#990000>id</FONT></SPAN><SPAN class=m1><FONT color=blue>></FONT></SPAN> <o:p></o:p></SPAN></FONT></P> <P class=MsoNormal style="TEXT-INDENT: -24pt"><SPAN class=b1><B><FONT color=red face="Courier New" size=2><SPAN style="FONT-SIZE: 10pt"> </SPAN></FONT></B></SPAN><FONT face=Verdana size=2><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"> <SPAN style="mso-tab-count: 1"> </SPAN><SPAN style="mso-tab-count: 1"> </SPAN><SPAN class=m1><FONT color=blue><</FONT></SPAN><SPAN class=SpellE><SPAN class=GramE><SPAN class=t1><FONT color=#990000>typeName</FONT></SPAN></SPAN></SPAN><SPAN class=GramE><SPAN class=m1><FONT color=blue>></FONT></SPAN></SPAN><SPAN class=SpellE><SPAN class=tx1><B>sometype</B></SPAN></SPAN><SPAN class=m1><FONT color=blue></</FONT></SPAN><SPAN class=SpellE><SPAN class=t1><FONT color=#990000>typeName</FONT></SPAN></SPAN><SPAN class=m1><FONT color=blue>></FONT></SPAN> <o:p></o:p></SPAN></FONT></P> <P class=MsoNormal style="TEXT-INDENT: -12pt"><FONT face=Verdana size=2><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"><A href="http://localhost/instancemanager/testXML##" onclick="return false" onfocus=h()><B><FONT color=red face="Courier New"><SPAN style="COLOR: red; FONT-FAMILY: 'Courier New'; FONT-WEIGHT: bold">-</SPAN>< /FONT></B></A> <SPAN style="mso-tab-count: 2"> </SPAN><SPAN class=m1><FONT color=blue><</FONT></SPAN><SPAN class=SpellE><SPAN class=t1><FONT color=#990000>initData</FONT></SPAN></SPAN><SPAN class=m1><FONT color=blue>></FONT></SPAN><o:p></o:p></SPAN></FONT></P> <P class=MsoNormal style="TEXT-INDENT: -12pt"><FONT face=Verdana size=2><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt">-<SPAN style="mso-tab-count: 1"> </SPAN><SPAN style="mso-tab-count: 2"> </SPAN><SPAN class=m1><FONT color=blue><<SPAN class=GramE>![</SPAN>CDATA[</FONT></SPAN> </SPAN></FONT><SPAN class=di1><FONT face=Courier><o:p></o:p></FONT></SPAN></P><SPAN id=""><PRE style="TEXT-INDENT : -12pt"><FONT face="Courier New" size=2><SPAN style="FONT-SIZE: 10pt"><SPAN style="mso-tab-count: 1"> </SPAN><SPAN style="mso-tab-count: 2"> < /SPAN><<SPAN class=GramE>some></SPAN>init</<SPAN class=SpellE>someuuu< /SPAN>><o:p></o:p></SPAN></FONT></PRE></SPAN> <P class=MsoNormal style="TEXT-INDENT: -12pt"><SPAN class=b1><B><FONT color=red face="Courier New" size=2><SPAN style="FONT-SIZE: 10pt"> <SPAN style="mso-tab-count: 3"> </SPAN></SPAN></FONT></B></SPAN><FONT face=Verdana size=2><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"><SPAN class=m1><FONT color=blue>]]></FONT></SPAN> <SCRIPT> f(clean); </SCRIPT> <o:p></o:p></SPAN></FONT></P> <P class=MsoNormal style="TEXT-INDENT: -12pt"><SPAN class=b1><B><FONT color=red face="Courier New" size=2><SPAN style="FONT-SIZE: 10pt"> </SPAN></FONT></B></SPAN><FONT face=Verdana size=2><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"> <SPAN style="mso-tab-count: 2"> </SPAN><SPAN class=m1><FONT color=blue></</FONT></SPAN><SPAN class=SpellE><SPAN class=t1><FONT color=#990000>initData</FONT></SPAN></SPAN><SPAN class=m1><FONT color=blue>></FONT></SPAN><o:p></o:p></SPAN></FONT></P> <P class=MsoNormal style="TEXT-INDENT: -12pt"><SPAN class=b1><B><FONT color=red face="Courier New" size=2><SPAN style="FONT-SIZE: 10pt"> </SPAN></FONT></B></SPAN><FONT face=Verdana size=2><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"> <SPAN class=m1><FONT color=blue></</FONT></SPAN><SPAN class=t1><FONT color=#990000>invocation</FONT></SPAN><SPAN class=m1><FONT color=blue>><o:p></o:p></FONT></SPAN></SPAN></FONT></P> <P class=MsoNormal style="TEXT-INDENT: -12pt"><SPAN class=m1><FONT color=blue face=Verdana size=2><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"><o:p> </o:p></SPAN></FONT> </SPAN></P> <P class=MsoNormal style="TEXT-INDENT: -12pt"><SPAN class=m1><FONT color=blue face=Verdana size=2><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"><SPAN style="mso-tab-count: 1"> </SPAN>The data is validated with the following <SPAN class=SpellE>dtd</SPAN>:<o:p></o:p></SPAN></FONT></SPAN></P> <P class=MsoNormal style="TEXT-INDENT: -12pt"><SPAN class=m1><FONT color=blue face=Verdana size=2><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"><o:p> </o:p></SPAN></FONT> </SPAN></P> <P class=MsoNormal style="TEXT-INDENT: -12pt"><SPAN class=m1><FONT color=blue face=Verdana size=2><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"><SPAN style="mso-tab-count: 1"> </SPAN><SPAN class=GramE><?xml</SPAN > version="1.0" encoding="UTF-8"?><o:p></o:p></SPAN></FONT></SPAN></P> <P class=MsoNormal><SPAN class=GramE><SPAN class=m1><FONT color=blue face=Verdana size=2><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"><!ELEMENT</SPAN></FONT>< /SPAN></SPAN><SPAN class=m1><FONT color=blue face=Verdana size=2><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"> invocation (<SPAN class=SpellE>method,id,typeName,initData</SPAN>)><o:p></o:p></SPAN></FONT> </SPAN></P> <P class=MsoNormal><SPAN class=GramE><SPAN class=m1><FONT color=blue face=Verdana size=2><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"><!ELEMENT</SPAN></FONT>< /SPAN></SPAN><SPAN class=m1><FONT color=blue face=Verdana size=2><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"> method (#PCDATA)><o:p></o:p></SPAN></FONT></SPAN></P> <P class=MsoNormal><SPAN class=GramE><SPAN class=m1><FONT color=blue face=Verdana size=2><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"><!ELEMENT</SPAN></FONT>< /SPAN></SPAN><SPAN class=m1><FONT color=blue face=Verdana size=2><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"> id (#PCDATA)><o:p></o:p></SPAN></FONT></SPAN></P> <P class=MsoNormal><SPAN class=GramE><SPAN class=m1><FONT color=blue face=Verdana size=2><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"><!ELEMENT</SPAN></FONT>< /SPAN></SPAN><SPAN class=m1><FONT color=blue face=Verdana size=2><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"> <SPAN class=SpellE>typeName</SPAN> (#PCDATA)><o:p></o:p></SPAN></FONT></SPAN></P> <P class=MsoNormal><SPAN class=GramE><SPAN class=m1><FONT color=blue face=Verdana size=2><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"><!ELEMENT</SPAN></FONT>< /SPAN></SPAN><SPAN class=m1><FONT color=blue face=Verdana size=2><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"> <SPAN class=SpellE>initData</SPAN> (#CDATA)></SPAN></FONT></SPAN><FONT face=Verdana size=2><SPAN style="FONT-FAMILY: Verdana; FONT-SIZE: 10pt"> <o:p></o:p></SPAN></FONT></P> <P class=MsoNormal><FONT face=Arial size=2><SPAN style="FONT-FAMILY: Arial; FONT-SIZE: 10pt"><o:p> </o:p></SPAN></FONT>< /P> <P class=MsoNormal><FONT face=Arial size=2><SPAN style="FONT-FAMILY: Arial; FONT-SIZE: 10pt"><o:p> </o:p></SPAN></FONT>< /P> <P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN style="FONT-SIZE: 12pt"><o:p> </o:p></SPAN></FONT></P></DIV></BLOCKQUOTE ></BODY></HTML>
|
|
 |