Описание тега dom4j
NoneDom4j is an open source library for working with XML, XPath and XSLT on the Java platform using the Java Collections Framework and with full support for DOM, SAX and JAXP.
Dom 4j is an open source library for working with XML, XPath and XSLT on the Java platform using the Java Collections Framework and with full support for DOM, SAX and JAXP.
Features:
- designed for the Java platform with full support for the Java Collections Framework (Java 2 Collections)
- full support for JAXP, TrAX, SAX, DOM, and XSLT
- fully integrated XPath support for easy navigation of XML documents
- event based proccessing mode to support for massive documents or XML streams based on Java interfaces for flexible plug and play implementations
- support for XML Schema Data Type support using Kohsuke Kawaguchi's excellent Multi Schema Validator library