uk.co.badgersinfoil.metaas.dom
Interface ASXMLLiteral

All Superinterfaces:
Expression, Literal, ScriptElement

public interface ASXMLLiteral
extends Literal

An E4X literal XML fragment, such as in a = <hello>world</hello>;.

See Also:
ActionScriptFactory.newXMLLiteral(String)

Method Summary
 java.lang.String getValueString()
           
 

Method Detail

getValueString

java.lang.String getValueString()


Copyright © 2006-2008 David Holroyd. All Rights Reserved.