Uses of Class
ai.timefold.solver.core.impl.io.jaxb.ElementNamespaceOverride
-
Packages that use ElementNamespaceOverride Package Description ai.timefold.solver.core.impl.io.jaxb -
-
Uses of ElementNamespaceOverride in ai.timefold.solver.core.impl.io.jaxb
Methods in ai.timefold.solver.core.impl.io.jaxb that return ElementNamespaceOverride Modifier and Type Method Description static ElementNamespaceOverrideElementNamespaceOverride. of(String elementLocalName, String namespaceOverride)Methods in ai.timefold.solver.core.impl.io.jaxb with parameters of type ElementNamespaceOverride Modifier and Type Method Description TGenericJaxbIO. readOverridingNamespace(Reader reader, ElementNamespaceOverride... elementNamespaceOverrides)Reads the input XML using theReaderoverriding elements namespaces.TGenericJaxbIO. readOverridingNamespace(Document document, ElementNamespaceOverride... elementNamespaceOverrides)Reads the input XMLDocumentoverriding namespaces.
-