
org.polyglotted.xpathstax.api.NodeHandler Maven / Gradle / Ivy
package org.polyglotted.xpathstax.api;
import org.polyglotted.xpathstax.model.XmlNode;
public interface NodeHandler {
void elementStart(String elementName);
void processNode(XmlNode node);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy