org.unlaxer.parser.PropagatableSource Maven / Gradle / Ivy
package org.unlaxer.parser;
public interface PropagatableSource extends Parser{
public boolean merge(boolean fromParentValue, boolean thisSourceValue);
public boolean getInvertMatchToChild();
public void setComputedInvertMatch(boolean computedInvertMatch);
public boolean getThisInvertedSourceValue();
} © 2015 - 2025 Weber Informatics LLC | Privacy Policy