getLocalName vs. getNodeName
Lev Lvovsky <[email protected]> Wed, 7 May 2008 12:49:44 -0700
| Newsgroups | gmane.text.xml.xerces-p.devel |
|---|---|
| Message-ID | <[email protected]> |
Is it correct to assume that the getLocalName method will return null on a DOMElement object unless a Schema has been specified? For a very simple XML test file, getNodeName returns what it should, however getLocalName returns null. Testing with an XML file for which the Schema is supplied, getLocalName works fine. Otherwise, is there any other reason why this might be happening? thanks! -lev