dev@fi.java.net

StAX development

From: Joe Wang <joe.wang_at_sun.com>
Date: Mon, 10 Jan 2005 18:23:11 -0800

Here's a brief on StAX
    Last week -- checked in event/base classes.
   
    Current:
    a) StAXManager -- managing StAX features, done in a basic form, need
help to fill in the following table:
        Feature
                        Support(true/false)
        XMLInputFactory.IS_NAMESPACE_AWARE true
        XMLInputFactory.IS_VALIDATING
false
        XMLInputFactory.IS_REPLACING_ENTITY_REFERENCES false?
        XMLInputFactory.IS_SUPPORTING_EXTERNAL_ENTITIES false?
        XMLInputFactory.IS_COALESCING false
        XMLInputFactory.SUPPORT_DTD false
        XMLInputFactory.REPORTER null
        XMLInputFactory.RESOLVER, null
        XMLInputFactory.ALLOCATOR null

    b) EventReader and Factory -- implement Event iteration API,
done/need testing/not checked in
    c) DocumentParser -- add constructor StAXDocumentParser(InputStream
s) and StAXDocumentParser(InputStream s, StAXManager manager), newly
implemented methods getProperty(name),require(), getElementText(),
nextTag, isWhitespace, need to be tested/not checked in
    d) InputFactory -- discussed in the previous email
    
    e) StAXOutputFactory is the last piece before I can start some
testing with the TCK.

--Joe

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_fi.dev.java.net
For additional commands, e-mail: dev-help_at_fi.dev.java.net