You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xerces.apache.org by Alexey Kuleshov <ku...@nord.nw.ru> on 2001/03/11 12:27:06 UTC

How to find from DeferredElementNSImpl

Hi

I have xml-file, to which corresponds certain DTD.

How from the value returned by 
    org.apache.xerces.dom.DeferredElementNSImpl.getNodeIndex();

to receive corresponding (to this node) value of 
    org.apache.xerces.framework.XMLContentSpec.toString(
        XMLContentSpec.Provider provider,
        org.apache.xerces.utils.StringPool stringPool,
        int contentSpecIndex)

Thanx in advance.