Deprecated API
Contents
-
Deprecated MethodsMethodDescriptionUse normal Enums instead of int'sas the driver class is only available in limited situations and anyway it had to be supplied in a constructor as either a direct value or as an
XMLReaderSAX2Factoryinstance.as it is replaced bySAXBuilder.getJDOMFactory()in lieu ofSAXBuilder.isValidating()as it is replaced bySAXBuilder.setJDOMFactory(JDOMFactory)All reused Parsers are now fast-reconfigured. No need to set it.All DOMOutputters are always NamesapceAware. Always true.All DOMOutputters are now always NamespaceAware.there is no way to get a meaningful document Locator outside of an active output process, and the contents of the locator are meaningless outside of an active output process anyway.
-
Deprecated ConstructorsConstructorDescriptionuse
SAXBuilder(XMLReaderJDOMFactory)with eitherXMLReaders.DTDVALIDATINGorXMLReaders.NONVALIDATINGuseDOMOutputter(DOMAdapter)instead.