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

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

The newest version!
package org.xmlpull.v1.builder;

/**
 * Represents otrdered colection of
 * Character Information Items
 * where character code properties are put together into Java String.
 *
 * @version $Revision: 1.5 $
 * @author Aleksander Slominski
 */
public interface XmlCharacters extends XmlContained
{
    public String getText();
    public Boolean isWhitespaceContent();
    //public XmlElement getParent();

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy