Hh
POLITECHNIKA RZESZOWSKA - Wydział Elektrotechniki i Informatyki
public interface XMLStreamReader (
public int next() throws
XMLStreamException; public boolean hasNext() throws XMLStreamException; public String getText();
public String getLocalName()>
public String getNamespaceURI();
// ... other methods
public interface XMLStreamWriter (
public VOid writoStartElemant (
String localName) throws XMLStreamException;
public VOid writeEndF.l wnent ()
throws XMLStreamException;
public void
writeCharacters(String text) throws XMLStreamException;
// ... other methods
Copyright © 2012 Jan PROKOP