[ 
https://issues.apache.org/jira/browse/XALANJ-2050?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Brian Minchau closed XALANJ-2050.
---------------------------------


closing this issue.

> Serializer support for DOM Level 3 APIs
> ---------------------------------------
>
>                 Key: XALANJ-2050
>                 URL: https://issues.apache.org/jira/browse/XALANJ-2050
>             Project: XalanJ2
>          Issue Type: New Feature
>          Components: DOM, Serialization
>    Affects Versions: 2.7
>            Reporter: Brian Minchau
>            Assignee: Brian Minchau
>             Fix For: 2.7.1
>
>         Attachments: dom3-ls-serializer.zip
>
>
> The serializer has a
>     Serializer ser = SerializerFactor.getSerializer(props);
> that can then be used to serialize a DOM with:
>     DOMSerializer domSerializer = ser.asDOMSerializer();
>     domSerializer.serialize(doc);
> However, the doc to be serialized must be a DOM level 2 docuement.
> The serializer should support DOM leve 3 APIs.
> We probably need a
>     ser.asDOM3Serializer();
> method on the Serializer interface which would return a DOM3Serializer object.
> I suggest that a class like DOM3TreeWalker exist internally, much like 
> TreeWalker,
> which would contain the bulk of the necessary DOM 3 API calls in its 
> serialization.
> The core of the serializer code should be unaffected.
> - Brian Minchau

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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

Reply via email to