Uses of Class
org.mozilla.javascript.ast.XmlFragment
Packages that use XmlFragment
-
Uses of XmlFragment in org.mozilla.javascript.ast
Subclasses of XmlFragment in org.mozilla.javascript.astModifier 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.Methods in org.mozilla.javascript.ast that return types with arguments of type XmlFragmentModifier and TypeMethodDescriptionXmlLiteral.getFragments()
Returns fragment list - a list of expression nodes.Methods in org.mozilla.javascript.ast with parameters of type XmlFragmentModifier and TypeMethodDescriptionvoid
XmlLiteral.addFragment
(XmlFragment fragment) Adds a fragment to the fragment list.Method parameters in org.mozilla.javascript.ast with type arguments of type XmlFragmentModifier and TypeMethodDescriptionvoid
XmlLiteral.setFragments
(List<XmlFragment> fragments) Sets fragment list, removing any existing fragments first.