mirror of
https://github.com/github/codeql.git
synced 2026-08-06 02:13:10 +02:00
10 lines
193 B
Java
Generated
10 lines
193 B
Java
Generated
// Generated automatically from org.jaxen.NamespaceContext for testing purposes
|
|
|
|
package org.jaxen;
|
|
|
|
|
|
public interface NamespaceContext
|
|
{
|
|
String translateNamespacePrefixToUri(String p0);
|
|
}
|