Uses of Class
com.lyncode.xoai.dataprovider.xml.XmlOutputContext
-
-
Uses of XmlOutputContext in com.lyncode.xoai.dataprovider.xml
Methods in com.lyncode.xoai.dataprovider.xml that return XmlOutputContext Modifier and Type Method Description static XmlOutputContextXmlOutputContext. emptyContext(OutputStream out)static XmlOutputContextXmlOutputContext. emptyContext(OutputStream out, Granularity granularity)Methods in com.lyncode.xoai.dataprovider.xml with parameters of type XmlOutputContext Modifier and Type Method Description voidEchoElement. write(XmlOutputContext context)voidXMLWritable. write(XmlOutputContext writer) -
Uses of XmlOutputContext in com.lyncode.xoai.dataprovider.xml.oaipmh
Methods in com.lyncode.xoai.dataprovider.xml.oaipmh with parameters of type XmlOutputContext Modifier and Type Method Description voidAboutType. write(XmlOutputContext context)voidDescriptionType. write(XmlOutputContext writer)voidGetRecordType. write(XmlOutputContext writer)voidHeaderType. write(XmlOutputContext context)voidIdentifyType. write(XmlOutputContext writer)voidListIdentifiersType. write(XmlOutputContext context)voidListMetadataFormatsType. write(XmlOutputContext context)voidListRecordsType. write(XmlOutputContext context)voidListSetsType. write(XmlOutputContext context)voidMetadataFormatType. write(XmlOutputContext context)voidMetadataType. write(XmlOutputContext context)voidOAIPMH. write(XmlOutputContext context)voidOAIPMHerrorType. write(XmlOutputContext context)voidOAIPMHtype. write(XmlOutputContext context)voidRecordType. write(XmlOutputContext context)voidRequestType. write(XmlOutputContext context)voidResumptionTokenType. write(XmlOutputContext context)voidSetType. write(XmlOutputContext context) -
Uses of XmlOutputContext in com.lyncode.xoai.dataprovider.xml.xoai
Methods in com.lyncode.xoai.dataprovider.xml.xoai with parameters of type XmlOutputContext Modifier and Type Method Description voidElement.Field. write(XmlOutputContext writer)voidElement. write(XmlOutputContext context)voidMetadata. write(XmlOutputContext context) -
Uses of XmlOutputContext in com.lyncode.xoai.dataprovider.xml.xoaiconfig
Methods in com.lyncode.xoai.dataprovider.xml.xoaiconfig with parameters of type XmlOutputContext Modifier and Type Method Description voidBundleReference. write(XmlOutputContext writer)voidConditionConfiguration. write(XmlOutputContext writer)voidConfiguration. write(XmlOutputContext writer)voidContextConfiguration. write(XmlOutputContext writer)voidFilterConfiguration. write(XmlOutputContext writer)voidFormatConfiguration. write(XmlOutputContext writer)voidSetConfiguration. write(XmlOutputContext writer)voidTransformerConfiguration. write(XmlOutputContext writer) -
Uses of XmlOutputContext in com.lyncode.xoai.dataprovider.xml.xoaiconfig.conditions
Methods in com.lyncode.xoai.dataprovider.xml.xoaiconfig.conditions with parameters of type XmlOutputContext Modifier and Type Method Description voidBinaryConditionConfiguration. write(XmlOutputContext writer)voidCustomConditionConfiguration. write(XmlOutputContext writer)voidUnaryConditionConfiguration. write(XmlOutputContext writer) -
Uses of XmlOutputContext in com.lyncode.xoai.dataprovider.xml.xoaiconfig.parameters
Methods in com.lyncode.xoai.dataprovider.xml.xoaiconfig.parameters with parameters of type XmlOutputContext Modifier and Type Method Description voidParameterList. write(XmlOutputContext writer)voidParameterMap. write(XmlOutputContext writer)voidRootParameterMap. write(XmlOutputContext writer)voidSimpleType. write(XmlOutputContext writer) -
Uses of XmlOutputContext in com.lyncode.xoai.util
Methods in com.lyncode.xoai.util with parameters of type XmlOutputContext Modifier and Type Method Description static voidXmlIOUtils. writeElement(XmlOutputContext context, String name, XMLWritable elem)
-