no. it means, that no special handling is needed at the start/end of a
set of properties. see the code in
AbstractSAXEventGenerator#process(Node, int) that calls this methods.
the properties themselfs are handled in the entering(Property prop,
int level) method.

regards, toby

On 7/27/06, Nicolas <[EMAIL PROTECTED]> wrote:
Hi,

I am currently looking at the code of the exportSystemView method. On the
class called is SysViewSAXEventGenerator. In it, you find:
 /**
     * [EMAIL PROTECTED]
     */
    protected void enteringProperties(Node node, int level)
            throws RepositoryException, SAXException {
        // nop
    }

    /**
     * [EMAIL PROTECTED]
     */
    protected void leavingProperties(Node node, int level)
            throws RepositoryException, SAXException {
        // nop
    }

Does this mean properties are not exported or is it because of JR storage
model?

BR
Nico
my blog! http://www.deviant-abstraction.net !!




--
-----------------------------------------< [EMAIL PROTECTED] >---
Tobias Bocanegra, Day Management AG, Barfuesserplatz 6, CH - 4001 Basel
T +41 61 226 98 98, F +41 61 226 98 97
-----------------------------------------------< http://www.day.com >---

Reply via email to