Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Ws Wiki" for change 
notification.

The following page has been changed by Gayeon Yoo:
http://wiki.apache.org/ws/Mirae/Core

------------------------------------------------------------------------------
   * I think that modified StAX API’s AttributeBase class can substitute 
implementation codes of Attribute and Location.
  ----
  
+  ---- 
+ {{{
+ 3'th July
+ }}}
+  * Started to work on the mirae SAX Parser coding [[BR]]
+  * I created interafaces and abstract Classes in SAX and StAX package.[[BR]]
+ [[BR]]
+  * I finished off reading NonValidationParser Class of SAX API.
+  ---- 
+ 
+  ----
+ {{{
+  4'th July
+ }}}
+  * I designed structures for SAX/StAX core[[BR]]
+  * I had two problem since then.[[BR]]
+       1. Problem of [SAXParserFactory] 's set/getFeature()[[BR]]
+        * SAX's set/getFeature() are exists in SAXParserFactory class.[[BR]]
+        * And StAX's set/getFeature() are exists in XMLStreamReader 
class.[[BR]]
+        * If use SAX's set/getFeature() by StAX's set/getFeature(), must have 
StreamReader instnace in SAXParserFactory.[[BR]]
+        * But, XMLStreamReader can not instantiate in SAXParserFactory.[[BR]]
+        * Because XMLStreamReader must have Reader for InputSource.[[BR]]
+ 
+       2. Unmatched problem of SAX's Locator and  Location
+ 
+  ----
+ 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to