Uses of Interface
org.apache.jena.rdfxml.xmlinput0.NamespaceHandler
Packages that use NamespaceHandler
-
Uses of NamespaceHandler in org.apache.jena.rdfxml.xmlinput0
Subinterfaces of NamespaceHandler in org.apache.jena.rdfxml.xmlinput0Modifier and TypeInterfaceDescriptioninterface
Convenience generalization of all ARP handler interfaces.Methods in org.apache.jena.rdfxml.xmlinput0 that return NamespaceHandlerModifier and TypeMethodDescriptionARPHandlers.getNamespaceHandler()
Gets the current namespace handler.ARPHandlers.setNamespaceHandler
(NamespaceHandler sh) Sets the NamespaceHandler that provides the callback mechanism for XML namespace declarations.Methods in org.apache.jena.rdfxml.xmlinput0 with parameters of type NamespaceHandlerModifier and TypeMethodDescriptionARPHandlers.setNamespaceHandler
(NamespaceHandler sh) Sets the NamespaceHandler that provides the callback mechanism for XML namespace declarations.