
org.xmlpull.v1.builder.XmlUnparsedEntity Maven / Gradle / Ivy
The newest version!
package org.xmlpull.v1.builder;
/**
* Represents
* Unparsed Entity
* Information Item
* .
*
* @version $Revision: 1.3 $
* @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