When using SAX to parse an XML file in Java,what is the difference between the parameters localname and qname in SAX methods such as startElement(String uri, String localName,String qName, Attributes attributes)?Sometimes i can get thing from localname.But i get nothing from it now. One SAXParserFactory 's revision is 884950,the other 's is 1.5 .I don't use namespace at all.Does it matters?
No comments:
Post a Comment