Class SimpleAccessSchemaReaderV1

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String DEFAULT_ACCESSPOINT_LIB  
      • 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
      java.lang.Class<N2oSimpleAccessSchema> getElementClass()  
      java.lang.String getElementName()  
      java.lang.String getNamespaceUri()  
      N2oSimpleAccessSchema read​(org.jdom2.Element element, org.jdom2.Namespace namespace)  
      • Methods inherited from class net.n2oapp.framework.api.metadata.reader.AbstractFactoredReader

        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

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

        getNamespace, getNamespacePrefix
    • Field Detail

      • DEFAULT_ACCESSPOINT_LIB

        public static final java.lang.String DEFAULT_ACCESSPOINT_LIB
        See Also:
        Constant Field Values
    • Constructor Detail

      • SimpleAccessSchemaReaderV1

        public SimpleAccessSchemaReaderV1()
    • Method Detail

      • getNamespaceUri

        public java.lang.String getNamespaceUri()
        Specified by:
        getNamespaceUri in interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
        Overrides:
        getNamespaceUri in class net.n2oapp.framework.api.metadata.reader.AbstractFactoredReader<N2oSimpleAccessSchema>
      • read

        public N2oSimpleAccessSchema read​(org.jdom2.Element element,
                                          org.jdom2.Namespace namespace)
        Specified by:
        read in class net.n2oapp.framework.api.metadata.reader.AbstractFactoredReader<N2oSimpleAccessSchema>
      • getElementName

        public java.lang.String getElementName()