Interfaces for inspecting and manipulating the parse tree of JSP and HTML files.
Nodes in the parse tree all inherit from IDOMNode
.
The root node of a parse tree is always an IDOMDocument
.
All document types expose their parse tree using IDocumentElement
objects.
In a JSP or HTML file, these objects will also implement
IDOMSourceElement
which can be used
to obtain an
IDOMNode
.
Interface representing an attribute of an |
|
Interface representing elements in a JSP or HTML document. |
|
Base interface for nodes in an HTML or JSP document. |
|
Interface representing an unmodifiable list of |
|
Interface for mapping from a |
|
Interface representing a text node in the document. |
|
Interface representing a comment element in an HTML or JSP document. |
|
Interface representing an HTML element in the parse tree. |
|
Interface representing a custom tag, or a standard action (jsp:tag) in a JSP document. |
|
Interface representing a JSP comment in a JSP document. |
|
Interface representing a declaration in a JSP document. |
|
Interface representing a directive in a JSP document. |
|
Interface for performing JSP specific manipulations on a JSP document. |
|
Interface representing an expression in a JSP document. |
|
Interface representing a scriptlet in a JSP document. |
|
Interface representing a |
Class representing an exception for an invalid attribute value. |