Class FieldSetXmlReaderV2
- java.lang.Object
-
- net.n2oapp.framework.api.metadata.reader.AbstractFactoredReader<N2oFieldSet>
-
- net.n2oapp.framework.config.reader.fieldset.FieldSetXmlReaderV2
-
- All Implemented Interfaces:
ElementClassAware<N2oFieldSet>,ElementNameAware,NamespaceUriAware,ReaderFactoryAware<N2oFieldSet,NamespaceReader<N2oFieldSet>>,ElementReader<N2oFieldSet>,NamespaceReader<N2oFieldSet>,TypedElementReader<N2oFieldSet>
@Component public class FieldSetXmlReaderV2 extends AbstractFactoredReader<N2oFieldSet> implements NamespaceReader<N2oFieldSet>
User: iryabov Date: 16.01.14 Time: 9:26
-
-
Field Summary
-
Fields inherited from class net.n2oapp.framework.api.metadata.reader.AbstractFactoredReader
namespaceUri, readerFactory
-
-
Constructor Summary
Constructors Constructor Description FieldSetXmlReaderV2()
-
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.reader.ElementReader
read
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespace, getNamespacePrefix, setNamespaceUri
-
-
-
-
Method Detail
-
read
public N2oFieldSet read(org.jdom.Element element, org.jdom.Namespace namespace)
- Specified by:
readin classAbstractFactoredReader<N2oFieldSet>
-
getElementClass
public Class<N2oFieldSet> getElementClass()
- Specified by:
getElementClassin interfaceElementClassAware<N2oFieldSet>
-
getNamespaceUri
public String getNamespaceUri()
- Specified by:
getNamespaceUriin interfaceNamespaceUriAware- Overrides:
getNamespaceUriin classAbstractFactoredReader<N2oFieldSet>
-
getElementName
public String getElementName()
- Specified by:
getElementNamein interfaceElementNameAware
-
-