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

org.xmlpull.v1.builder.XmlUnexpandedEntityReference Maven / Gradle / Ivy

There is a newer version: 1.0.5
Show newest version
package org.xmlpull.v1.builder;

/**
 * Represents
 * Unexpanded Entity Reference
 * Information Item
 * .
 */

public interface XmlUnexpandedEntityReference //extends XmlContainer
{
    public String getName();
    public String getSystemIdentifier();
    public String getPublicIdentifier();
    public String getDeclarationBaseUri();
    public XmlElement getParent();
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy