public abstract class AbstractValidatingTypeLoader<OUTPUT> extends java.lang.Object implements TypeLoader<OUTPUT>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Set<java.lang.String> |
attributes |
| Constructor and Description |
|---|
AbstractValidatingTypeLoader() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addAttributes(java.lang.String... attributes) |
protected void |
validateAttributes(javax.xml.stream.XMLStreamReader reader,
IntrospectionContext context,
org.fabric3.api.model.type.ModelObject... sources) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitloadprotected void addAttributes(java.lang.String... attributes)
protected void validateAttributes(javax.xml.stream.XMLStreamReader reader,
IntrospectionContext context,
org.fabric3.api.model.type.ModelObject... sources)