com.android.manifmerger
Class Actions.ActionLocation
java.lang.Object
com.android.manifmerger.Actions.ActionLocation
- Enclosing class:
- Actions
public static final class Actions.ActionLocation
- extends java.lang.Object
Defines an action location which is composed of a pointer to the source location (e.g. a
file) and a position within that source location.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Actions.ActionLocation
public Actions.ActionLocation(@NonNull
XmlLoader.SourceLocation sourceLocation,
@NonNull
com.android.utils.PositionXmlParser.Position position)
getPosition
public com.android.utils.PositionXmlParser.Position getPosition()
getSourceLocation
public XmlLoader.SourceLocation getSourceLocation()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
toXml
public org.w3c.dom.Node toXml(org.w3c.dom.Element location)