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.

Reply via email to