All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.codehaus.stax2.evt.NotationDeclaration2 Maven / Gradle / Ivy

There is a newer version: 6.2.20
Show newest version
package org.codehaus.stax2.evt;

import javax.xml.stream.events.NotationDeclaration;

/**
 * Interface that extends basic {@link NotationDeclaration} to add
 * support for handling Base URI needed to resolve Notation references.
 * This 
 */
public interface NotationDeclaration2
    extends NotationDeclaration
{
    public String getBaseURI();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy