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

com.draagon.util.xml.XMLPlugin Maven / Gradle / Ivy

The newest version!
/*
 * Copyright 2003 Draagon Software LLC. All Rights Reserved.
 *
 * This software is the proprietary information of Draagon Software LLC.
 * Use is subject to license terms.
 */

package com.draagon.util.xml;

import java.io.IOException;
import java.io.InputStream;

import org.w3c.dom.Document;

/**
 * Meta Class loader for XML files
 */
public interface XMLPlugin
{
  public Document loadFromStream( InputStream is ) throws IOException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy