Uses of Class
com.lyncode.xoai.dataprovider.xml.read.XmlReader
-
-
Uses of XmlReader in com.lyncode.xoai.dataprovider.xml.xoaiconfig.parse
Methods in com.lyncode.xoai.dataprovider.xml.xoaiconfig.parse with parameters of type XmlReader Modifier and Type Method Description BundleReferenceBundleReferenceParser. parse(XmlReader reader)ConditionConfigurationConditionConfigurationParser. parse(XmlReader reader)ConfigurationConfigurationParser. parse(XmlReader reader)ContextConfigurationContextConfigurationParser. parse(XmlReader reader)FilterConfigurationFilterConfigurationParser. parse(XmlReader reader)FormatConfigurationFormatConfigurationParser. parse(XmlReader reader)abstract TParser. parse(XmlReader reader)SetConfigurationSetConfigurationParser. parse(XmlReader reader)TransformerConfigurationTransformerConfigurationParser. parse(XmlReader reader) -
Uses of XmlReader in com.lyncode.xoai.dataprovider.xml.xoaiconfig.parse.conditions
Methods in com.lyncode.xoai.dataprovider.xml.xoaiconfig.parse.conditions with parameters of type XmlReader Modifier and Type Method Description FilterConditionConfigurationBinaryConditionParser. parse(XmlReader reader)FilterConditionConfigurationConditionParser. parse(XmlReader reader)CustomConditionConfigurationCustomConditionParser. parse(XmlReader reader)FilterConditionConfigurationUnaryConditionParser. parse(XmlReader reader) -
Uses of XmlReader in com.lyncode.xoai.dataprovider.xml.xoaiconfig.parse.parameters
Methods in com.lyncode.xoai.dataprovider.xml.xoaiconfig.parse.parameters with parameters of type XmlReader Modifier and Type Method Description ParameterListParameterListParser. parse(XmlReader reader)ParameterMapParameterMapParser. parse(XmlReader reader)RootParameterMapRootParameterMapParser. parse(XmlReader reader)SimpleTypeSimpleTypeParser. parse(XmlReader reader)
-