Hi Ron,
Have a look at the
http://apache.org/xml/properties/dom/document-class-name property [1]. It
allows you to specify the name of a class that implements the Document
interface. The parser will use the Document implementation you specified
when constructing the DOM.
[1]
http://xml.apache.org/xerces2-j/properties.html#dom.document-class-name
Ron Addie <addie@xxxxxxxxxx> wrote on 06/18/2005 02:54:58 AM:
> How should one go about creating a parser which generates
> a document of a new class, ie a class which implements
> Document but not a class which already exists in the Xerces
> libraries, and which makes use of various classes also not
> in the Xerces library.
>
> I feel that it should be obvious how to do this, but I can't work
> it out from the documentation.
>
> Ron Addie
>
> >
> >
> >
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: j-users-unsubscribe@xxxxxxxxxxxxxxxxx
> For additional commands, e-mail: j-users-help@xxxxxxxxxxxxxxxxx
>
Michael Glavassevich
XML Parser Development
IBM Toronto Lab
E-mail: mrglavas@xxxxxxxxxx
E-mail: mrglavas@xxxxxxxxxx
|