Package | Description |
---|---|
de.interactive_instruments.ShapeChange.ModelDiff | |
de.interactive_instruments.ShapeChange.Util |
Modifier and Type | Field and Description |
---|---|
DiffElement.Operation |
DiffElement.change |
Modifier and Type | Method and Description |
---|---|
static DiffElement.Operation |
DiffElement.Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiffElement.Operation[] |
DiffElement.Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLWriter.dataElement(String localName,
String content,
DiffElement.Operation op) |
void |
XMLWriter.dataElement(String localName,
String content,
String attributeName,
String attributeValue,
DiffElement.Operation op) |
void |
XMLWriter.emptyElement(String localName,
String attributeName,
String attributeValue,
DiffElement.Operation op) |
void |
XMLWriter.startElement(String localName,
String attributeName,
String attributeValue,
DiffElement.Operation op)
Convenience method: start an element with only local name and a single
attribute.
|
Copyright © 2018. All rights reserved.