Package | Description |
---|---|
sirius.kernel.xml |
Helper classes to read and write XML.
|
Modifier and Type | Method and Description |
---|---|
static Attribute |
Attribute.set(String name,
Object value)
Creates a new attribute with the given name and value.
|
Modifier and Type | Method and Description |
---|---|
StructuredOutput |
StructuredOutput.beginObject(String name,
Attribute... attributes)
Starts a new object with the given name and attributes
|
StructuredOutput |
AbstractStructuredOutput.beginObject(String name,
Attribute... attributes) |
StructuredOutput |
XMLStructuredOutput.beginOutput(String rootElement,
Attribute... attr)
Starts the output with the given root element and attributes
|
protected void |
XMLStructuredOutput.startObject(String name,
Attribute... attributes) |
protected abstract void |
AbstractStructuredOutput.startObject(String name,
Attribute... attributes)
Must be implemented by subclasses to start a new object.
|
Copyright © 2018. All rights reserved.