Uses of Interface
org.apache.jena.rdfxml.xmlinput.NamespaceHandler
Packages that use NamespaceHandler
-
Uses of NamespaceHandler in org.apache.jena.rdfxml.xmlinput
Subinterfaces of NamespaceHandler in org.apache.jena.rdfxml.xmlinputModifier and TypeInterfaceDescriptioninterfaceConvenience generalization of all ARP handler interfaces.Methods in org.apache.jena.rdfxml.xmlinput 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.xmlinput with parameters of type NamespaceHandlerModifier and TypeMethodDescriptionARPHandlers.setNamespaceHandler(NamespaceHandler sh) Sets the NamespaceHandler that provides the callback mechanism for XML namespace declarations.