All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.fluentxml4j.validate.ValidateNode Maven / Gradle / Ivy

package com.github.fluentxml4j.validate;

import org.w3c.dom.Document;

public interface ValidateNode
{
	ValidateNode againstSchema(Document schemaDoc);

	ValidationResult getResult();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy