Searched refs:XML_LANG_SPACE_SpecNS (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DConstants.java62 public static final String XML_LANG_SPACE_SpecNS = "http://www.w3.org/XML/1998/namespace"; field in class:Constants
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/c14n/implementations/
H A DCanonicalizer20010315.java62 static final String XML_LANG_URI=Constants.XML_LANG_SPACE_SpecNS;
384 && Constants.XML_LANG_SPACE_SpecNS.equals(NValue)) {
H A DCanonicalizer11.java64 static final String XML_LANG_URI = Constants.XML_LANG_SPACE_SpecNS;
438 && Constants.XML_LANG_SPACE_SpecNS.equals(NValue)) {
H A DCanonicalizerBase.java579 && Constants.XML_LANG_SPACE_SpecNS.equals(NValue)) {

Completed in 32 milliseconds