[shrinkwrap-issues] [JBoss JIRA] Created: (SHRINKDESC-45) Import XML to generic Node structure should be public API

Lincoln Baxter III (JIRA) jira-events at lists.jboss.org
Wed Mar 23 18:07:48 EDT 2011


Import XML to generic Node structure should be public API
---------------------------------------------------------

                 Key: SHRINKDESC-45
                 URL: https://issues.jboss.org/browse/SHRINKDESC-45
             Project: ShrinkWrap Descriptors
          Issue Type: Feature Request
          Components: api
    Affects Versions: 0.1.5
            Reporter: Lincoln Baxter III
            Assignee: Lincoln Baxter III


XMLImporter should probably be public, and provide a few convenience methods to build an ad-hoc Node graph.

XMLImporter.asNodes(InputStream stream);
XMLImporter.asNodes(String xml);
XMLImporter.asNodes(byte[] xml);

This would make Descriptors useful as a pure XML manipulation library, and provide a nice path to entry for new users. A nice appealing feature to get people to use it in their projects.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the shrinkwrap-issues mailing list