- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for getAttributeNS (0.05 seconds)
-
src/test/java/org/codelibs/fess/webapp/WebXmlTest.java
public void test_schemaLocation() { if (webXmlDocument == null) { return; } final Element root = webXmlDocument.getDocumentElement(); final String schemaLocation = root.getAttributeNS("http://www.w3.org/2001/XMLSchema-instance", "schemaLocation"); assertTrue("schemaLocation should reference web-app_6_1.xsd", schemaLocation.contains("web-app_6_1.xsd")); }
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 21 09:08:35 GMT 2026 - 3.1K bytes - Click Count (0)