Deprecated Methods |
org.dom4j.QName.getDocumentFactory()
Use getNodeFactory() instead |
org.dom4j.io.DOMReader.getDocumentFactory()
Use getNodeFactory() instead |
org.dom4j.io.SAXReader.getDocumentFactory()
Use getNodeFactory() instead. |
org.dom4j.io.XPPReader.getDocumentFactory()
Use getNodeFactory() instead. |
org.dom4j.xpp.ProxyXmlStartTag.getDocumentFactory()
Use getNodeFactory() instead. |
org.dom4j.tree.DefaultQName.getDocumentFactory()
Use getNodeFactory() instead |
org.dom4j.tree.NamespaceStack.getDocumentFactory()
Use getNodeFactory() instead |
org.dom4j.tree.AbstractNode.getDocumentFactory()
Use getNodeFactory() and getXPathFactory() instead. |
org.ozoneDB.xml.dom4j.o3impl.DefaultQName.getDocumentFactory()
Use getNodeFactory() instead |
org.ozoneDB.xml.dom4j.o3impl.NamespaceStack.getDocumentFactory()
Use getNodeFactory() instead |
org.ozoneDB.xml.dom4j.o3impl.AbstractNode.getDocumentFactory()
Use getNodeFactory() and getXPathFactory() instead. |
org.ozoneDB.xml.dom4j.OzoneDocumentFactory.getQNames()
or was it just forgotten when the interfaces war created? |
org.ozoneDB.xml.dom4j.o3impl.OzoneDocumentFactoryImpl.getQNames()
or was it just forgotten when the interfaces war created? |
org.dom4j.XPath.selectObject(Object)
please use evaluate(Object) instead. |
org.dom4j.Element.setAttributeValue(QName, String)
As of version 0.5. Please use
Element.addAttribute(org.dom4j.QName,String) instead. |
org.dom4j.tree.AbstractElement.setAttributeValue(QName, String)
As of version 0.5. Please use
AbstractElement.addAttribute(String,String) instead. |
org.ozoneDB.xml.dom4j.o3impl.AbstractElement.setAttributeValue(QName, String)
As of version 0.5. Please use
AbstractElement.addAttribute(String,String) instead. |
org.dom4j.Element.setAttributeValue(String, String)
As of version 0.5. Please use
Element.addAttribute(String,String) instead. |
org.dom4j.tree.AbstractElement.setAttributeValue(String, String)
As of version 0.5. Please use
AbstractElement.addAttribute(String,String) instead. |
org.ozoneDB.xml.dom4j.o3impl.AbstractElement.setAttributeValue(String, String)
As of version 0.5. Please use
AbstractElement.addAttribute(String,String) instead. |
org.dom4j.QName.setDocumentFactory(DocumentFactory)
Use setNodeFactory(NodeFactory) instead |
org.dom4j.io.DOMReader.setDocumentFactory(DocumentFactory)
Use setNodeFactory(NodeFactory) instead. |
org.dom4j.io.SAXReader.setDocumentFactory(DocumentFactory)
Use setNodeFactory(NodeFactory) instead |
org.dom4j.io.XPPReader.setDocumentFactory(DocumentFactory)
Use setNodeFactory(NodeFactory) instead |
org.dom4j.xpp.ProxyXmlStartTag.setDocumentFactory(DocumentFactory)
Use setNodeFactory(NodeFactory) instead. |
org.dom4j.tree.DefaultQName.setDocumentFactory(DocumentFactory)
Use setNodeFactory(NodeFactory) instead |
org.dom4j.tree.NamespaceStack.setDocumentFactory(DocumentFactory)
Use setNodeFactory(NodeFactory) instead |
org.dom4j.tree.AbstractNode.setDocumentFactory(DocumentFactory)
Use setNodeFactory() and setXPathFactory() instead. |
org.ozoneDB.xml.dom4j.o3impl.DefaultQName.setDocumentFactory(DocumentFactory)
Use setNodeFactory(NodeFactory) instead |
org.ozoneDB.xml.dom4j.o3impl.NamespaceStack.setDocumentFactory(DocumentFactory)
Use setNodeFactory(NodeFactory) instead |
org.ozoneDB.xml.dom4j.o3impl.AbstractNode.setDocumentFactory(DocumentFactory)
Use setNodeFactory() and setXPathFactory() instead. |
org.dom4j.io.aelfred.SAXDriver.setDocumentHandler(DocumentHandler)
SAX2 programs should use the XMLReader interface
and a ContentHandler. |
org.ozoneDB.xml.dom4j.o3impl.OzoneDocumentFactoryImpl.setXPathNamespaceURIs(Map)
or was it just forgotten and should be in XPathFactory |