com.thaiopensource.pullax
Interface XmlNamespaces


public interface XmlNamespaces

Declares some well-known namespace URIs.


Field Summary
static java.lang.String XML
          The namespace URI bound to the xml prefix.
static java.lang.String XMLNS
          The namespace URI for attributes serving as namespace declarations.
 

Field Detail

XML

public static final java.lang.String XML
The namespace URI bound to the xml prefix.

XMLNS

public static final java.lang.String XMLNS
The namespace URI for attributes serving as namespace declarations.