Uses of Class
org.mozilla.javascript.ast.XmlRef
-
Packages that use XmlRef Package Description org.mozilla.javascript.ast -
-
Uses of XmlRef in org.mozilla.javascript.ast
Subclasses of XmlRef in org.mozilla.javascript.ast Modifier and Type Class Description classXmlElemRefAST node for an E4X XML[expr]member-ref expression.classXmlPropRefAST node for an E4X XML[expr]property-ref expression.Methods in org.mozilla.javascript.ast that return XmlRef Modifier and Type Method Description XmlRefXmlMemberGet. getMemberRef()Returns the right-side XML member ref expression.Methods in org.mozilla.javascript.ast with parameters of type XmlRef Modifier and Type Method Description voidXmlMemberGet. setProperty(XmlRef ref)Sets the XML member-ref expression, and sets its parent to this node.Constructors in org.mozilla.javascript.ast with parameters of type XmlRef Constructor Description XmlMemberGet(int pos, int len, AstNode target, XmlRef ref)XmlMemberGet(AstNode target, XmlRef ref)Constructs a newXmlMemberGetnode.XmlMemberGet(AstNode target, XmlRef ref, int opPos)
-