<feed xmlns:myNs="someNamespace"></feed>
139140141142143144145146147148149
GOMNamespace namespace = new GOMNamespace(this.streamReader .getNamespaceURI(i), this.streamReader .getNamespacePrefix(i)); System.out.println(namespace); feed.addNamespace(namespace); } return feed; } private int next() throws XMLStreamException {