com.android.manifmerger
Class Actions.NodeRecord

java.lang.Object
  extended by com.android.manifmerger.Actions.Record
      extended by com.android.manifmerger.Actions.NodeRecord
Enclosing class:
Actions

public static class Actions.NodeRecord
extends Actions.Record

Defines a merging tool action for an xml element.


Field Summary
 
Fields inherited from class com.android.manifmerger.Actions.Record
mActionLocation, mActionType, mReason, mTargetId
 
Method Summary
protected  void addAttributes(org.w3c.dom.Element element)
           
 java.lang.String toString()
           
 
Methods inherited from class com.android.manifmerger.Actions.Record
getActionLocation, getActionType, getTargetId, print, toXml
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

addAttributes

protected void addAttributes(org.w3c.dom.Element element)
Specified by:
addAttributes in class Actions.Record

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object