public static final class CommonPlugin.ElementRecord
extends java.lang.Object
plugin.xml.
It has the obvious things you'd expect of an element, i.e., a name, attributes, and children.| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
getAttributes()
Returns the attributes of the element.
|
java.util.List<CommonPlugin.ElementRecord> |
getChildren()
Returns the children elements.
|
java.lang.String |
getName()
Returns the name of the element.
|
java.lang.String |
toString()
A helpful override for debugging.
|
public java.lang.String getName()
public java.util.Map<java.lang.String,java.lang.String> getAttributes()
public java.util.List<CommonPlugin.ElementRecord> getChildren()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature