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