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

org.xmlpull.infoset.XmlUnparsedEntity Maven / Gradle / Ivy

There is a newer version: 1.2.8
Show newest version
/* -*-             c-basic-offset: 4; indent-tabs-mode: nil; -*-  //------100-columns-wide------>|*/
//for license please see accompanying LICENSE.txt file (available also at http://www.xmlpull.org/)
package org.xmlpull.infoset;

/**
 * Represents
 * Unparsed Entity
 * Information Item
 * .
 *
 * @version $Revision: 1.1 $
 * @author Aleksander Slominski
 */
public interface XmlUnparsedEntity //extends XmlContainer
{
    public String getName();
    public String getSystemIdentifier();
    public String getPublicIdentifier();
    public String getDeclarationBaseUri();
    public String getNotationName();
    public XmlNotation getNotation();
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy