com.iodesystems.xml.tools.RequiresNodeResolution Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xmltools Show documentation
Show all versions of xmltools Show documentation
Xmltools contains a flexible jaxb xml loader
package com.iodesystems.xml.tools;
import com.iodesystems.xml.tools.loaded.NodeLoadErrored;
public interface RequiresNodeResolution {
void resolveNodes(XmlLoader.NodeResolver nodeResolver) throws NodeLoadErrored;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy