
javanet.staxutils.StaticNamespaceContext Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of stax-utils Show documentation
Show all versions of stax-utils Show documentation
Provides a set of utility classes to integrate StAX into existing XML processing applications.
The newest version!
/*
* $Id: StaticNamespaceContext.java,v 1.1 2004/07/08 14:29:42 cniles Exp $
*/
package javanet.staxutils;
import javax.xml.namespace.NamespaceContext;
/**
* Marker interface used to denote {@link NamespaceContext} implementations whose
* state is not transient or dependent on external objects/events and will remain
* stable unless explicitly updated.
*
* @author Christian Niles
* @version $Revision: 1.1 $
*/
public interface StaticNamespaceContext extends NamespaceContext {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy