Package | Description |
---|---|
net.sourceforge.htmlunit.corejs.javascript.ast |
Modifier and Type | Class and Description |
---|---|
class |
XmlExpression
AST node for an embedded JavaScript expression within an E4X XML literal.
|
class |
XmlString
AST node for an XML-text-only component of an XML literal expression.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<XmlFragment> |
XmlLiteral.getFragments()
Returns fragment list - a list of expression nodes.
|
Modifier and Type | Method and Description |
---|---|
void |
XmlLiteral.addFragment(XmlFragment fragment)
Adds a fragment to the fragment list.
|
Modifier and Type | Method and Description |
---|---|
void |
XmlLiteral.setFragments(java.util.List<XmlFragment> fragments)
Sets fragment list, removing any existing fragments first.
|