Skip to Content.
Sympa Menu

xom-interest - [XOM-interest] Make DOMConverter methods public?

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Wolfgang Hoschek <Wolfgang.Hoschek AT cern.ch>
  • To: xom-interest AT lists.ibiblio.org
  • Subject: [XOM-interest] Make DOMConverter methods public?
  • Date: Thu, 17 Jul 2003 17:35:37 -0700

Hi folks,

What's the reason the DOMConverter.convert(xyz) methods are private?
It would be handy for my app to be able to convert a DOM element into a XOM element, without going through the trouble of making new documents and passing them to the public methods that work on entire documents.

private static Element convert(org.w3c.dom.Element element) {

-->

public static Element convert(org.w3c.dom.Element element) {

Any insight?
Wolfgang.





Archive powered by MHonArc 2.6.24.

Top of Page