mirror of
https://github.com/github/codeql.git
synced 2026-08-04 09:23:23 +02:00
36 lines
1.3 KiB
Java
Generated
36 lines
1.3 KiB
Java
Generated
// Generated automatically from org.dom4j.Namespace for testing purposes
|
|
|
|
package org.dom4j;
|
|
|
|
import org.dom4j.Element;
|
|
import org.dom4j.Node;
|
|
import org.dom4j.Visitor;
|
|
import org.dom4j.tree.AbstractNode;
|
|
import org.dom4j.tree.NamespaceCache;
|
|
|
|
public class Namespace extends AbstractNode
|
|
{
|
|
protected Namespace() {}
|
|
protected Node createXPathResult(Element p0){ return null; }
|
|
protected int createHashCode(){ return 0; }
|
|
protected static NamespaceCache cache = null;
|
|
public Namespace(String p0, String p1){}
|
|
public String asXML(){ return null; }
|
|
public String getPath(Element p0){ return null; }
|
|
public String getPrefix(){ return null; }
|
|
public String getStringValue(){ return null; }
|
|
public String getText(){ return null; }
|
|
public String getURI(){ return null; }
|
|
public String getUniquePath(Element p0){ return null; }
|
|
public String getXPathNameStep(){ return null; }
|
|
public String toString(){ return null; }
|
|
public boolean equals(Object p0){ return false; }
|
|
public int hashCode(){ return 0; }
|
|
public short getNodeType(){ return 0; }
|
|
public static Namespace NO_NAMESPACE = null;
|
|
public static Namespace XML_NAMESPACE = null;
|
|
public static Namespace get(String p0){ return null; }
|
|
public static Namespace get(String p0, String p1){ return null; }
|
|
public void accept(Visitor p0){}
|
|
}
|