¡@

Home 

java Programming Glossary: somens

Creating an XML document using namespaces in Java

http://stackoverflow.com/questions/528312/creating-an-xml-document-using-namespaces-in-java

doc new Document Namespace sNS Namespace.getNamespace someNS someNamespace Element element new Element SomeElement sNS element.setAttribute.. element2 new Element SomeElement Namespace.getNamespace someNS someNamespace element2.setAttribute someKey someValue sNS element.addContent.. produces the following xml xml version 1.0 encoding UTF 8 someNS SomeElement xmlns someNS someNamespace xmlns someONS someOtherNamespace..