PageRenderTime 63ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/www/tags/NOV_07_2009/htdocs/api/com/microstar/xml/XmlParser.html

#
HTML | 1369 lines | 1231 code | 127 blank | 11 comment | 0 complexity | 7009600d392779c075bc10531ce3011a MD5 | raw file
Possible License(s): BSD-3-Clause, AGPL-1.0, Apache-2.0, LGPL-2.0, LGPL-3.0, GPL-2.0, CC-BY-SA-3.0, LGPL-2.1, GPL-3.0, MPL-2.0-no-copyleft-exception, IPL-1.0

Large files files are truncated, but you can click here to view the full file

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <!--NewPage-->
  3. <HTML>
  4. <HEAD>
  5. <!-- Generated by javadoc (build 1.5.0_14) on Tue Jul 22 07:13:42 GMT-08:00 2008 -->
  6. <TITLE>
  7. XmlParser (jEdit API)
  8. </TITLE>
  9. <META NAME="keywords" CONTENT="com.microstar.xml.XmlParser class">
  10. <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
  11. <NOSCRIPT>
  12. </NOSCRIPT>
  13. </HEAD>
  14. <BODY BGCOLOR="white" >
  15. <!-- ========= START OF TOP NAVBAR ======= -->
  16. <A NAME="navbar_top"><!-- --></A>
  17. <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
  18. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  19. <TR>
  20. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  21. <A NAME="navbar_top_firstrow"><!-- --></A>
  22. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  23. <TR ALIGN="center" VALIGN="top">
  24. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  25. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  26. <TD BGCOLOR="#00008B" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  27. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/XmlParser.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
  28. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  29. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  30. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  31. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  32. </TR>
  33. </TABLE>
  34. </TD>
  35. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  36. </EM>
  37. </TD>
  38. </TR>
  39. <TR>
  40. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  41. &nbsp;<A HREF="../../../com/microstar/xml/XmlHandler.html" title="interface in com.microstar.xml"><B>PREV CLASS</B></A>&nbsp;
  42. &nbsp;NEXT CLASS</FONT></TD>
  43. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  44. <A HREF="../../../index.html?com/microstar/xml/XmlParser.html" target="_top"><B>FRAMES</B></A> &nbsp;
  45. &nbsp;<A HREF="XmlParser.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  46. &nbsp;
  47. <NOSCRIPT>
  48. <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
  49. </NOSCRIPT>
  50. </FONT></TD>
  51. </TR>
  52. <TR>
  53. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  54. SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
  55. <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  56. DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
  57. </TR>
  58. </TABLE>
  59. <A NAME="skip-navbar_top"></A>
  60. <!-- ========= END OF TOP NAVBAR ========= -->
  61. <HR>
  62. <!-- ======== START OF CLASS DATA ======== -->
  63. <H2>
  64. <FONT SIZE="-1">
  65. com.microstar.xml</FONT>
  66. <BR>
  67. Class XmlParser</H2>
  68. <PRE>
  69. java.lang.Object
  70. <IMG SRC="../../../resources/inherit.gif" ALT="extended by "><B>com.microstar.xml.XmlParser</B>
  71. </PRE>
  72. <HR>
  73. <B>Deprecated.</B>&nbsp;<I>use org.xml.sax.XMLReader</I>
  74. <P>
  75. <DL>
  76. <DT><PRE>public class <B>XmlParser</B><DT>extends java.lang.Object</DL>
  77. </PRE>
  78. <P>
  79. Parse XML documents and return parse events through call-backs.
  80. <p>You need to define a class implementing the <code>XmlHandler</code>
  81. interface: an object belonging to this class will receive the
  82. callbacks for the events. (As an alternative to implementing
  83. the full XmlHandler interface, you can simply extend the
  84. <code>HandlerBase</code> convenience class.)
  85. <p>Usage (assuming that <code>MyHandler</code> is your implementation
  86. of the <code>XmlHandler</code> interface):
  87. <pre>
  88. XmlHandler handler = new MyHandler();
  89. XmlParser parser = new XmlParser();
  90. parser.setHandler(handler);
  91. try {
  92. parser.parse("http://www.host.com/doc.xml", null);
  93. } catch (Exception e) {
  94. [do something interesting]
  95. }
  96. </pre>
  97. <p>Alternatively, you can use the standard SAX interfaces
  98. with the <code>SAXDriver</code> class as your entry point.
  99. <P>
  100. <P>
  101. <DL>
  102. <DT><B>See Also:</B><DD><A HREF="../../../com/microstar/xml/XmlHandler.html" title="interface in com.microstar.xml"><CODE>XmlHandler</CODE></A>,
  103. <A HREF="../../../com/microstar/xml/HandlerBase.html" title="class in com.microstar.xml"><CODE>HandlerBase</CODE></A>,
  104. <CODE>SAXDriver</CODE></DL>
  105. <HR>
  106. <P>
  107. <!-- =========== FIELD SUMMARY =========== -->
  108. <A NAME="field_summary"><!-- --></A>
  109. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  110. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  111. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  112. <B>Field Summary</B></FONT></TH>
  113. </TR>
  114. <TR BGCOLOR="white" CLASS="TableRowColor">
  115. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  116. <CODE>static&nbsp;int</CODE></FONT></TD>
  117. <TD><CODE><B><A HREF="../../../com/microstar/xml/XmlParser.html#ATTRIBUTE_CDATA">ATTRIBUTE_CDATA</A></B></CODE>
  118. <BR>
  119. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Constant: the attribute value is a string value.</TD>
  120. </TR>
  121. <TR BGCOLOR="white" CLASS="TableRowColor">
  122. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  123. <CODE>static&nbsp;int</CODE></FONT></TD>
  124. <TD><CODE><B><A HREF="../../../com/microstar/xml/XmlParser.html#ATTRIBUTE_DEFAULT_FIXED">ATTRIBUTE_DEFAULT_FIXED</A></B></CODE>
  125. <BR>
  126. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Constant: the attribute was declared #FIXED.</TD>
  127. </TR>
  128. <TR BGCOLOR="white" CLASS="TableRowColor">
  129. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  130. <CODE>static&nbsp;int</CODE></FONT></TD>
  131. <TD><CODE><B><A HREF="../../../com/microstar/xml/XmlParser.html#ATTRIBUTE_DEFAULT_IMPLIED">ATTRIBUTE_DEFAULT_IMPLIED</A></B></CODE>
  132. <BR>
  133. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Constant: the attribute was declared #IMPLIED.</TD>
  134. </TR>
  135. <TR BGCOLOR="white" CLASS="TableRowColor">
  136. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  137. <CODE>static&nbsp;int</CODE></FONT></TD>
  138. <TD><CODE><B><A HREF="../../../com/microstar/xml/XmlParser.html#ATTRIBUTE_DEFAULT_REQUIRED">ATTRIBUTE_DEFAULT_REQUIRED</A></B></CODE>
  139. <BR>
  140. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Constant: the attribute was declared #REQUIRED.</TD>
  141. </TR>
  142. <TR BGCOLOR="white" CLASS="TableRowColor">
  143. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  144. <CODE>static&nbsp;int</CODE></FONT></TD>
  145. <TD><CODE><B><A HREF="../../../com/microstar/xml/XmlParser.html#ATTRIBUTE_DEFAULT_SPECIFIED">ATTRIBUTE_DEFAULT_SPECIFIED</A></B></CODE>
  146. <BR>
  147. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Constant: the attribute has a literal default value specified.</TD>
  148. </TR>
  149. <TR BGCOLOR="white" CLASS="TableRowColor">
  150. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  151. <CODE>static&nbsp;int</CODE></FONT></TD>
  152. <TD><CODE><B><A HREF="../../../com/microstar/xml/XmlParser.html#ATTRIBUTE_DEFAULT_UNDECLARED">ATTRIBUTE_DEFAULT_UNDECLARED</A></B></CODE>
  153. <BR>
  154. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Constant: the attribute is not declared.</TD>
  155. </TR>
  156. <TR BGCOLOR="white" CLASS="TableRowColor">
  157. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  158. <CODE>static&nbsp;int</CODE></FONT></TD>
  159. <TD><CODE><B><A HREF="../../../com/microstar/xml/XmlParser.html#ATTRIBUTE_ENTITIES">ATTRIBUTE_ENTITIES</A></B></CODE>
  160. <BR>
  161. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Constant: the attribute value is a list of entity names.</TD>
  162. </TR>
  163. <TR BGCOLOR="white" CLASS="TableRowColor">
  164. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  165. <CODE>static&nbsp;int</CODE></FONT></TD>
  166. <TD><CODE><B><A HREF="../../../com/microstar/xml/XmlParser.html#ATTRIBUTE_ENTITY">ATTRIBUTE_ENTITY</A></B></CODE>
  167. <BR>
  168. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Constant: the attribute value is the name of an entity.</TD>
  169. </TR>
  170. <TR BGCOLOR="white" CLASS="TableRowColor">
  171. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  172. <CODE>static&nbsp;int</CODE></FONT></TD>
  173. <TD><CODE><B><A HREF="../../../com/microstar/xml/XmlParser.html#ATTRIBUTE_ENUMERATED">ATTRIBUTE_ENUMERATED</A></B></CODE>
  174. <BR>
  175. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Constant: the attribute value is a token from an enumeration.</TD>
  176. </TR>
  177. <TR BGCOLOR="white" CLASS="TableRowColor">
  178. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  179. <CODE>static&nbsp;int</CODE></FONT></TD>
  180. <TD><CODE><B><A HREF="../../../com/microstar/xml/XmlParser.html#ATTRIBUTE_ID">ATTRIBUTE_ID</A></B></CODE>
  181. <BR>
  182. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Constant: the attribute value is a unique identifier.</TD>
  183. </TR>
  184. <TR BGCOLOR="white" CLASS="TableRowColor">
  185. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  186. <CODE>static&nbsp;int</CODE></FONT></TD>
  187. <TD><CODE><B><A HREF="../../../com/microstar/xml/XmlParser.html#ATTRIBUTE_IDREF">ATTRIBUTE_IDREF</A></B></CODE>
  188. <BR>
  189. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Constant: the attribute value is a reference to a unique identifier.</TD>
  190. </TR>
  191. <TR BGCOLOR="white" CLASS="TableRowColor">
  192. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  193. <CODE>static&nbsp;int</CODE></FONT></TD>
  194. <TD><CODE><B><A HREF="../../../com/microstar/xml/XmlParser.html#ATTRIBUTE_IDREFS">ATTRIBUTE_IDREFS</A></B></CODE>
  195. <BR>
  196. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Constant: the attribute value is a list of ID references.</TD>
  197. </TR>
  198. <TR BGCOLOR="white" CLASS="TableRowColor">
  199. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  200. <CODE>static&nbsp;int</CODE></FONT></TD>
  201. <TD><CODE><B><A HREF="../../../com/microstar/xml/XmlParser.html#ATTRIBUTE_NMTOKEN">ATTRIBUTE_NMTOKEN</A></B></CODE>
  202. <BR>
  203. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Constant: the attribute value is a name token.</TD>
  204. </TR>
  205. <TR BGCOLOR="white" CLASS="TableRowColor">
  206. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  207. <CODE>static&nbsp;int</CODE></FONT></TD>
  208. <TD><CODE><B><A HREF="../../../com/microstar/xml/XmlParser.html#ATTRIBUTE_NMTOKENS">ATTRIBUTE_NMTOKENS</A></B></CODE>
  209. <BR>
  210. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Constant: the attribute value is a list of name tokens.</TD>
  211. </TR>
  212. <TR BGCOLOR="white" CLASS="TableRowColor">
  213. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  214. <CODE>static&nbsp;int</CODE></FONT></TD>
  215. <TD><CODE><B><A HREF="../../../com/microstar/xml/XmlParser.html#ATTRIBUTE_NOTATION">ATTRIBUTE_NOTATION</A></B></CODE>
  216. <BR>
  217. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Constant: the attribute is the name of a notation.</TD>
  218. </TR>
  219. <TR BGCOLOR="white" CLASS="TableRowColor">
  220. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  221. <CODE>static&nbsp;int</CODE></FONT></TD>
  222. <TD><CODE><B><A HREF="../../../com/microstar/xml/XmlParser.html#ATTRIBUTE_UNDECLARED">ATTRIBUTE_UNDECLARED</A></B></CODE>
  223. <BR>
  224. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Constant: the attribute has not been declared for this element type.</TD>
  225. </TR>
  226. <TR BGCOLOR="white" CLASS="TableRowColor">
  227. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  228. <CODE>static&nbsp;int</CODE></FONT></TD>
  229. <TD><CODE><B><A HREF="../../../com/microstar/xml/XmlParser.html#CONTENT_ANY">CONTENT_ANY</A></B></CODE>
  230. <BR>
  231. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Constant: the element has a content model of ANY.</TD>
  232. </TR>
  233. <TR BGCOLOR="white" CLASS="TableRowColor">
  234. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  235. <CODE>static&nbsp;int</CODE></FONT></TD>
  236. <TD><CODE><B><A HREF="../../../com/microstar/xml/XmlParser.html#CONTENT_ELEMENTS">CONTENT_ELEMENTS</A></B></CODE>
  237. <BR>
  238. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Constant: the element has element content.</TD>
  239. </TR>
  240. <TR BGCOLOR="white" CLASS="TableRowColor">
  241. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  242. <CODE>static&nbsp;int</CODE></FONT></TD>
  243. <TD><CODE><B><A HREF="../../../com/microstar/xml/XmlParser.html#CONTENT_EMPTY">CONTENT_EMPTY</A></B></CODE>
  244. <BR>
  245. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Constant: the element has declared content of EMPTY.</TD>
  246. </TR>
  247. <TR BGCOLOR="white" CLASS="TableRowColor">
  248. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  249. <CODE>static&nbsp;int</CODE></FONT></TD>
  250. <TD><CODE><B><A HREF="../../../com/microstar/xml/XmlParser.html#CONTENT_MIXED">CONTENT_MIXED</A></B></CODE>
  251. <BR>
  252. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Constant: the element has mixed content.</TD>
  253. </TR>
  254. <TR BGCOLOR="white" CLASS="TableRowColor">
  255. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  256. <CODE>static&nbsp;int</CODE></FONT></TD>
  257. <TD><CODE><B><A HREF="../../../com/microstar/xml/XmlParser.html#CONTENT_UNDECLARED">CONTENT_UNDECLARED</A></B></CODE>
  258. <BR>
  259. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Constant: an element has not been declared.</TD>
  260. </TR>
  261. <TR BGCOLOR="white" CLASS="TableRowColor">
  262. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  263. <CODE>static&nbsp;int</CODE></FONT></TD>
  264. <TD><CODE><B><A HREF="../../../com/microstar/xml/XmlParser.html#ENTITY_INTERNAL">ENTITY_INTERNAL</A></B></CODE>
  265. <BR>
  266. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Constant: the entity is internal.</TD>
  267. </TR>
  268. <TR BGCOLOR="white" CLASS="TableRowColor">
  269. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  270. <CODE>static&nbsp;int</CODE></FONT></TD>
  271. <TD><CODE><B><A HREF="../../../com/microstar/xml/XmlParser.html#ENTITY_NDATA">ENTITY_NDATA</A></B></CODE>
  272. <BR>
  273. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Constant: the entity is external, non-XML data.</TD>
  274. </TR>
  275. <TR BGCOLOR="white" CLASS="TableRowColor">
  276. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  277. <CODE>static&nbsp;int</CODE></FONT></TD>
  278. <TD><CODE><B><A HREF="../../../com/microstar/xml/XmlParser.html#ENTITY_TEXT">ENTITY_TEXT</A></B></CODE>
  279. <BR>
  280. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Constant: the entity is external XML data.</TD>
  281. </TR>
  282. <TR BGCOLOR="white" CLASS="TableRowColor">
  283. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  284. <CODE>static&nbsp;int</CODE></FONT></TD>
  285. <TD><CODE><B><A HREF="../../../com/microstar/xml/XmlParser.html#ENTITY_UNDECLARED">ENTITY_UNDECLARED</A></B></CODE>
  286. <BR>
  287. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Constant: the entity has not been declared.</TD>
  288. </TR>
  289. </TABLE>
  290. &nbsp;
  291. <!-- ======== CONSTRUCTOR SUMMARY ======== -->
  292. <A NAME="constructor_summary"><!-- --></A>
  293. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  294. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  295. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  296. <B>Constructor Summary</B></FONT></TH>
  297. </TR>
  298. <TR BGCOLOR="white" CLASS="TableRowColor">
  299. <TD><CODE><B><A HREF="../../../com/microstar/xml/XmlParser.html#XmlParser()">XmlParser</A></B>()</CODE>
  300. <BR>
  301. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Construct a new parser with no associated handler.</TD>
  302. </TR>
  303. </TABLE>
  304. &nbsp;
  305. <!-- ========== METHOD SUMMARY =========== -->
  306. <A NAME="method_summary"><!-- --></A>
  307. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  308. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  309. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  310. <B>Method Summary</B></FONT></TH>
  311. </TR>
  312. <TR BGCOLOR="white" CLASS="TableRowColor">
  313. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  314. <CODE>&nbsp;java.util.Enumeration</CODE></FONT></TD>
  315. <TD><CODE><B><A HREF="../../../com/microstar/xml/XmlParser.html#declaredAttributes(java.lang.String)">declaredAttributes</A></B>(java.lang.String&nbsp;elname)</CODE>
  316. <BR>
  317. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Get the declared attributes for an element type.</TD>
  318. </TR>
  319. <TR BGCOLOR="white" CLASS="TableRowColor">
  320. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  321. <CODE>&nbsp;java.util.Enumeration</CODE></FONT></TD>
  322. <TD><CODE><B><A HREF="../../../com/microstar/xml/XmlParser.html#declaredElements()">declaredElements</A></B>()</CODE>
  323. <BR>
  324. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Get the declared elements for an XML document.</TD>
  325. </TR>
  326. <TR BGCOLOR="white" CLASS="TableRowColor">
  327. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  328. <CODE>&nbsp;java.util.Enumeration</CODE></FONT></TD>
  329. <TD><CODE><B><A HREF="../../../com/microstar/xml/XmlParser.html#declaredEntities()">declaredEntities</A></B>()</CODE>
  330. <BR>
  331. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Get declared entities.</TD>
  332. </TR>
  333. <TR BGCOLOR="white" CLASS="TableRowColor">
  334. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  335. <CODE>&nbsp;java.util.Enumeration</CODE></FONT></TD>
  336. <TD><CODE><B><A HREF="../../../com/microstar/xml/XmlParser.html#declaredNotations()">declaredNotations</A></B>()</CODE>
  337. <BR>
  338. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Get declared notations.</TD>
  339. </TR>
  340. <TR BGCOLOR="white" CLASS="TableRowColor">
  341. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  342. <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
  343. <TD><CODE><B><A HREF="../../../com/microstar/xml/XmlParser.html#getAttributeDefaultValue(java.lang.String, java.lang.String)">getAttributeDefaultValue</A></B>(java.lang.String&nbsp;name,
  344. java.lang.String&nbsp;aname)</CODE>
  345. <BR>
  346. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Retrieve the default value of a declared attribute.</TD>
  347. </TR>
  348. <TR BGCOLOR="white" CLASS="TableRowColor">
  349. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  350. <CODE>&nbsp;int</CODE></FONT></TD>
  351. <TD><CODE><B><A HREF="../../../com/microstar/xml/XmlParser.html#getAttributeDefaultValueType(java.lang.String, java.lang.String)">getAttributeDefaultValueType</A></B>(java.lang.String&nbsp;name,
  352. java.lang.String&nbsp;aname)</CODE>
  353. <BR>
  354. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Retrieve the default value type of a declared attribute.</TD>
  355. </TR>
  356. <TR BGCOLOR="white" CLASS="TableRowColor">
  357. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  358. <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
  359. <TD><CODE><B><A HREF="../../../com/microstar/xml/XmlParser.html#getAttributeEnumeration(java.lang.String, java.lang.String)">getAttributeEnumeration</A></B>(java.lang.String&nbsp;name,
  360. java.lang.String&nbsp;aname)</CODE>
  361. <BR>
  362. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Retrieve the allowed values for an enumerated attribute type.</TD>
  363. </TR>
  364. <TR BGCOLOR="white" CLASS="TableRowColor">
  365. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  366. <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
  367. <TD><CODE><B><A HREF="../../../com/microstar/xml/XmlParser.html#getAttributeExpandedValue(java.lang.String, java.lang.String)">getAttributeExpandedValue</A></B>(java.lang.String&nbsp;name,
  368. java.lang.String&nbsp;aname)</CODE>
  369. <BR>
  370. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Retrieve the expanded value of a declared attribute.</TD>
  371. </TR>
  372. <TR BGCOLOR="white" CLASS="TableRowColor">
  373. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  374. <CODE>&nbsp;int</CODE></FONT></TD>
  375. <TD><CODE><B><A HREF="../../../com/microstar/xml/XmlParser.html#getAttributeType(java.lang.String, java.lang.String)">getAttributeType</A></B>(java.lang.String&nbsp;name,
  376. java.lang.String&nbsp;aname)</CODE>
  377. <BR>
  378. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Retrieve the declared type of an attribute.</TD>
  379. </TR>
  380. <TR BGCOLOR="white" CLASS="TableRowColor">
  381. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  382. <CODE>&nbsp;int</CODE></FONT></TD>
  383. <TD><CODE><B><A HREF="../../../com/microstar/xml/XmlParser.html#getColumnNumber()">getColumnNumber</A></B>()</CODE>
  384. <BR>
  385. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Return the current column number.</TD>
  386. </TR>
  387. <TR BGCOLOR="white" CLASS="TableRowColor">
  388. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  389. <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
  390. <TD><CODE><B><A HREF="../../../com/microstar/xml/XmlParser.html#getElementContentModel(java.lang.String)">getElementContentModel</A></B>(java.lang.String&nbsp;name)</CODE>
  391. <BR>
  392. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Look up the content model of an element.</TD>
  393. </TR>
  394. <TR BGCOLOR="white" CLASS="TableRowColor">
  395. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  396. <CODE>&nbsp;int</CODE></FONT></TD>
  397. <TD><CODE><B><A HREF="../../../com/microstar/xml/XmlParser.html#getElementContentType(java.lang.String)">getElementContentType</A></B>(java.lang.String&nbsp;name)</CODE>
  398. <BR>
  399. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Look up the content type of an element.</TD>
  400. </TR>
  401. <TR BGCOLOR="white" CLASS="TableRowColor">
  402. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  403. <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
  404. <TD><CODE><B><A HREF="../../../com/microstar/xml/XmlParser.html#getEntityNotationName(java.lang.String)">getEntityNotationName</A></B>(java.lang.String&nbsp;eName)</CODE>
  405. <BR>
  406. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Get the notation name associated with an NDATA entity.</TD>
  407. </TR>
  408. <TR BGCOLOR="white" CLASS="TableRowColor">
  409. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  410. <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
  411. <TD><CODE><B><A HREF="../../../com/microstar/xml/XmlParser.html#getEntityPublicId(java.lang.String)">getEntityPublicId</A></B>(java.lang.String&nbsp;ename)</CODE>
  412. <BR>
  413. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Return an external entity's public identifier, if any.</TD>
  414. </TR>
  415. <TR BGCOLOR="white" CLASS="TableRowColor">
  416. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  417. <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
  418. <TD><CODE><B><A HREF="../../../com/microstar/xml/XmlParser.html#getEntitySystemId(java.lang.String)">getEntitySystemId</A></B>(java.lang.String&nbsp;ename)</CODE>
  419. <BR>
  420. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Return an external entity's system identifier.</TD>
  421. </TR>
  422. <TR BGCOLOR="white" CLASS="TableRowColor">
  423. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  424. <CODE>&nbsp;int</CODE></FONT></TD>
  425. <TD><CODE><B><A HREF="../../../com/microstar/xml/XmlParser.html#getEntityType(java.lang.String)">getEntityType</A></B>(java.lang.String&nbsp;ename)</CODE>
  426. <BR>
  427. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Find the type of an entity.</TD>
  428. </TR>
  429. <TR BGCOLOR="white" CLASS="TableRowColor">
  430. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  431. <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
  432. <TD><CODE><B><A HREF="../../../com/microstar/xml/XmlParser.html#getEntityValue(java.lang.String)">getEntityValue</A></B>(java.lang.String&nbsp;ename)</CODE>
  433. <BR>
  434. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Return the value of an internal entity.</TD>
  435. </TR>
  436. <TR BGCOLOR="white" CLASS="TableRowColor">
  437. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  438. <CODE>&nbsp;int</CODE></FONT></TD>
  439. <TD><CODE><B><A HREF="../../../com/microstar/xml/XmlParser.html#getLineNumber()">getLineNumber</A></B>()</CODE>
  440. <BR>
  441. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Return the current line number.</TD>
  442. </TR>
  443. <TR BGCOLOR="white" CLASS="TableRowColor">
  444. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  445. <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
  446. <TD><CODE><B><A HREF="../../../com/microstar/xml/XmlParser.html#getNotationPublicId(java.lang.String)">getNotationPublicId</A></B>(java.lang.String&nbsp;nname)</CODE>
  447. <BR>
  448. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Look up the public identifier for a notation.</TD>
  449. </TR>
  450. <TR BGCOLOR="white" CLASS="TableRowColor">
  451. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  452. <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
  453. <TD><CODE><B><A HREF="../../../com/microstar/xml/XmlParser.html#getNotationSystemId(java.lang.String)">getNotationSystemId</A></B>(java.lang.String&nbsp;nname)</CODE>
  454. <BR>
  455. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Look up the system identifier for a notation.</TD>
  456. </TR>
  457. <TR BGCOLOR="white" CLASS="TableRowColor">
  458. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  459. <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
  460. <TD><CODE><B><A HREF="../../../com/microstar/xml/XmlParser.html#intern(char[], int, int)">intern</A></B>(char[]&nbsp;ch,
  461. int&nbsp;start,
  462. int&nbsp;length)</CODE>
  463. <BR>
  464. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Create an internalised string from a character array.</TD>
  465. </TR>
  466. <TR BGCOLOR="white" CLASS="TableRowColor">
  467. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  468. <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
  469. <TD><CODE><B><A HREF="../../../com/microstar/xml/XmlParser.html#intern(java.lang.String)">intern</A></B>(java.lang.String&nbsp;s)</CODE>
  470. <BR>
  471. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Return an internalised version of a string.</TD>
  472. </TR>
  473. <TR BGCOLOR="white" CLASS="TableRowColor">
  474. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  475. <CODE>&nbsp;void</CODE></FONT></TD>
  476. <TD><CODE><B><A HREF="../../../com/microstar/xml/XmlParser.html#parse(java.lang.String, java.lang.String, java.io.InputStream, java.lang.String)">parse</A></B>(java.lang.String&nbsp;systemId,
  477. java.lang.String&nbsp;publicId,
  478. java.io.InputStream&nbsp;stream,
  479. java.lang.String&nbsp;encoding)</CODE>
  480. <BR>
  481. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Parse an XML document from a byte stream.</TD>
  482. </TR>
  483. <TR BGCOLOR="white" CLASS="TableRowColor">
  484. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  485. <CODE>&nbsp;void</CODE></FONT></TD>
  486. <TD><CODE><B><A HREF="../../../com/microstar/xml/XmlParser.html#parse(java.lang.String, java.lang.String, java.io.Reader)">parse</A></B>(java.lang.String&nbsp;systemId,
  487. java.lang.String&nbsp;publicId,
  488. java.io.Reader&nbsp;reader)</CODE>
  489. <BR>
  490. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Parse an XML document from a character stream.</TD>
  491. </TR>
  492. <TR BGCOLOR="white" CLASS="TableRowColor">
  493. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  494. <CODE>&nbsp;void</CODE></FONT></TD>
  495. <TD><CODE><B><A HREF="../../../com/microstar/xml/XmlParser.html#parse(java.lang.String, java.lang.String, java.lang.String)">parse</A></B>(java.lang.String&nbsp;systemId,
  496. java.lang.String&nbsp;publicId,
  497. java.lang.String&nbsp;encoding)</CODE>
  498. <BR>
  499. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Parse an XML document from a URI.</TD>
  500. </TR>
  501. <TR BGCOLOR="white" CLASS="TableRowColor">
  502. <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
  503. <CODE>&nbsp;void</CODE></FONT></TD>
  504. <TD><CODE><B><A HREF="../../../com/microstar/xml/XmlParser.html#setHandler(com.microstar.xml.XmlHandler)">setHandler</A></B>(<A HREF="../../../com/microstar/xml/XmlHandler.html" title="interface in com.microstar.xml">XmlHandler</A>&nbsp;handler)</CODE>
  505. <BR>
  506. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;Set the handler that will receive parsing events.</TD>
  507. </TR>
  508. </TABLE>
  509. &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
  510. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  511. <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
  512. <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
  513. </TR>
  514. <TR BGCOLOR="white" CLASS="TableRowColor">
  515. <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
  516. </TR>
  517. </TABLE>
  518. &nbsp;
  519. <P>
  520. <!-- ============ FIELD DETAIL =========== -->
  521. <A NAME="field_detail"><!-- --></A>
  522. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  523. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  524. <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
  525. <B>Field Detail</B></FONT></TH>
  526. </TR>
  527. </TABLE>
  528. <A NAME="CONTENT_UNDECLARED"><!-- --></A><H3>
  529. CONTENT_UNDECLARED</H3>
  530. <PRE>
  531. public static final int <B>CONTENT_UNDECLARED</B></PRE>
  532. <DL>
  533. <DD><B>Deprecated.</B>&nbsp;<DD>Constant: an element has not been declared.
  534. <P>
  535. <DL>
  536. <DT><B>See Also:</B><DD><A HREF="../../../com/microstar/xml/XmlParser.html#getElementContentType(java.lang.String)"><CODE>getElementContentType(java.lang.String)</CODE></A>,
  537. <A HREF="../../../constant-values.html#com.microstar.xml.XmlParser.CONTENT_UNDECLARED">Constant Field Values</A></DL>
  538. </DL>
  539. <HR>
  540. <A NAME="CONTENT_ANY"><!-- --></A><H3>
  541. CONTENT_ANY</H3>
  542. <PRE>
  543. public static final int <B>CONTENT_ANY</B></PRE>
  544. <DL>
  545. <DD><B>Deprecated.</B>&nbsp;<DD>Constant: the element has a content model of ANY.
  546. <P>
  547. <DL>
  548. <DT><B>See Also:</B><DD><A HREF="../../../com/microstar/xml/XmlParser.html#getElementContentType(java.lang.String)"><CODE>getElementContentType(java.lang.String)</CODE></A>,
  549. <A HREF="../../../constant-values.html#com.microstar.xml.XmlParser.CONTENT_ANY">Constant Field Values</A></DL>
  550. </DL>
  551. <HR>
  552. <A NAME="CONTENT_EMPTY"><!-- --></A><H3>
  553. CONTENT_EMPTY</H3>
  554. <PRE>
  555. public static final int <B>CONTENT_EMPTY</B></PRE>
  556. <DL>
  557. <DD><B>Deprecated.</B>&nbsp;<DD>Constant: the element has declared content of EMPTY.
  558. <P>
  559. <DL>
  560. <DT><B>See Also:</B><DD><A HREF="../../../com/microstar/xml/XmlParser.html#getElementContentType(java.lang.String)"><CODE>getElementContentType(java.lang.String)</CODE></A>,
  561. <A HREF="../../../constant-values.html#com.microstar.xml.XmlParser.CONTENT_EMPTY">Constant Field Values</A></DL>
  562. </DL>
  563. <HR>
  564. <A NAME="CONTENT_MIXED"><!-- --></A><H3>
  565. CONTENT_MIXED</H3>
  566. <PRE>
  567. public static final int <B>CONTENT_MIXED</B></PRE>
  568. <DL>
  569. <DD><B>Deprecated.</B>&nbsp;<DD>Constant: the element has mixed content.
  570. <P>
  571. <DL>
  572. <DT><B>See Also:</B><DD><A HREF="../../../com/microstar/xml/XmlParser.html#getElementContentType(java.lang.String)"><CODE>getElementContentType(java.lang.String)</CODE></A>,
  573. <A HREF="../../../constant-values.html#com.microstar.xml.XmlParser.CONTENT_MIXED">Constant Field Values</A></DL>
  574. </DL>
  575. <HR>
  576. <A NAME="CONTENT_ELEMENTS"><!-- --></A><H3>
  577. CONTENT_ELEMENTS</H3>
  578. <PRE>
  579. public static final int <B>CONTENT_ELEMENTS</B></PRE>
  580. <DL>
  581. <DD><B>Deprecated.</B>&nbsp;<DD>Constant: the element has element content.
  582. <P>
  583. <DL>
  584. <DT><B>See Also:</B><DD><A HREF="../../../com/microstar/xml/XmlParser.html#getElementContentType(java.lang.String)"><CODE>getElementContentType(java.lang.String)</CODE></A>,
  585. <A HREF="../../../constant-values.html#com.microstar.xml.XmlParser.CONTENT_ELEMENTS">Constant Field Values</A></DL>
  586. </DL>
  587. <HR>
  588. <A NAME="ENTITY_UNDECLARED"><!-- --></A><H3>
  589. ENTITY_UNDECLARED</H3>
  590. <PRE>
  591. public static final int <B>ENTITY_UNDECLARED</B></PRE>
  592. <DL>
  593. <DD><B>Deprecated.</B>&nbsp;<DD>Constant: the entity has not been declared.
  594. <P>
  595. <DL>
  596. <DT><B>See Also:</B><DD><A HREF="../../../com/microstar/xml/XmlParser.html#getEntityType(java.lang.String)"><CODE>getEntityType(java.lang.String)</CODE></A>,
  597. <A HREF="../../../constant-values.html#com.microstar.xml.XmlParser.ENTITY_UNDECLARED">Constant Field Values</A></DL>
  598. </DL>
  599. <HR>
  600. <A NAME="ENTITY_INTERNAL"><!-- --></A><H3>
  601. ENTITY_INTERNAL</H3>
  602. <PRE>
  603. public static final int <B>ENTITY_INTERNAL</B></PRE>
  604. <DL>
  605. <DD><B>Deprecated.</B>&nbsp;<DD>Constant: the entity is internal.
  606. <P>
  607. <DL>
  608. <DT><B>See Also:</B><DD><A HREF="../../../com/microstar/xml/XmlParser.html#getEntityType(java.lang.String)"><CODE>getEntityType(java.lang.String)</CODE></A>,
  609. <A HREF="../../../constant-values.html#com.microstar.xml.XmlParser.ENTITY_INTERNAL">Constant Field Values</A></DL>
  610. </DL>
  611. <HR>
  612. <A NAME="ENTITY_NDATA"><!-- --></A><H3>
  613. ENTITY_NDATA</H3>
  614. <PRE>
  615. public static final int <B>ENTITY_NDATA</B></PRE>
  616. <DL>
  617. <DD><B>Deprecated.</B>&nbsp;<DD>Constant: the entity is external, non-XML data.
  618. <P>
  619. <DL>
  620. <DT><B>See Also:</B><DD><A HREF="../../../com/microstar/xml/XmlParser.html#getEntityType(java.lang.String)"><CODE>getEntityType(java.lang.String)</CODE></A>,
  621. <A HREF="../../../constant-values.html#com.microstar.xml.XmlParser.ENTITY_NDATA">Constant Field Values</A></DL>
  622. </DL>
  623. <HR>
  624. <A NAME="ENTITY_TEXT"><!-- --></A><H3>
  625. ENTITY_TEXT</H3>
  626. <PRE>
  627. public static final int <B>ENTITY_TEXT</B></PRE>
  628. <DL>
  629. <DD><B>Deprecated.</B>&nbsp;<DD>Constant: the entity is external XML data.
  630. <P>
  631. <DL>
  632. <DT><B>See Also:</B><DD><A HREF="../../../com/microstar/xml/XmlParser.html#getEntityType(java.lang.String)"><CODE>getEntityType(java.lang.String)</CODE></A>,
  633. <A HREF="../../../constant-values.html#com.microstar.xml.XmlParser.ENTITY_TEXT">Constant Field Values</A></DL>
  634. </DL>
  635. <HR>
  636. <A NAME="ATTRIBUTE_UNDECLARED"><!-- --></A><H3>
  637. ATTRIBUTE_UNDECLARED</H3>
  638. <PRE>
  639. public static final int <B>ATTRIBUTE_UNDECLARED</B></PRE>
  640. <DL>
  641. <DD><B>Deprecated.</B>&nbsp;<DD>Constant: the attribute has not been declared for this element type.
  642. <P>
  643. <DL>
  644. <DT><B>See Also:</B><DD><A HREF="../../../com/microstar/xml/XmlParser.html#getAttributeType(java.lang.String, java.lang.String)"><CODE>getAttributeType(java.lang.String, java.lang.String)</CODE></A>,
  645. <A HREF="../../../constant-values.html#com.microstar.xml.XmlParser.ATTRIBUTE_UNDECLARED">Constant Field Values</A></DL>
  646. </DL>
  647. <HR>
  648. <A NAME="ATTRIBUTE_CDATA"><!-- --></A><H3>
  649. ATTRIBUTE_CDATA</H3>
  650. <PRE>
  651. public static final int <B>ATTRIBUTE_CDATA</B></PRE>
  652. <DL>
  653. <DD><B>Deprecated.</B>&nbsp;<DD>Constant: the attribute value is a string value.
  654. <P>
  655. <DL>
  656. <DT><B>See Also:</B><DD><A HREF="../../../com/microstar/xml/XmlParser.html#getAttributeType(java.lang.String, java.lang.String)"><CODE>getAttributeType(java.lang.String, java.lang.String)</CODE></A>,
  657. <A HREF="../../../constant-values.html#com.microstar.xml.XmlParser.ATTRIBUTE_CDATA">Constant Field Values</A></DL>
  658. </DL>
  659. <HR>
  660. <A NAME="ATTRIBUTE_ID"><!-- --></A><H3>
  661. ATTRIBUTE_ID</H3>
  662. <PRE>
  663. public static final int <B>ATTRIBUTE_ID</B></PRE>
  664. <DL>
  665. <DD><B>Deprecated.</B>&nbsp;<DD>Constant: the attribute value is a unique identifier.
  666. <P>
  667. <DL>
  668. <DT><B>See Also:</B><DD><A HREF="../../../com/microstar/xml/XmlParser.html#getAttributeType(java.lang.String, java.lang.String)"><CODE>getAttributeType(java.lang.String, java.lang.String)</CODE></A>,
  669. <A HREF="../../../constant-values.html#com.microstar.xml.XmlParser.ATTRIBUTE_ID">Constant Field Values</A></DL>
  670. </DL>
  671. <HR>
  672. <A NAME="ATTRIBUTE_IDREF"><!-- --></A><H3>
  673. ATTRIBUTE_IDREF</H3>
  674. <PRE>
  675. public static final int <B>ATTRIBUTE_IDREF</B></PRE>
  676. <DL>
  677. <DD><B>Deprecated.</B>&nbsp;<DD>Constant: the attribute value is a reference to a unique identifier.
  678. <P>
  679. <DL>
  680. <DT><B>See Also:</B><DD><A HREF="../../../com/microstar/xml/XmlParser.html#getAttributeType(java.lang.String, java.lang.String)"><CODE>getAttributeType(java.lang.String, java.lang.String)</CODE></A>,
  681. <A HREF="../../../constant-values.html#com.microstar.xml.XmlParser.ATTRIBUTE_IDREF">Constant Field Values</A></DL>
  682. </DL>
  683. <HR>
  684. <A NAME="ATTRIBUTE_IDREFS"><!-- --></A><H3>
  685. ATTRIBUTE_IDREFS</H3>
  686. <PRE>
  687. public static final int <B>ATTRIBUTE_IDREFS</B></PRE>
  688. <DL>
  689. <DD><B>Deprecated.</B>&nbsp;<DD>Constant: the attribute value is a list of ID references.
  690. <P>
  691. <DL>
  692. <DT><B>See Also:</B><DD><A HREF="../../../com/microstar/xml/XmlParser.html#getAttributeType(java.lang.String, java.lang.String)"><CODE>getAttributeType(java.lang.String, java.lang.String)</CODE></A>,
  693. <A HREF="../../../constant-values.html#com.microstar.xml.XmlParser.ATTRIBUTE_IDREFS">Constant Field Values</A></DL>
  694. </DL>
  695. <HR>
  696. <A NAME="ATTRIBUTE_ENTITY"><!-- --></A><H3>
  697. ATTRIBUTE_ENTITY</H3>
  698. <PRE>
  699. public static final int <B>ATTRIBUTE_ENTITY</B></PRE>
  700. <DL>
  701. <DD><B>Deprecated.</B>&nbsp;<DD>Constant: the attribute value is the name of an entity.
  702. <P>
  703. <DL>
  704. <DT><B>See Also:</B><DD><A HREF="../../../com/microstar/xml/XmlParser.html#getAttributeType(java.lang.String, java.lang.String)"><CODE>getAttributeType(java.lang.String, java.lang.String)</CODE></A>,
  705. <A HREF="../../../constant-values.html#com.microstar.xml.XmlParser.ATTRIBUTE_ENTITY">Constant Field Values</A></DL>
  706. </DL>
  707. <HR>
  708. <A NAME="ATTRIBUTE_ENTITIES"><!-- --></A><H3>
  709. ATTRIBUTE_ENTITIES</H3>
  710. <PRE>
  711. public static final int <B>ATTRIBUTE_ENTITIES</B></PRE>
  712. <DL>
  713. <DD><B>Deprecated.</B>&nbsp;<DD>Constant: the attribute value is a list of entity names.
  714. <P>
  715. <DL>
  716. <DT><B>See Also:</B><DD><A HREF="../../../com/microstar/xml/XmlParser.html#getAttributeType(java.lang.String, java.lang.String)"><CODE>getAttributeType(java.lang.String, java.lang.String)</CODE></A>,
  717. <A HREF="../../../constant-values.html#com.microstar.xml.XmlParser.ATTRIBUTE_ENTITIES">Constant Field Values</A></DL>
  718. </DL>
  719. <HR>
  720. <A NAME="ATTRIBUTE_NMTOKEN"><!-- --></A><H3>
  721. ATTRIBUTE_NMTOKEN</H3>
  722. <PRE>
  723. public static final int <B>ATTRIBUTE_NMTOKEN</B></PRE>
  724. <DL>
  725. <DD><B>Deprecated.</B>&nbsp;<DD>Constant: the attribute value is a name token.
  726. <P>
  727. <DL>
  728. <DT><B>See Also:</B><DD><A HREF="../../../com/microstar/xml/XmlParser.html#getAttributeType(java.lang.String, java.lang.String)"><CODE>getAttributeType(java.lang.String, java.lang.String)</CODE></A>,
  729. <A HREF="../../../constant-values.html#com.microstar.xml.XmlParser.ATTRIBUTE_NMTOKEN">Constant Field Values</A></DL>
  730. </DL>
  731. <HR>
  732. <A NAME="ATTRIBUTE_NMTOKENS"><!-- --></A><H3>
  733. ATTRIBUTE_NMTOKENS</H3>
  734. <PRE>
  735. public static final int <B>ATTRIBUTE_NMTOKENS</B></PRE>
  736. <DL>
  737. <DD><B>Deprecated.</B>&nbsp;<DD>Constant: the attribute value is a list of name tokens.
  738. <P>
  739. <DL>
  740. <DT><B>See Also:</B><DD><A HREF="../../../com/microstar/xml/XmlParser.html#getAttributeType(java.lang.String, java.lang.String)"><CODE>getAttributeType(java.lang.String, java.lang.String)</CODE></A>,
  741. <A HREF="../../../constant-values.html#com.microstar.xml.XmlParser.ATTRIBUTE_NMTOKENS">Constant Field Values</A></DL>
  742. </DL>
  743. <HR>
  744. <A NAME="ATTRIBUTE_ENUMERATED"><!-- --></A><H3>
  745. ATTRIBUTE_ENUMERATED</H3>
  746. <PRE>
  747. public static final int <B>ATTRIBUTE_ENUMERATED</B></PRE>
  748. <DL>
  749. <DD><B>Deprecated.</B>&nbsp;<DD>Constant: the attribute value is a token from an enumeration.
  750. <P>
  751. <DL>
  752. <DT><B>See Also:</B><DD><A HREF="../../../com/microstar/xml/XmlParser.html#getAttributeType(java.lang.String, java.lang.String)"><CODE>getAttributeType(java.lang.String, java.lang.String)</CODE></A>,
  753. <A HREF="../../../constant-values.html#com.microstar.xml.XmlParser.ATTRIBUTE_ENUMERATED">Constant Field Values</A></DL>
  754. </DL>
  755. <HR>
  756. <A NAME="ATTRIBUTE_NOTATION"><!-- --></A><H3>
  757. ATTRIBUTE_NOTATION</H3>
  758. <PRE>
  759. public static final int <B>ATTRIBUTE_NOTATION</B></PRE>
  760. <DL>
  761. <DD><B>Deprecated.</B>&nbsp;<DD>Constant: the attribute is the name of a notation.
  762. <P>
  763. <DL>
  764. <DT><B>See Also:</B><DD><A HREF="../../../com/microstar/xml/XmlParser.html#getAttributeType(java.lang.String, java.lang.String)"><CODE>getAttributeType(java.lang.String, java.lang.String)</CODE></A>,
  765. <A HREF="../../../constant-values.html#com.microstar.xml.XmlParser.ATTRIBUTE_NOTATION">Constant Field Values</A></DL>
  766. </DL>
  767. <HR>
  768. <A NAME="ATTRIBUTE_DEFAULT_UNDECLARED"><!-- --></A><H3>
  769. ATTRIBUTE_DEFAULT_UNDECLARED</H3>
  770. <PRE>
  771. public static final int <B>ATTRIBUTE_DEFAULT_UNDECLARED</B></PRE>
  772. <DL>
  773. <DD><B>Deprecated.</B>&nbsp;<DD>Constant: the attribute is not declared.
  774. <P>
  775. <DL>
  776. <DT><B>See Also:</B><DD><A HREF="../../../com/microstar/xml/XmlParser.html#getAttributeDefaultValueType(java.lang.String, java.lang.String)"><CODE>getAttributeDefaultValueType(java.lang.String, java.lang.String)</CODE></A>,
  777. <A HREF="../../../constant-values.html#com.microstar.xml.XmlParser.ATTRIBUTE_DEFAULT_UNDECLARED">Constant Field Values</A></DL>
  778. </DL>
  779. <HR>
  780. <A NAME="ATTRIBUTE_DEFAULT_SPECIFIED"><!-- --></A><H3>
  781. ATTRIBUTE_DEFAULT_SPECIFIED</H3>
  782. <PRE>
  783. public static final int <B>ATTRIBUTE_DEFAULT_SPECIFIED</B></PRE>
  784. <DL>
  785. <DD><B>Deprecated.</B>&nbsp;<DD>Constant: the attribute has a literal default value specified.
  786. <P>
  787. <DL>
  788. <DT><B>See Also:</B><DD><A HREF="../../../com/microstar/xml/XmlParser.html#getAttributeDefaultValueType(java.lang.String, java.lang.String)"><CODE>getAttributeDefaultValueType(java.lang.String, java.lang.String)</CODE></A>,
  789. <A HREF="../../../com/microstar/xml/XmlParser.html#getAttributeDefaultValue(java.lang.String, java.lang.String)"><CODE>getAttributeDefaultValue(java.lang.String, java.lang.String)</CODE></A>,
  790. <A HREF="../../../constant-values.html#com.microstar.xml.XmlParser.ATTRIBUTE_DEFAULT_SPECIFIED">Constant Field Values</A></DL>
  791. </DL>
  792. <HR>
  793. <A NAME="ATTRIBUTE_DEFAULT_IMPLIED"><!-- --></A><H3>
  794. ATTRIBUTE_DEFAULT_IMPLIED</H3>
  795. <PRE>
  796. public static final int <B>ATTRIBUTE_DEFAULT_IMPLIED</B></PRE>
  797. <DL>
  798. <DD><B>Deprecated.</B>&nbsp;<DD>Constant: the attribute was declared #IMPLIED.
  799. <P>
  800. <DL>
  801. <DT><B>See Also:</B><DD><A HREF="../../../com/microstar/xml/XmlParser.html#getAttributeDefaultValueType(java.lang.String, java.lang.String)"><CODE>getAttributeDefaultValueType(java.lang.String, java.lang.String)</CODE></A>,
  802. <A HREF="../../../constant-values.html#com.microstar.xml.XmlParser.ATTRIBUTE_DEFAULT_IMPLIED">Constant Field Values</A></DL>
  803. </DL>
  804. <HR>
  805. <A NAME="ATTRIBUTE_DEFAULT_REQUIRED"><!-- --></A><H3>
  806. ATTRIBUTE_DEFAULT_REQUIRED</H3>
  807. <PRE>
  808. public static final int <B>ATTRIBUTE_DEFAULT_REQUIRED</B></PRE>
  809. <DL>
  810. <DD><B>Deprecated.</B>&nbsp;<DD>Constant: the attribute was declared #REQUIRED.
  811. <P>
  812. <DL>
  813. <DT><B>See Also:</B><DD><A HREF="../../../com/microstar/xml/XmlParser.html#getAttributeDefaultValueType(java.lang.String, java.lang.String)"><CODE>getAttributeDefaultValueType(java.lang.String, java.lang.String)</CODE></A>,
  814. <A HREF="../../../constant-values.html#com.microstar.xml.XmlParser.ATTRIBUTE_DEFAULT_REQUIRED">Constant Field Values</A></DL>
  815. </DL>
  816. <HR>
  817. <A NAME="ATTRIBUTE_DEFAULT_FIXED"><!-- --></A><H3>
  818. ATTRIBUTE_DEFAULT_FIXED</H3>
  819. <PRE>
  820. public static final int <B>ATTRIBUTE_DEFAULT_FIXED</B></PRE>
  821. <DL>
  822. <DD><B>Deprecated.</B>&nbsp;<DD>Constant: the attribute was declared #FIXED.
  823. <P>
  824. <DL>
  825. <DT><B>See Also:</B><DD><A HREF="../../../com/microstar/xml/XmlParser.html#getAttributeDefaultValueType(java.lang.String, java.lang.String)"><CODE>getAttributeDefaultValueType(java.lang.String, java.lang.String)</CODE></A>,
  826. <A HREF="../../../com/microstar/xml/XmlParser.html#getAttributeDefaultValue(java.lang.String, java.lang.String)"><CODE>getAttributeDefaultValue(java.lang.String, java.lang.String)</CODE></A>,
  827. <A HREF="../../../constant-values.html#com.microstar.xml.XmlParser.ATTRIBUTE_DEFAULT_FIXED">Constant Field Values</A></DL>
  828. </DL>
  829. <!-- ========= CONSTRUCTOR DETAIL ======== -->
  830. <A NAME="constructor_detail"><!-- --></A>
  831. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  832. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  833. <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
  834. <B>Constructor Detail</B></FONT></TH>
  835. </TR>
  836. </TABLE>
  837. <A NAME="XmlParser()"><!-- --></A><H3>
  838. XmlParser</H3>
  839. <PRE>
  840. public <B>XmlParser</B>()</PRE>
  841. <DL>
  842. <DD><B>Deprecated.</B>&nbsp;<DD>Construct a new parser with no associated handler.
  843. <P>
  844. <DL>
  845. <DT><B>See Also:</B><DD><A HREF="../../../com/microstar/xml/XmlParser.html#setHandler(com.microstar.xml.XmlHandler)"><CODE>setHandler(com.microstar.xml.XmlHandler)</CODE></A>,
  846. <A HREF="../../../com/microstar/xml/XmlParser.html#parse(java.lang.String, java.lang.String, java.lang.String)"><CODE>parse(java.lang.String, java.lang.String, java.lang.String)</CODE></A></DL>
  847. </DL>
  848. <!-- ============ METHOD DETAIL ========== -->
  849. <A NAME="method_detail"><!-- --></A>
  850. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  851. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  852. <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
  853. <B>Method Detail</B></FONT></TH>
  854. </TR>
  855. </TABLE>
  856. <A NAME="setHandler(com.microstar.xml.XmlHandler)"><!-- --></A><H3>
  857. setHandler</H3>
  858. <PRE>
  859. public void <B>setHandler</B>(<A HREF="../../../com/microstar/xml/XmlHandler.html" title="interface in com.microstar.xml">XmlHandler</A>&nbsp;handler)</PRE>
  860. <DL>
  861. <DD><B>Deprecated.</B>&nbsp;<DD>Set the handler that will receive parsing events.
  862. <P>
  863. <DD><DL>
  864. <DT><B>Parameters:</B><DD><CODE>handler</CODE> - The handler to receive callback events.<DT><B>See Also:</B><DD><A HREF="../../../com/microstar/xml/XmlParser.html#parse(java.lang.String, java.lang.String, java.lang.String)"><CODE>parse(java.lang.String, java.lang.String, java.lang.String)</CODE></A>,
  865. <A HREF="../../../com/microstar/xml/XmlHandler.html" title="interface in com.microstar.xml"><CODE>XmlHandler</CODE></A></DL>
  866. </DD>
  867. </DL>
  868. <HR>
  869. <A NAME="parse(java.lang.String, java.lang.String, java.lang.String)"><!-- --></A><H3>
  870. parse</H3>
  871. <PRE>
  872. public void <B>parse</B>(java.lang.String&nbsp;systemId,
  873. java.lang.String&nbsp;publicId,
  874. java.lang.String&nbsp;encoding)
  875. throws java.lang.Exception</PRE>
  876. <DL>
  877. <DD><B>Deprecated.</B>&nbsp;<DD>Parse an XML document from a URI.
  878. <p>You may parse a document more than once, but only one thread
  879. may call this method for an object at one time.
  880. <P>
  881. <DD><DL>
  882. <DT><B>Parameters:</B><DD><CODE>systemId</CODE> - The URI of the document.<DD><CODE>publicId</CODE> - The public identifier of the document, or null.<DD><CODE>encoding</CODE> - The suggested encoding, or null if unknown.
  883. <DT><B>Throws:</B>
  884. <DD><CODE>java.lang.Exception</CODE> - Any exception thrown by your
  885. own handlers, or any derivation of java.io.IOException
  886. thrown by the parser itself.</DL>
  887. </DD>
  888. </DL>
  889. <HR>
  890. <A NAME="parse(java.lang.String, java.lang.String, java.io.InputStream, java.lang.String)"><!-- --></A><H3>
  891. parse</H3>
  892. <PRE>
  893. public void <B>parse</B>(java.lang.String&nbsp;systemId,
  894. java.lang.String&nbsp;publicId,
  895. java.io.InputStream&nbsp;stream,
  896. java.lang.String&nbsp;encoding)
  897. throws java.lang.Exception</PRE>
  898. <DL>
  899. <DD><B>Deprecated.</B>&nbsp;<DD>Parse an XML document from a byte stream.
  900. <p>The URI that you supply will become the base URI for
  901. resolving relative links, but &AElig;lfred will actually read
  902. the document from the supplied input stream.
  903. <p>You may parse a document more than once, but only one thread
  904. may call this method for an object at one time.
  905. <P>
  906. <DD><DL>
  907. <DT><B>Parameters:</B><DD><CODE>systemId</CODE> - The base URI of the document, or null if not
  908. known.<DD><CODE>publicId</CODE> - The public identifier of the document, or null
  909. if not known.<DD><CODE>stream</CODE> - A byte input stream.<DD><CODE>encoding</CODE> - The suggested encoding, or null if unknown.
  910. <DT><B>Throws:</B>
  911. <DD><CODE>java.lang.Exception</CODE> - Any exception thrown by your
  912. own handlers, or any derivation of java.io.IOException
  913. thrown by the parser itself.</DL>
  914. </DD>
  915. </DL>
  916. <HR>
  917. <A NAME="parse(java.lang.String, java.lang.String, java.io.Reader)"><!-- --></A><H3>
  918. parse</H3>
  919. <PRE>
  920. public void <B>parse</B>(java.lang.String&nbsp;systemId,
  921. java.lang.String&nbsp;publicId,
  922. java.io.Reader&nbsp;reader)
  923. throws java.lang.Exception</PRE>
  924. <DL>
  925. <DD><B>Deprecated.</B>&nbsp;<DD>Parse an XML document from a character stream.
  926. <p>The URI that you supply will become the base URI for
  927. resolving relative links, but &AElig;lfred will actually read
  928. the document from the supplied input stream.
  929. <p>You may parse a document more than once, but only one thread
  930. may call this method for an object at one time.
  931. <P>
  932. <DD><DL>
  933. <DT><B>Parameters:</B><DD><CODE>systemId</CODE> - The base URI of the document, or null if not
  934. known.<DD><CODE>publicId</CODE> - The public identifier of the document, or null
  935. if not known.<DD><CODE>reader</CODE> - A character stream.
  936. <DT><B>Throws:</B>
  937. <DD><CODE>java.lang.Exception</CODE> - Any exception thrown by your
  938. own handlers, or any derivation of java.io.IOException
  939. thrown by the parser itself.</DL>
  940. </DD>
  941. </DL>
  942. <HR>
  943. <A NAME="intern(java.lang.String)"><!-- --></A><H3>
  944. intern</H3>
  945. <PRE>
  946. public java.lang.String <B>intern</B>(java.lang.String&nbsp;s)</PRE>
  947. <DL>
  948. <DD><B>Deprecated.</B>&nbsp;<DD>Return an internalised version of a string.
  949. <p>&AElig;lfred uses this method to create an internalised version
  950. of all names and attribute values, so that it can test equality
  951. with <code>==</code> instead of <code>String.equals()</code>.
  952. <p>If you want to be able to test for equality in the same way,
  953. you can use this method to internalise your own strings first:
  954. <pre>
  955. String PARA = handler.intern("PARA");
  956. </pre>
  957. <p>Note that this will not return the same results as String.intern().
  958. <P>
  959. <DD><DL>
  960. <DT><B>Parameters:</B><DD><CODE>s</CODE> - The string to internalise.
  961. <DT><B>Returns:</B><DD>An internalised version of the string.<DT><B>See Also:</B><DD><A HREF="../../../com/microstar/xml/XmlParser.html#intern(char[], int, int)"><CODE>intern(cha

Large files files are truncated, but you can click here to view the full file