139140141142143144145146147
*/ public void registerCustomElementFactory(String namespaceURI, String localName, ElementFactory factory) { if (customFactories == null) { customFactories = new DoublyIndexedTable(); } customFactories.put(namespaceURI, localName, factory); }