jaxx.compiler.tools.jaxxcapture
Class CapturedObject

java.lang.Object
  extended by jaxx.compiler.tools.jaxxcapture.AbstractContextNode
      extended by jaxx.compiler.tools.jaxxcapture.CapturedObject
All Implemented Interfaces:
ContextNode

public class CapturedObject
extends AbstractContextNode


Constructor Summary
CapturedObject(ObjectHandler handler, String className, JAXXCapture capture)
           
 
Method Summary
 void addChild(CapturedObject child, ContextNode constraints)
           
 void appendInnerXML(String xml)
           
 void appendScriptCode(String script)
           
 Map<String,Object> getAdditionalData()
           
 Object getAdditionalData(String key)
           
 CapturedObject[] getChildren()
           
 String getClassName()
           
 ContextNode getConstraints(CapturedObject child)
           
 String getInnerXML()
           
 ObjectHandler getObjectHandler()
           
 CapturedObject getParent()
           
 Map<String,String> getProperties()
           
 String getProperty(String key)
           
 String getScriptCode()
           
 String getXML(JAXXCapture capture)
           
 boolean isInlineable()
           
 void setAdditionalData(String key, Object value)
           
 void setInlineable(boolean inlineable)
           
 void setParent(CapturedObject parent)
           
 void setProperty(String key, String value)
           
 String toString()
           
 
Methods inherited from class jaxx.compiler.tools.jaxxcapture.AbstractContextNode
addArgument, getArguments
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CapturedObject

public CapturedObject(ObjectHandler handler,
                      String className,
                      JAXXCapture capture)
Method Detail

getObjectHandler

public ObjectHandler getObjectHandler()

addChild

public void addChild(CapturedObject child,
                     ContextNode constraints)

getChildren

public CapturedObject[] getChildren()

getParent

public CapturedObject getParent()

setParent

public void setParent(CapturedObject parent)

getConstraints

public ContextNode getConstraints(CapturedObject child)

getClassName

public String getClassName()

getProperty

public String getProperty(String key)

setProperty

public void setProperty(String key,
                        String value)

getProperties

public Map<String,String> getProperties()

getAdditionalData

public Object getAdditionalData(String key)

setAdditionalData

public void setAdditionalData(String key,
                              Object value)

getAdditionalData

public Map<String,Object> getAdditionalData()

setInlineable

public void setInlineable(boolean inlineable)

isInlineable

public boolean isInlineable()

appendInnerXML

public void appendInnerXML(String xml)

getInnerXML

public String getInnerXML()

appendScriptCode

public void appendScriptCode(String script)

getScriptCode

public String getScriptCode()

getXML

public String getXML(JAXXCapture capture)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008-2011 CodeLutin. All Rights Reserved.