org.xmlpull.v1.builder.XmlCharacters Maven / Gradle / Ivy
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