summaryrefslogtreecommitdiffstats
path: root/org/madore/damlengine/Context.java
diff options
context:
space:
mode:
authorDavid A. Madore <david+git@madore.org>2010-04-18 21:58:49 +0200
committerDavid A. Madore <david+git@madore.org>2010-04-18 21:58:49 +0200
commit876a83c647bfa499323a14d1cd08a4690eef5a34 (patch)
tree945c604d1f509bedcb35224c60c965a13ebae46d /org/madore/damlengine/Context.java
parent99cea43742283d7bc383021ebd52087115448159 (diff)
downloaddamlengine-876a83c647bfa499323a14d1cd08a4690eef5a34.tar.gz
damlengine-876a83c647bfa499323a14d1cd08a4690eef5a34.tar.bz2
damlengine-876a83c647bfa499323a14d1cd08a4690eef5a34.zip
A handful of meta tags, script and style sections.
Diffstat (limited to 'org/madore/damlengine/Context.java')
-rw-r--r--org/madore/damlengine/Context.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/org/madore/damlengine/Context.java b/org/madore/damlengine/Context.java
index cbb2c3e..2545f32 100644
--- a/org/madore/damlengine/Context.java
+++ b/org/madore/damlengine/Context.java
@@ -9,6 +9,8 @@ public class Context {
public Element headNode;
public String uriToTop;
public String fileName;
+ public StringBuffer styleContent;
+ public StringBuffer scriptContent;
public Context(Document doc) {
this.doc = doc;