Class AccessSchemaReader<T extends N2oAccessSchema>

  • All Implemented Interfaces:
    net.n2oapp.framework.api.metadata.aware.ElementClassAware<T>, net.n2oapp.framework.api.metadata.aware.ElementNameAware, net.n2oapp.framework.api.metadata.aware.NamespaceUriAware, net.n2oapp.framework.api.metadata.aware.ReaderFactoryAware<T,​net.n2oapp.framework.api.metadata.reader.NamespaceReader<T>>, net.n2oapp.framework.api.metadata.reader.ElementReader<T>, net.n2oapp.framework.api.metadata.reader.NamespaceReader<T>, net.n2oapp.framework.api.metadata.reader.TypedElementReader<T>
    Direct Known Subclasses:
    SimpleAccessSchemaReaderV1

    public abstract class AccessSchemaReader<T extends N2oAccessSchema>
    extends net.n2oapp.framework.api.metadata.reader.AbstractFactoredReader<T>
    Author:
    V. Alexeev.
    • Field Summary

      • Fields inherited from class net.n2oapp.framework.api.metadata.reader.AbstractFactoredReader

        namespaceUri, readerFactory
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void getAbstractAccessSchemaDefinition​(org.jdom.Element element, org.jdom.Namespace namespace, N2oAccessSchema access)  
      • Methods inherited from class net.n2oapp.framework.api.metadata.reader.AbstractFactoredReader

        getNamespaceUri, read, read, setNamespaceUri, setReaderFactory
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface net.n2oapp.framework.api.metadata.aware.ElementClassAware

        getElementClass, newInstance
      • Methods inherited from interface net.n2oapp.framework.api.metadata.aware.ElementNameAware

        getElementName
      • Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware

        getNamespace, getNamespacePrefix
    • Constructor Detail

      • AccessSchemaReader

        public AccessSchemaReader()
    • Method Detail

      • getAbstractAccessSchemaDefinition

        protected void getAbstractAccessSchemaDefinition​(org.jdom.Element element,
                                                         org.jdom.Namespace namespace,
                                                         N2oAccessSchema access)