Uses of Class
org.mozilla.javascript.ast.XmlFragment
-
Packages that use XmlFragment Package Description org.mozilla.javascript.ast -
-
Uses of XmlFragment in org.mozilla.javascript.ast
Subclasses of XmlFragment in org.mozilla.javascript.ast Modifier and Type Class 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.Fields in org.mozilla.javascript.ast with type parameters of type XmlFragment Modifier and Type Field Description private java.util.List<XmlFragment>
XmlLiteral. fragments
Methods in org.mozilla.javascript.ast that return types with arguments of type XmlFragment Modifier and Type Method Description java.util.List<XmlFragment>
XmlLiteral. getFragments()
Returns fragment list - a list of expression nodes.Methods in org.mozilla.javascript.ast with parameters of type XmlFragment Modifier and Type Method Description void
XmlLiteral. addFragment(XmlFragment fragment)
Adds a fragment to the fragment list.Method parameters in org.mozilla.javascript.ast with type arguments of type XmlFragment Modifier and Type Method Description void
XmlLiteral. setFragments(java.util.List<XmlFragment> fragments)
Sets fragment list, removing any existing fragments first.
-