Uses of Class
org.mozilla.javascript.ast.XmlFragment

Packages that use XmlFragment
org.mozilla.javascript.ast   
 

Uses of XmlFragment in org.mozilla.javascript.ast
 

Subclasses of XmlFragment in org.mozilla.javascript.ast
 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.
 

Methods in org.mozilla.javascript.ast that return types with arguments of type XmlFragment
 List<XmlFragment> XmlLiteral.getFragments()
          Returns fragment list - a list of expression nodes.
 

Methods in org.mozilla.javascript.ast with parameters of type XmlFragment
 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
 void XmlLiteral.setFragments(List<XmlFragment> fragments)
          Sets fragment list, removing any existing fragments first.
 



Copyright © 2013. All Rights Reserved.