You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2016/08/09 19:54:05 UTC

[32/51] [partial] incubator-juneau git commit: Rename project directories.

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Nav.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Nav.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Nav.java
new file mode 100644
index 0000000..6187d51
--- /dev/null
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Nav.java
@@ -0,0 +1,26 @@
+/***************************************************************************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations under the License.
+ ***************************************************************************************************************************/
+
+package org.apache.juneau.html.dto;
+
+import org.apache.juneau.xml.annotation.*;
+
+/**
+ * TODO
+ * <p>
+ *
+ * @author James Bognar (james.bognar@salesforce.com)
+ */
+@Xml(name="x")
+public class Nav extends HtmlElement {
+}

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Noscript.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Noscript.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Noscript.java
new file mode 100644
index 0000000..e5a9c45
--- /dev/null
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Noscript.java
@@ -0,0 +1,26 @@
+/***************************************************************************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations under the License.
+ ***************************************************************************************************************************/
+
+package org.apache.juneau.html.dto;
+
+import org.apache.juneau.xml.annotation.*;
+
+/**
+ * TODO
+ * <p>
+ *
+ * @author James Bognar (james.bognar@salesforce.com)
+ */
+@Xml(name="x")
+public class Noscript extends HtmlElement {
+}

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Object.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Object.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Object.java
new file mode 100644
index 0000000..11a3ed0
--- /dev/null
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Object.java
@@ -0,0 +1,26 @@
+/***************************************************************************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations under the License.
+ ***************************************************************************************************************************/
+
+package org.apache.juneau.html.dto;
+
+import org.apache.juneau.xml.annotation.*;
+
+/**
+ * TODO
+ * <p>
+ *
+ * @author James Bognar (james.bognar@salesforce.com)
+ */
+@Xml(name="x")
+public class Object extends HtmlElement {
+}

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Ol.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Ol.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Ol.java
new file mode 100644
index 0000000..2203849
--- /dev/null
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Ol.java
@@ -0,0 +1,26 @@
+/***************************************************************************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations under the License.
+ ***************************************************************************************************************************/
+
+package org.apache.juneau.html.dto;
+
+import org.apache.juneau.xml.annotation.*;
+
+/**
+ * TODO
+ * <p>
+ *
+ * @author James Bognar (james.bognar@salesforce.com)
+ */
+@Xml(name="x")
+public class Ol extends HtmlElement {
+}

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Optgroup.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Optgroup.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Optgroup.java
new file mode 100644
index 0000000..bd46cea
--- /dev/null
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Optgroup.java
@@ -0,0 +1,26 @@
+/***************************************************************************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations under the License.
+ ***************************************************************************************************************************/
+
+package org.apache.juneau.html.dto;
+
+import org.apache.juneau.xml.annotation.*;
+
+/**
+ * TODO
+ * <p>
+ *
+ * @author James Bognar (james.bognar@salesforce.com)
+ */
+@Xml(name="x")
+public class Optgroup extends HtmlElement {
+}

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Option.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Option.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Option.java
new file mode 100644
index 0000000..c00ba9c
--- /dev/null
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Option.java
@@ -0,0 +1,26 @@
+/***************************************************************************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations under the License.
+ ***************************************************************************************************************************/
+
+package org.apache.juneau.html.dto;
+
+import org.apache.juneau.xml.annotation.*;
+
+/**
+ * TODO
+ * <p>
+ *
+ * @author James Bognar (james.bognar@salesforce.com)
+ */
+@Xml(name="x")
+public class Option extends HtmlElement {
+}

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Output.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Output.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Output.java
new file mode 100644
index 0000000..920b1d3
--- /dev/null
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Output.java
@@ -0,0 +1,26 @@
+/***************************************************************************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations under the License.
+ ***************************************************************************************************************************/
+
+package org.apache.juneau.html.dto;
+
+import org.apache.juneau.xml.annotation.*;
+
+/**
+ * TODO
+ * <p>
+ *
+ * @author James Bognar (james.bognar@salesforce.com)
+ */
+@Xml(name="x")
+public class Output extends HtmlElement {
+}

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/P.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/P.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/P.java
new file mode 100644
index 0000000..86f5126
--- /dev/null
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/P.java
@@ -0,0 +1,26 @@
+/***************************************************************************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations under the License.
+ ***************************************************************************************************************************/
+
+package org.apache.juneau.html.dto;
+
+import org.apache.juneau.xml.annotation.*;
+
+/**
+ * TODO
+ * <p>
+ *
+ * @author James Bognar (james.bognar@salesforce.com)
+ */
+@Xml(name="x")
+public class P extends HtmlElement {
+}

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Param.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Param.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Param.java
new file mode 100644
index 0000000..9ea876b
--- /dev/null
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Param.java
@@ -0,0 +1,26 @@
+/***************************************************************************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations under the License.
+ ***************************************************************************************************************************/
+
+package org.apache.juneau.html.dto;
+
+import org.apache.juneau.xml.annotation.*;
+
+/**
+ * TODO
+ * <p>
+ *
+ * @author James Bognar (james.bognar@salesforce.com)
+ */
+@Xml(name="x")
+public class Param extends HtmlElement {
+}

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Pre.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Pre.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Pre.java
new file mode 100644
index 0000000..2096a17
--- /dev/null
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Pre.java
@@ -0,0 +1,26 @@
+/***************************************************************************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations under the License.
+ ***************************************************************************************************************************/
+
+package org.apache.juneau.html.dto;
+
+import org.apache.juneau.xml.annotation.*;
+
+/**
+ * TODO
+ * <p>
+ *
+ * @author James Bognar (james.bognar@salesforce.com)
+ */
+@Xml(name="x")
+public class Pre extends HtmlElement {
+}

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Progress.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Progress.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Progress.java
new file mode 100644
index 0000000..3646bee
--- /dev/null
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Progress.java
@@ -0,0 +1,26 @@
+/***************************************************************************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations under the License.
+ ***************************************************************************************************************************/
+
+package org.apache.juneau.html.dto;
+
+import org.apache.juneau.xml.annotation.*;
+
+/**
+ * TODO
+ * <p>
+ *
+ * @author James Bognar (james.bognar@salesforce.com)
+ */
+@Xml(name="x")
+public class Progress extends HtmlElement {
+}

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Q.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Q.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Q.java
new file mode 100644
index 0000000..add1040
--- /dev/null
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Q.java
@@ -0,0 +1,26 @@
+/***************************************************************************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations under the License.
+ ***************************************************************************************************************************/
+
+package org.apache.juneau.html.dto;
+
+import org.apache.juneau.xml.annotation.*;
+
+/**
+ * TODO
+ * <p>
+ *
+ * @author James Bognar (james.bognar@salesforce.com)
+ */
+@Xml(name="x")
+public class Q extends HtmlElement {
+}

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Rp.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Rp.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Rp.java
new file mode 100644
index 0000000..fdeae0a
--- /dev/null
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Rp.java
@@ -0,0 +1,26 @@
+/***************************************************************************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations under the License.
+ ***************************************************************************************************************************/
+
+package org.apache.juneau.html.dto;
+
+import org.apache.juneau.xml.annotation.*;
+
+/**
+ * TODO
+ * <p>
+ *
+ * @author James Bognar (james.bognar@salesforce.com)
+ */
+@Xml(name="x")
+public class Rp extends HtmlElement {
+}

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Rt.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Rt.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Rt.java
new file mode 100644
index 0000000..1ca64ff
--- /dev/null
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Rt.java
@@ -0,0 +1,26 @@
+/***************************************************************************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations under the License.
+ ***************************************************************************************************************************/
+
+package org.apache.juneau.html.dto;
+
+import org.apache.juneau.xml.annotation.*;
+
+/**
+ * TODO
+ * <p>
+ *
+ * @author James Bognar (james.bognar@salesforce.com)
+ */
+@Xml(name="x")
+public class Rt extends HtmlElement {
+}

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Ruby.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Ruby.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Ruby.java
new file mode 100644
index 0000000..ae3dc4f
--- /dev/null
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Ruby.java
@@ -0,0 +1,26 @@
+/***************************************************************************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations under the License.
+ ***************************************************************************************************************************/
+
+package org.apache.juneau.html.dto;
+
+import org.apache.juneau.xml.annotation.*;
+
+/**
+ * TODO
+ * <p>
+ *
+ * @author James Bognar (james.bognar@salesforce.com)
+ */
+@Xml(name="x")
+public class Ruby extends HtmlElement {
+}

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/S.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/S.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/S.java
new file mode 100644
index 0000000..7ac35f0
--- /dev/null
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/S.java
@@ -0,0 +1,26 @@
+/***************************************************************************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations under the License.
+ ***************************************************************************************************************************/
+
+package org.apache.juneau.html.dto;
+
+import org.apache.juneau.xml.annotation.*;
+
+/**
+ * TODO
+ * <p>
+ *
+ * @author James Bognar (james.bognar@salesforce.com)
+ */
+@Xml(name="x")
+public class S extends HtmlElement {
+}

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Samp.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Samp.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Samp.java
new file mode 100644
index 0000000..2113f94
--- /dev/null
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Samp.java
@@ -0,0 +1,26 @@
+/***************************************************************************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations under the License.
+ ***************************************************************************************************************************/
+
+package org.apache.juneau.html.dto;
+
+import org.apache.juneau.xml.annotation.*;
+
+/**
+ * TODO
+ * <p>
+ *
+ * @author James Bognar (james.bognar@salesforce.com)
+ */
+@Xml(name="x")
+public class Samp extends HtmlElement {
+}

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Script.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Script.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Script.java
new file mode 100644
index 0000000..dcbfca2
--- /dev/null
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Script.java
@@ -0,0 +1,26 @@
+/***************************************************************************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations under the License.
+ ***************************************************************************************************************************/
+
+package org.apache.juneau.html.dto;
+
+import org.apache.juneau.xml.annotation.*;
+
+/**
+ * TODO
+ * <p>
+ *
+ * @author James Bognar (james.bognar@salesforce.com)
+ */
+@Xml(name="x")
+public class Script extends HtmlElement {
+}

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Section.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Section.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Section.java
new file mode 100644
index 0000000..6f385d3
--- /dev/null
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Section.java
@@ -0,0 +1,26 @@
+/***************************************************************************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations under the License.
+ ***************************************************************************************************************************/
+
+package org.apache.juneau.html.dto;
+
+import org.apache.juneau.xml.annotation.*;
+
+/**
+ * TODO
+ * <p>
+ *
+ * @author James Bognar (james.bognar@salesforce.com)
+ */
+@Xml(name="x")
+public class Section extends HtmlElement {
+}

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Select.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Select.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Select.java
new file mode 100644
index 0000000..621c6b4
--- /dev/null
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Select.java
@@ -0,0 +1,26 @@
+/***************************************************************************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations under the License.
+ ***************************************************************************************************************************/
+
+package org.apache.juneau.html.dto;
+
+import org.apache.juneau.xml.annotation.*;
+
+/**
+ * TODO
+ * <p>
+ *
+ * @author James Bognar (james.bognar@salesforce.com)
+ */
+@Xml(name="x")
+public class Select extends HtmlElement {
+}

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Small.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Small.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Small.java
new file mode 100644
index 0000000..c55c100
--- /dev/null
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Small.java
@@ -0,0 +1,26 @@
+/***************************************************************************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations under the License.
+ ***************************************************************************************************************************/
+
+package org.apache.juneau.html.dto;
+
+import org.apache.juneau.xml.annotation.*;
+
+/**
+ * TODO
+ * <p>
+ *
+ * @author James Bognar (james.bognar@salesforce.com)
+ */
+@Xml(name="x")
+public class Small extends HtmlElement {
+}

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Source.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Source.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Source.java
new file mode 100644
index 0000000..8f5b54b
--- /dev/null
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Source.java
@@ -0,0 +1,26 @@
+/***************************************************************************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations under the License.
+ ***************************************************************************************************************************/
+
+package org.apache.juneau.html.dto;
+
+import org.apache.juneau.xml.annotation.*;
+
+/**
+ * TODO
+ * <p>
+ *
+ * @author James Bognar (james.bognar@salesforce.com)
+ */
+@Xml(name="x")
+public class Source extends HtmlElement {
+}

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Span.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Span.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Span.java
new file mode 100644
index 0000000..3a0ea97
--- /dev/null
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Span.java
@@ -0,0 +1,26 @@
+/***************************************************************************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations under the License.
+ ***************************************************************************************************************************/
+
+package org.apache.juneau.html.dto;
+
+import org.apache.juneau.xml.annotation.*;
+
+/**
+ * TODO
+ * <p>
+ *
+ * @author James Bognar (james.bognar@salesforce.com)
+ */
+@Xml(name="x")
+public class Span extends HtmlElement {
+}

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Strong.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Strong.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Strong.java
new file mode 100644
index 0000000..3e1c2da
--- /dev/null
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Strong.java
@@ -0,0 +1,26 @@
+/***************************************************************************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations under the License.
+ ***************************************************************************************************************************/
+
+package org.apache.juneau.html.dto;
+
+import org.apache.juneau.xml.annotation.*;
+
+/**
+ * TODO
+ * <p>
+ *
+ * @author James Bognar (james.bognar@salesforce.com)
+ */
+@Xml(name="x")
+public class Strong extends HtmlElement {
+}

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Style.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Style.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Style.java
new file mode 100644
index 0000000..8d2b900
--- /dev/null
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Style.java
@@ -0,0 +1,26 @@
+/***************************************************************************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations under the License.
+ ***************************************************************************************************************************/
+
+package org.apache.juneau.html.dto;
+
+import org.apache.juneau.xml.annotation.*;
+
+/**
+ * TODO
+ * <p>
+ *
+ * @author James Bognar (james.bognar@salesforce.com)
+ */
+@Xml(name="x")
+public class Style extends HtmlElement {
+}

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Sub.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Sub.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Sub.java
new file mode 100644
index 0000000..a074e6d
--- /dev/null
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Sub.java
@@ -0,0 +1,26 @@
+/***************************************************************************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations under the License.
+ ***************************************************************************************************************************/
+
+package org.apache.juneau.html.dto;
+
+import org.apache.juneau.xml.annotation.*;
+
+/**
+ * TODO
+ * <p>
+ *
+ * @author James Bognar (james.bognar@salesforce.com)
+ */
+@Xml(name="x")
+public class Sub extends HtmlElement {
+}

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Summary.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Summary.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Summary.java
new file mode 100644
index 0000000..528859e
--- /dev/null
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Summary.java
@@ -0,0 +1,26 @@
+/***************************************************************************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations under the License.
+ ***************************************************************************************************************************/
+
+package org.apache.juneau.html.dto;
+
+import org.apache.juneau.xml.annotation.*;
+
+/**
+ * TODO
+ * <p>
+ *
+ * @author James Bognar (james.bognar@salesforce.com)
+ */
+@Xml(name="x")
+public class Summary extends HtmlElement {
+}

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Sup.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Sup.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Sup.java
new file mode 100644
index 0000000..abff4d7
--- /dev/null
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Sup.java
@@ -0,0 +1,26 @@
+/***************************************************************************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations under the License.
+ ***************************************************************************************************************************/
+
+package org.apache.juneau.html.dto;
+
+import org.apache.juneau.xml.annotation.*;
+
+/**
+ * TODO
+ * <p>
+ *
+ * @author James Bognar (james.bognar@salesforce.com)
+ */
+@Xml(name="x")
+public class Sup extends HtmlElement {
+}

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Table.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Table.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Table.java
new file mode 100644
index 0000000..4e9c699
--- /dev/null
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Table.java
@@ -0,0 +1,26 @@
+/***************************************************************************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations under the License.
+ ***************************************************************************************************************************/
+
+package org.apache.juneau.html.dto;
+
+import org.apache.juneau.xml.annotation.*;
+
+/**
+ * TODO
+ * <p>
+ *
+ * @author James Bognar (james.bognar@salesforce.com)
+ */
+@Xml(name="x")
+public class Table extends HtmlElement {
+}

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Tbody.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Tbody.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Tbody.java
new file mode 100644
index 0000000..7987f6a
--- /dev/null
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Tbody.java
@@ -0,0 +1,26 @@
+/***************************************************************************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations under the License.
+ ***************************************************************************************************************************/
+
+package org.apache.juneau.html.dto;
+
+import org.apache.juneau.xml.annotation.*;
+
+/**
+ * TODO
+ * <p>
+ *
+ * @author James Bognar (james.bognar@salesforce.com)
+ */
+@Xml(name="x")
+public class Tbody extends HtmlElement {
+}

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Td.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Td.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Td.java
new file mode 100644
index 0000000..42cb8d2
--- /dev/null
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Td.java
@@ -0,0 +1,26 @@
+/***************************************************************************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations under the License.
+ ***************************************************************************************************************************/
+
+package org.apache.juneau.html.dto;
+
+import org.apache.juneau.xml.annotation.*;
+
+/**
+ * TODO
+ * <p>
+ *
+ * @author James Bognar (james.bognar@salesforce.com)
+ */
+@Xml(name="x")
+public class Td extends HtmlElement {
+}

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Textarea.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Textarea.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Textarea.java
new file mode 100644
index 0000000..fbad17b
--- /dev/null
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Textarea.java
@@ -0,0 +1,26 @@
+/***************************************************************************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations under the License.
+ ***************************************************************************************************************************/
+
+package org.apache.juneau.html.dto;
+
+import org.apache.juneau.xml.annotation.*;
+
+/**
+ * TODO
+ * <p>
+ *
+ * @author James Bognar (james.bognar@salesforce.com)
+ */
+@Xml(name="x")
+public class Textarea extends HtmlElement {
+}

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Tfoot.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Tfoot.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Tfoot.java
new file mode 100644
index 0000000..ad7ef55
--- /dev/null
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Tfoot.java
@@ -0,0 +1,26 @@
+/***************************************************************************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations under the License.
+ ***************************************************************************************************************************/
+
+package org.apache.juneau.html.dto;
+
+import org.apache.juneau.xml.annotation.*;
+
+/**
+ * TODO
+ * <p>
+ *
+ * @author James Bognar (james.bognar@salesforce.com)
+ */
+@Xml(name="x")
+public class Tfoot extends HtmlElement {
+}

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Th.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Th.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Th.java
new file mode 100644
index 0000000..19ff38d
--- /dev/null
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Th.java
@@ -0,0 +1,26 @@
+/***************************************************************************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations under the License.
+ ***************************************************************************************************************************/
+
+package org.apache.juneau.html.dto;
+
+import org.apache.juneau.xml.annotation.*;
+
+/**
+ * TODO
+ * <p>
+ *
+ * @author James Bognar (james.bognar@salesforce.com)
+ */
+@Xml(name="x")
+public class Th extends HtmlElement {
+}

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Thead.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Thead.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Thead.java
new file mode 100644
index 0000000..df9b32b
--- /dev/null
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Thead.java
@@ -0,0 +1,26 @@
+/***************************************************************************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations under the License.
+ ***************************************************************************************************************************/
+
+package org.apache.juneau.html.dto;
+
+import org.apache.juneau.xml.annotation.*;
+
+/**
+ * TODO
+ * <p>
+ *
+ * @author James Bognar (james.bognar@salesforce.com)
+ */
+@Xml(name="x")
+public class Thead extends HtmlElement {
+}

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Time.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Time.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Time.java
new file mode 100644
index 0000000..1e2ee72
--- /dev/null
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Time.java
@@ -0,0 +1,26 @@
+/***************************************************************************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations under the License.
+ ***************************************************************************************************************************/
+
+package org.apache.juneau.html.dto;
+
+import org.apache.juneau.xml.annotation.*;
+
+/**
+ * TODO
+ * <p>
+ *
+ * @author James Bognar (james.bognar@salesforce.com)
+ */
+@Xml(name="x")
+public class Time extends HtmlElement {
+}

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Title.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Title.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Title.java
new file mode 100644
index 0000000..24619a8
--- /dev/null
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Title.java
@@ -0,0 +1,26 @@
+/***************************************************************************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations under the License.
+ ***************************************************************************************************************************/
+
+package org.apache.juneau.html.dto;
+
+import org.apache.juneau.xml.annotation.*;
+
+/**
+ * TODO
+ * <p>
+ *
+ * @author James Bognar (james.bognar@salesforce.com)
+ */
+@Xml(name="x")
+public class Title extends HtmlElement {
+}

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Tr.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Tr.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Tr.java
new file mode 100644
index 0000000..e27d7b6
--- /dev/null
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Tr.java
@@ -0,0 +1,26 @@
+/***************************************************************************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations under the License.
+ ***************************************************************************************************************************/
+
+package org.apache.juneau.html.dto;
+
+import org.apache.juneau.xml.annotation.*;
+
+/**
+ * TODO
+ * <p>
+ *
+ * @author James Bognar (james.bognar@salesforce.com)
+ */
+@Xml(name="x")
+public class Tr extends HtmlElement {
+}

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Track.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Track.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Track.java
new file mode 100644
index 0000000..add86c0
--- /dev/null
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Track.java
@@ -0,0 +1,26 @@
+/***************************************************************************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations under the License.
+ ***************************************************************************************************************************/
+
+package org.apache.juneau.html.dto;
+
+import org.apache.juneau.xml.annotation.*;
+
+/**
+ * TODO
+ * <p>
+ *
+ * @author James Bognar (james.bognar@salesforce.com)
+ */
+@Xml(name="x")
+public class Track extends HtmlElement {
+}

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/U.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/U.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/U.java
new file mode 100644
index 0000000..1fa5e19
--- /dev/null
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/U.java
@@ -0,0 +1,26 @@
+/***************************************************************************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations under the License.
+ ***************************************************************************************************************************/
+
+package org.apache.juneau.html.dto;
+
+import org.apache.juneau.xml.annotation.*;
+
+/**
+ * TODO
+ * <p>
+ *
+ * @author James Bognar (james.bognar@salesforce.com)
+ */
+@Xml(name="x")
+public class U extends HtmlElement {
+}

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Ul.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Ul.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Ul.java
new file mode 100644
index 0000000..7e4f820
--- /dev/null
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Ul.java
@@ -0,0 +1,26 @@
+/***************************************************************************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations under the License.
+ ***************************************************************************************************************************/
+
+package org.apache.juneau.html.dto;
+
+import org.apache.juneau.xml.annotation.*;
+
+/**
+ * TODO
+ * <p>
+ *
+ * @author James Bognar (james.bognar@salesforce.com)
+ */
+@Xml(name="x")
+public class Ul extends HtmlElement {
+}

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Var.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Var.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Var.java
new file mode 100644
index 0000000..eeaac40
--- /dev/null
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Var.java
@@ -0,0 +1,26 @@
+/***************************************************************************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations under the License.
+ ***************************************************************************************************************************/
+
+package org.apache.juneau.html.dto;
+
+import org.apache.juneau.xml.annotation.*;
+
+/**
+ * TODO
+ * <p>
+ *
+ * @author James Bognar (james.bognar@salesforce.com)
+ */
+@Xml(name="x")
+public class Var extends HtmlElement {
+}

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Video.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Video.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Video.java
new file mode 100644
index 0000000..d03de13
--- /dev/null
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Video.java
@@ -0,0 +1,26 @@
+/***************************************************************************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations under the License.
+ ***************************************************************************************************************************/
+
+package org.apache.juneau.html.dto;
+
+import org.apache.juneau.xml.annotation.*;
+
+/**
+ * TODO
+ * <p>
+ *
+ * @author James Bognar (james.bognar@salesforce.com)
+ */
+@Xml(name="x")
+public class Video extends HtmlElement {
+}

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/Wbr.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/Wbr.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/Wbr.java
new file mode 100644
index 0000000..d95eaf7
--- /dev/null
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/Wbr.java
@@ -0,0 +1,26 @@
+/***************************************************************************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations under the License.
+ ***************************************************************************************************************************/
+
+package org.apache.juneau.html.dto;
+
+import org.apache.juneau.xml.annotation.*;
+
+/**
+ * TODO
+ * <p>
+ *
+ * @author James Bognar (james.bognar@salesforce.com)
+ */
+@Xml(name="x")
+public class Wbr extends HtmlElement {
+}

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/X.java
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/X.java b/juneau-core/src/main/java/org/apache/juneau/html/dto/X.java
new file mode 100644
index 0000000..4960105
--- /dev/null
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/X.java
@@ -0,0 +1,26 @@
+/***************************************************************************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations under the License.
+ ***************************************************************************************************************************/
+
+package org.apache.juneau.html.dto;
+
+import org.apache.juneau.xml.annotation.*;
+
+/**
+ * TODO
+ * <p>
+ *
+ * @author James Bognar (james.bognar@salesforce.com)
+ */
+@Xml(name="x")
+public class X extends HtmlElement {
+}

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/package.html
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/package.html b/juneau-core/src/main/java/org/apache/juneau/html/dto/package.html
new file mode 100644
index 0000000..a721d71
--- /dev/null
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/package.html
@@ -0,0 +1,41 @@
+<!DOCTYPE HTML>
+<!--
+/***************************************************************************************************************************
+ * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *  
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *  
+ * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations under the License.
+ *
+ ***************************************************************************************************************************/
+ -->
+<html>
+<head>
+	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+	<style type="text/css">
+		/* For viewing in Page Designer */
+		@IMPORT url("../../../../../../../javadoc.css");
+
+		/* For viewing in REST interface */
+		@IMPORT url("../htdocs/javadoc.css");
+		body { 
+			margin: 20px; 
+		}	
+	</style>
+	<script>
+		/* Replace all @code and @link tags. */	
+		window.onload = function() {
+			document.body.innerHTML = document.body.innerHTML.replace(/\{\@code ([^\}]+)\}/g, '<code>$1</code>');
+			document.body.innerHTML = document.body.innerHTML.replace(/\{\@link (([^\}]+)\.)?([^\.\}]+)\}/g, '<code>$3</code>');
+		}
+	</script>
+</head>
+<body>
+<p>HTML Data Transfer Objects</p>
+</body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/e6bf97a8/juneau-core/src/main/java/org/apache/juneau/html/dto/temp.txt
----------------------------------------------------------------------
diff --git a/juneau-core/src/main/java/org/apache/juneau/html/dto/temp.txt b/juneau-core/src/main/java/org/apache/juneau/html/dto/temp.txt
new file mode 100644
index 0000000..cd769ed
--- /dev/null
+++ b/juneau-core/src/main/java/org/apache/juneau/html/dto/temp.txt
@@ -0,0 +1,142 @@
+\u24d8 a \u2013 hyperlink CHANGED
+\u24d8 abbr \u2013 abbreviation
+\u24d8 address \u2013 contact information
+\u24d8 area \u2013 image-map hyperlink
+\u24d8 article \u2013 article NEW
+\u24d8 aside \u2013 tangential content NEW
+\u24d8 audio \u2013 audio stream NEW
+\u24d8 b \u2013 offset text conventionally styled in bold CHANGED
+\u24d8 base \u2013 base URL
+\u24d8 bdi \u2013 BiDi isolate NEW
+\u24d8 bdo \u2013 BiDi override
+\u24d8 blockquote \u2013 block quotation
+\u24d8 body \u2013 document body
+\u24d8 br \u2013 line break
+\u24d8 button \u2013 button
+\u24d8 button type=submit \u2013 submit button
+\u24d8 button type=reset \u2013 reset button
+\u24d8 button type=button \u2013 button with no additional semantics
+\u24d8 canvas \u2013 canvas for dynamic graphics NEW
+\u24d8 caption \u2013 table title
+\u24d8 cite \u2013 cited title of a work CHANGED
+\u24d8 code \u2013 code fragment
+\u24d8 col \u2013 table column
+\u24d8 colgroup \u2013 table column group
+\u24d8 command \u2013 command NEW
+\u24d8 command type=command \u2013 command with an associated action NEW
+\u24d8 command type=radio \u2013 selection of one item from a list of items NEW
+\u24d8 command type=checkbox \u2013 state or option that can be toggled NEW
+\u24d8 datalist \u2013 predefined options for other controls NEW
+\u24d8 dd \u2013 description or value
+\u24d8 del \u2013 deleted text
+\u24d8 details \u2013 control for additional on-demand information NEW
+\u24d8 dfn \u2013 defining instance
+\u24d8 div \u2013 generic flow container
+\u24d8 dl \u2013 description list
+\u24d8 dt \u2013 term or name
+\u24d8 em \u2013 emphatic stress
+\u24d8 embed \u2013 integration point for plugins NEW
+\u24d8 fieldset \u2013 set of related form controls
+\u24d8 figcaption \u2013 figure caption NEW
+\u24d8 figure \u2013 figure with optional caption NEW
+\u24d8 footer \u2013 footer NEW
+\u24d8 form \u2013 user-submittable form
+\u24d8 h1 \u2013 heading
+\u24d8 h2 \u2013 heading
+\u24d8 h3 \u2013 heading
+\u24d8 h4 \u2013 heading
+\u24d8 h5 \u2013 heading
+\u24d8 h6 \u2013 heading
+\u24d8 head \u2013 document metadata container
+\u24d8 header \u2013 header NEW
+\u24d8 hgroup \u2013 heading group NEW
+\u24d8 hr \u2013 thematic break CHANGED
+\u24d8 html \u2013 root element
+\u24d8 i \u2013 offset text conventionally styled in italic CHANGED
+\u24d8 iframe \u2013 nested browsing context (inline frame)
+\u24d8 img \u2013 image
+\u24d8 input \u2013 input control CHANGED
+\u24d8 input type=text \u2013 text-input field
+\u24d8 input type=password \u2013 password-input field
+\u24d8 input type=checkbox \u2013 checkbox
+\u24d8 input type=radio \u2013 radio button
+\u24d8 input type=button \u2013 button
+\u24d8 input type=submit \u2013 submit button
+\u24d8 input type=reset \u2013 reset button
+\u24d8 input type=file \u2013 file upload control
+\u24d8 input type=hidden \u2013 hidden input control
+\u24d8 input type=image \u2013 image-coordinates input control
+\u24d8 input type=datetime \u2013 global date-and-time input control NEW
+\u24d8 input type=datetime-local \u2013 local date-and-time input control NEW
+\u24d8 input type=date \u2013 date input control NEW
+\u24d8 input type=month \u2013 year-and-month input control NEW
+\u24d8 input type=time \u2013 time input control NEW
+\u24d8 input type=week \u2013 year-and-week input control NEW
+\u24d8 input type=number \u2013 number input control NEW
+\u24d8 input type=range \u2013 imprecise number-input control NEW
+\u24d8 input type=email \u2013 e-mail address input control NEW
+\u24d8 input type=url \u2013 URL input control NEW
+\u24d8 input type=search \u2013 search field NEW
+\u24d8 input type=tel \u2013 telephone-number-input field NEW
+\u24d8 input type=color \u2013 color-well control NEW
+\u24d8 ins \u2013 inserted text
+\u24d8 kbd \u2013 user input
+\u24d8 keygen \u2013 key-pair generator/input control NEW
+\u24d8 label \u2013 caption for a form control
+\u24d8 legend \u2013 title or explanatory caption
+\u24d8 li \u2013 list item
+\u24d8 link \u2013 inter-document relationship metadata
+\u24d8 map \u2013 image-map definition
+\u24d8 mark \u2013 marked (highlighted) text NEW
+\u24d8 menu \u2013 list of commands CHANGED
+\u24d8 meta \u2013 metadata CHANGED
+\u24d8 meta name \u2013 name-value metadata
+\u24d8 meta http-equiv=refresh \u2013 \u201crefresh\u201d pragma directive
+\u24d8 meta http-equiv=default-style \u2013 \u201cpreferred stylesheet\u201d pragma directive
+\u24d8 meta charset \u2013 document character-encoding declaration NEW
+\u24d8 meta http-equiv=content-type \u2013 document character-encoding declaration
+\u24d8 meter \u2013 scalar gauge NEW
+\u24d8 nav \u2013 group of navigational links NEW
+\u24d8 noscript \u2013 fallback content for script
+\u24d8 object \u2013 generic external content
+\u24d8 ol \u2013 ordered list
+\u24d8 optgroup \u2013 group of options
+\u24d8 option \u2013 option
+\u24d8 output \u2013 result of a calculation in a form NEW
+\u24d8 p \u2013 paragraph
+\u24d8 param \u2013 initialization parameters for plugins
+\u24d8 pre \u2013 preformatted text
+\u24d8 progress \u2013 progress indicator NEW
+\u24d8 q \u2013 quoted text
+\u24d8 rp \u2013 ruby parenthesis NEW
+\u24d8 rt \u2013 ruby text NEW
+\u24d8 ruby \u2013 ruby annotation NEW
+\u24d8 s \u2013 struck text CHANGED
+\u24d8 samp \u2013 (sample) output
+\u24d8 script \u2013 embedded script
+\u24d8 section \u2013 section NEW
+\u24d8 select \u2013 option-selection form control
+\u24d8 small \u2013 small print CHANGED
+\u24d8 source \u2013 media source NEW
+\u24d8 span \u2013 generic span
+\u24d8 strong \u2013 strong importance
+\u24d8 style \u2013 style (presentation) information
+\u24d8 sub \u2013 subscript
+\u24d8 summary \u2013 summary, caption, or legend for a details control NEW
+\u24d8 sup \u2013 superscript
+\u24d8 table \u2013 table
+\u24d8 tbody \u2013 table row group
+\u24d8 td \u2013 table cell
+\u24d8 textarea \u2013 text input area
+\u24d8 tfoot \u2013 table footer row group
+\u24d8 th \u2013 table header cell
+\u24d8 thead \u2013 table heading group
+\u24d8 time \u2013 date and/or time NEW
+\u24d8 title \u2013 document title
+\u24d8 tr \u2013 table row
+\u24d8 track \u2013 supplementary media track NEW
+\u24d8 u \u2013 offset text conventionally styled with an underline CHANGED
+\u24d8 ul \u2013 unordered list
+\u24d8 var \u2013 variable or placeholder text
+\u24d8 video \u2013 video NEW
+\u24d8 wbr \u2013 line-break opportunity NEW
\ No newline at end of file