![JAR search and dependency download from the Maven repository](/logo.png)
com.citytechinc.cq.component.xml.XmlElement Maven / Gradle / Ivy
package com.citytechinc.cq.component.xml;
import java.util.List;
import java.util.Map;
public interface XmlElement {
NameSpacedAttribute getPrimaryType();
String getNameSpace();
String getFieldName();
Map getAdditionalProperties();
List extends XmlElement> getContainedElements();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy