Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.vex.core/src/org/eclipse/vex/core/internal/dom/package.html')
-rw-r--r--org.eclipse.vex.core/src/org/eclipse/vex/core/internal/dom/package.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/org.eclipse.vex.core/src/org/eclipse/vex/core/internal/dom/package.html b/org.eclipse.vex.core/src/org/eclipse/vex/core/internal/dom/package.html
new file mode 100644
index 00000000..2eca2164
--- /dev/null
+++ b/org.eclipse.vex.core/src/org/eclipse/vex/core/internal/dom/package.html
@@ -0,0 +1,22 @@
+<?xml version='1.0'?>
+<html>
+
+ <head>
+
+ <title>net.sf.vex.dom</title>
+
+ </head>
+
+ <body>
+
+ <p>Classes implementing an object model for XML documents. The
+ classes in this package are designed to be similar to those in the
+ JDOM library. However, this package is unique in that content is
+ represented by one single string of characters for the entire
+ document. Implementing the model in this way simplifies the editor
+ implementation.</p>
+
+ </body>
+
+</html>
+

Back to the top