![JAR search and dependency download from the Maven repository](/logo.png)
org.xmlpull.infoset.XmlElementView Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xpp5 Show documentation
Show all versions of xpp5 Show documentation
XML Pull parser library developed by extreme lab
package org.xmlpull.infoset;
/* -*- c-basic-offset: 4; indent-tabs-mode: nil; -*- //------100-columns-wide------>|*/
//for license please see accompanying LICENSE.txt file (available also at http://www.xmlpull.org/)
/**
* One of possible multiple views on XML Infoset Element Information Item.
*/
public interface XmlElementView {
public XmlElement xml();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy