Revision 21945 trunk/libraries/libGPE-XML/src/org/gvsig/gpe/xml/stream/IXmlStreamWriter.java

View differences:

IXmlStreamWriter.java
483 483
     * 
484 484
     * @pre {getLastEvent() == NONE || getLastEvent() == START_ELEMENT}
485 485
     * @param defaultNamespaceUri the uri to bind to the default namespace, may be {@code null}
486
     * @throws XmlStreamException 
486 487
     */
487
    public void setDefaultNamespace(String defaultNamespaceUri);
488
    public void setDefaultNamespace(String defaultNamespaceUri) throws XmlStreamException;
488 489

  
489 490
    /**
490 491
     * Sets the prefix the uri is bound to, for the current context.
......
497 498
     * @pre {getLastEvent() == NONE || getLastEvent() == START_ELEMENT}
498 499
     * @param prefix
499 500
     * @param namespaceUri
501
     * @throws XmlStreamException 
500 502
     */
501
    public void setPrefix(final String prefix, final String namespaceUri);
503
    public void setPrefix(final String prefix, final String namespaceUri) throws XmlStreamException;
502 504

  
503 505
    /**
504 506
     * @pre {getLastEvent().isValue() == true}

Also available in: Unified diff