![JAR search and dependency download from the Maven repository](/logo.png)
com.thaiopensource.validate.picl.ElementPathPattern Maven / Gradle / Ivy
package com.thaiopensource.validate.picl;
class ElementPathPattern extends PathPattern {
ElementPathPattern(String[] names, boolean[] descendantsOrSelf) {
super(names, descendantsOrSelf);
}
boolean isAttribute() {
return false;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy