Uses of Class
org.mozilla.javascript.ast.XmlFragment
-
Uses of XmlFragment in org.mozilla.javascript.ast
Modifier and TypeClassDescriptionclass
AST node for an embedded JavaScript expression within an E4X XML literal.class
AST node for an XML-text-only component of an XML literal expression.Modifier and TypeMethodDescriptionXmlLiteral.getFragments()
Returns fragment list - a list of expression nodes.Modifier and TypeMethodDescriptionvoid
XmlLiteral.addFragment
(XmlFragment fragment) Adds a fragment to the fragment list.Modifier and TypeMethodDescriptionvoid
XmlLiteral.setFragments
(List<XmlFragment> fragments) Sets fragment list, removing any existing fragments first.