Uses of Class
com.lyncode.xoai.dataprovider.exceptions.WritingXmlException
-
-
Uses of WritingXmlException in com.lyncode.xoai.dataprovider
Methods in com.lyncode.xoai.dataprovider that throw WritingXmlException Modifier and Type Method Description voidOAIDataProvider. handle(OAIRequestParameters params, OutputStream out) -
Uses of WritingXmlException in com.lyncode.xoai.dataprovider.data.internal
Methods in com.lyncode.xoai.dataprovider.data.internal that throw WritingXmlException Modifier and Type Method Description XSLPipelineItemHelper. toPipeline(boolean omitXMLDeclaration)InputStreamItemHelper. toStream() -
Uses of WritingXmlException in com.lyncode.xoai.dataprovider.xml
Methods in com.lyncode.xoai.dataprovider.xml that throw WritingXmlException Modifier and Type Method Description voidEchoElement. write(XmlOutputContext context)voidXMLWritable. write(XmlOutputContext writer) -
Uses of WritingXmlException in com.lyncode.xoai.dataprovider.xml.oaipmh
Methods in com.lyncode.xoai.dataprovider.xml.oaipmh that throw WritingXmlException 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 WritingXmlException in com.lyncode.xoai.dataprovider.xml.xoai
Methods in com.lyncode.xoai.dataprovider.xml.xoai that throw WritingXmlException Modifier and Type Method Description voidElement.Field. write(XmlOutputContext writer)voidElement. write(XmlOutputContext context)voidMetadata. write(XmlOutputContext context) -
Uses of WritingXmlException in com.lyncode.xoai.dataprovider.xml.xoaiconfig
Methods in com.lyncode.xoai.dataprovider.xml.xoaiconfig that throw WritingXmlException Modifier and Type Method Description voidBundleReference. write(XmlOutputContext writer)voidConditionConfiguration. write(XmlOutputContext writer)voidConfiguration. write(XmlOutputContext writer)voidConfiguration. write(ByteArrayOutputStream output)voidContextConfiguration. write(XmlOutputContext writer)voidFilterConfiguration. write(XmlOutputContext writer)voidFormatConfiguration. write(XmlOutputContext writer)voidSetConfiguration. write(XmlOutputContext writer)voidTransformerConfiguration. write(XmlOutputContext writer) -
Uses of WritingXmlException in com.lyncode.xoai.dataprovider.xml.xoaiconfig.conditions
Methods in com.lyncode.xoai.dataprovider.xml.xoaiconfig.conditions that throw WritingXmlException Modifier and Type Method Description voidBinaryConditionConfiguration. write(XmlOutputContext writer)voidCustomConditionConfiguration. write(XmlOutputContext writer)voidUnaryConditionConfiguration. write(XmlOutputContext writer) -
Uses of WritingXmlException in com.lyncode.xoai.dataprovider.xml.xoaiconfig.parameters
Methods in com.lyncode.xoai.dataprovider.xml.xoaiconfig.parameters that throw WritingXmlException Modifier and Type Method Description voidParameterList. write(XmlOutputContext writer)voidParameterMap. write(XmlOutputContext writer)voidRootParameterMap. write(XmlOutputContext writer)voidSimpleType. write(XmlOutputContext writer) -
Uses of WritingXmlException in com.lyncode.xoai.util
Methods in com.lyncode.xoai.util that throw WritingXmlException Modifier and Type Method Description static voidXmlIOUtils. writeElement(XmlOutputContext context, String name, XMLWritable elem)
-