Class FieldSetXmlReaderV3
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.reader.AbstractFactoredReader<N2oFieldSet>
-
- net.n2oapp.framework.config.reader.fieldset.FieldSetXmlReaderV3
-
- All Implemented Interfaces:
ElementClassAware<N2oFieldSet>,ElementNameAware,NamespaceUriAware,ReaderFactoryAware<N2oFieldSet,NamespaceReader<N2oFieldSet>>,ElementReader<N2oFieldSet>,NamespaceReader<N2oFieldSet>,TypedElementReader<N2oFieldSet>
@Component public class FieldSetXmlReaderV3 extends AbstractFactoredReader<N2oFieldSet>
- Author:
- V. Alexeev.
-
-
Field Summary
-
Fields inherited from class net.n2oapp.framework.api.metadata.reader.AbstractFactoredReader
namespaceUri, readerFactory
-
-
Constructor Summary
Constructors Constructor Description FieldSetXmlReaderV3()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<N2oFieldSet>getElementClass()StringgetElementName()StringgetNamespaceUri()N2oFieldSetread(org.jdom.Element element, org.jdom.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
-
-
-
-
Method Detail
-
read
public N2oFieldSet read(org.jdom.Element element, org.jdom.Namespace namespace)
- Specified by:
readin classAbstractFactoredReader<N2oFieldSet>
-
getElementClass
public Class<N2oFieldSet> getElementClass()
-
getNamespaceUri
public String getNamespaceUri()
- Specified by:
getNamespaceUriin interfaceNamespaceUriAware- Overrides:
getNamespaceUriin classAbstractFactoredReader<N2oFieldSet>
-
getElementName
public String getElementName()
-
-