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

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

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

/**
 * Represents otrdered colelction of Character
 * Attribute Information Item
 * where character code properties are put together into Java String.
 */
public interface XmlCharacters //extends XmlContainer
{
    public String getText();
    public Boolean isWhitespaceContent();
    public XmlElement getParent();

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy