Uses of Interface
com.lyncode.xoai.dataprovider.xml.XMLWritable
-
-
Uses of XMLWritable in com.lyncode.xoai.dataprovider.xml
Classes in com.lyncode.xoai.dataprovider.xml that implement XMLWritable Modifier and Type Class Description classEchoElement -
Uses of XMLWritable in com.lyncode.xoai.dataprovider.xml.oaipmh
Classes in com.lyncode.xoai.dataprovider.xml.oaipmh that implement XMLWritable Modifier and Type Class Description classAboutTypeData "about" the record must be expressed in XML that is compliant with an XML Schema defined by a community.classDescriptionTypeThe descriptionType is used for the description element in Identify and for setDescription element in ListSets.classGetRecordTypeJava class for GetRecordType complex type.classHeaderTypeA header has a unique identifier, a datestamp, and withSpec(s) in case the item from which the record is disseminated belongs to set(s).classIdentifyTypeJava class for IdentifyType complex type.classListIdentifiersTypeJava class for ListIdentifiersType complex type.classListMetadataFormatsTypeJava class for ListMetadataFormatsType complex type.classListRecordsTypeJava class for ListRecordsType complex type.classListSetsTypeJava class for ListSetsType complex type.classMetadataFormatTypeJava class for metadataFormatType complex type.classMetadataTypeMetadata must be expressed in XML that complies with another XML Schema (namespace=#other).classOAIPMHclassOAIPMHerrorTypeJava class for OAI-PMHerrorType complex type.classOAIPMHtypeJava class for OAI-PMHtype complex type.classRecordTypeA record has a header, a metadata part, and an optional about container Java class for recordType complex type.classRequestTypeDefine requestType, indicating the protocol request that led to the response.classResumptionTokenTypeA resumptionToken may have 3 optional attributes and can be used in ListSets, ListIdentifiers, ListRecords responses.classSetTypeJava class for setType complex type. -
Uses of XMLWritable in com.lyncode.xoai.dataprovider.xml.xoai
Classes in com.lyncode.xoai.dataprovider.xml.xoai that implement XMLWritable Modifier and Type Class Description classElementJava class for Element complex type.static classElement.FieldJava class for anonymous complex type.classMetadataJava class for anonymous complex type. -
Uses of XMLWritable in com.lyncode.xoai.dataprovider.xml.xoaiconfig
Classes in com.lyncode.xoai.dataprovider.xml.xoaiconfig that implement XMLWritable Modifier and Type Class Description classBundleReferenceclassConditionConfigurationclassConfigurationclassContextConfigurationclassFilterConfigurationclassFormatConfigurationclassSetConfigurationclassTransformerConfiguration -
Uses of XMLWritable in com.lyncode.xoai.dataprovider.xml.xoaiconfig.conditions
Classes in com.lyncode.xoai.dataprovider.xml.xoaiconfig.conditions that implement XMLWritable Modifier and Type Class Description classAndConditionConfigurationclassBinaryConditionConfigurationclassCustomConditionConfigurationclassFilterConditionConfigurationclassNotConditionConfigurationclassOrConditionConfigurationclassUnaryConditionConfiguration -
Uses of XMLWritable in com.lyncode.xoai.dataprovider.xml.xoaiconfig.parameters
Classes in com.lyncode.xoai.dataprovider.xml.xoaiconfig.parameters that implement XMLWritable Modifier and Type Class Description classBooleanValueclassDoubleValueclassFloatValueclassIntValueclassParameterListclassParameterMapclassParameterValue<T>classRootParameterMapclassSimpleType<T>classStringValue -
Uses of XMLWritable in com.lyncode.xoai.util
Methods in com.lyncode.xoai.util with parameters of type XMLWritable Modifier and Type Method Description static voidXmlIOUtils. writeElement(XmlOutputContext context, String name, XMLWritable elem)
-