
com.github.fluentxml4j.parse.ParseNode Maven / Gradle / Ivy
package com.github.fluentxml4j.parse;
import org.w3c.dom.Document;
public interface ParseNode
{
ParseWithDocumentBuilderNode withDocumentBuilder(DocumentBuilderConfigurer documentBuilderConfigurer);
Document document();
/**
* @deprecated Use {@link #document()} instead.
* @return The document parsed.
*/
@Deprecated
Document asDocument();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy