Uses of Interface
org.x4o.xml.element.ElementNamespaceInstanceProvider
Packages that use ElementNamespaceInstanceProvider
-
Uses of ElementNamespaceInstanceProvider in org.x4o.xml.element
Classes in org.x4o.xml.element that implement ElementNamespaceInstanceProviderModifier and TypeClassDescriptionclassDefaultElementNamespaceInstanceProvider creates and configures an Element instance.Methods in org.x4o.xml.element that return ElementNamespaceInstanceProviderModifier and TypeMethodDescriptionAbstractElementNamespace.getElementNamespaceInstanceProvider()ElementNamespace.getElementNamespaceInstanceProvider()Returns the ElementProvider.ElementNamespaceInstanceProviderException.getElementNamespaceInstanceProvider()Gets the ElementNamespaceInstanceProvider which created this exception.Methods in org.x4o.xml.element with parameters of type ElementNamespaceInstanceProviderModifier and TypeMethodDescriptionvoidAbstractElementNamespace.setElementNamespaceInstanceProvider(ElementNamespaceInstanceProvider elementNamespaceInstanceProvider) voidElementNamespace.setElementNamespaceInstanceProvider(ElementNamespaceInstanceProvider elementNamespaceInstanceProvider) Sets the elememen instance provider which creates the elements objects.Constructors in org.x4o.xml.element with parameters of type ElementNamespaceInstanceProviderModifierConstructorDescriptionElementNamespaceInstanceProviderException(ElementNamespaceInstanceProvider elementNamespaceInstanceProvider, String message) Creates provider instance exception.ElementNamespaceInstanceProviderException(ElementNamespaceInstanceProvider elementNamespaceInstanceProvider, String message, Exception exception) Creates provider instance exception.