You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
458 B
19 lines
458 B
8 years ago
|
import java.util.List;
|
||
|
import javax.xml.xpath.XPathExpressionException;
|
||
|
|
||
|
public interface a0 {
|
||
|
a0 a(String var1) throws XPathExpressionException;
|
||
|
|
||
|
List<a0> b(String var1) throws XPathExpressionException;
|
||
|
|
||
|
a0[] c(String var1) throws XPathExpressionException;
|
||
|
|
||
|
String d(String var1) throws XPathExpressionException;
|
||
|
|
||
|
o e(String var1) throws XPathExpressionException;
|
||
|
|
||
|
boolean f(String var1) throws XPathExpressionException;
|
||
|
|
||
|
String a();
|
||
|
}
|