Hello Tom,
If the you're parsing with W3C XML Schemas then the XML Schema API [1] might provide a substitute for the functionality you are looking for. You'll need to configure the parser to get at this API from Xerces' DOM. Here's an FAQ which should help [2].
[1] http://www.w3.org/Submission/2004/SUBM-xmlschema-api-20040309/
[2] http://xml.apache.org/xerces2-j/faq-xs.html#faq-6
Züblin Thomas <[EMAIL PROTECTED]> wrote on 03/26/2004 09:22:25 AM:
> Hi Michael,
> thanx for the reply, this clears up alot of things. Now i know, that i can't
> use this package.
> Do you know by chance if there is a substitute for the functionality
> provided by this package? things like
> getChildElements() (Returns an NodeList containing the possible Element
> names that can appear as children of this type of element.) would be really
> useful for me.
> Thanx for your time,
> tom
Michael Glavassevich
XML Parser Development
IBM Toronto Lab
E-mail: [EMAIL PROTECTED]
E-mail: [EMAIL PROTECTED]
- org.apache.xerces.dom3.as Package Züblin Thomas
- Re: org.apache.xerces.dom3.as Package Endre Furnes
- Re: org.apache.xerces.dom3.as Package Michael Glavassevich
- Re: org.apache.xerces.dom3.as Package Endre Furnes
- RE: org.apache.xerces.dom3.as Package Züblin Thomas
- RE: org.apache.xerces.dom3.as Package Züblin Thomas
- RE: org.apache.xerces.dom3.as Package Michael Glavassevich