public class Outline extends Object
| Modifier and Type | Field and Description |
|---|---|
Map<String,String> |
attributes |
List<Outline> |
subElements |
| Constructor and Description |
|---|
Outline() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSubElement(Outline outline) |
Map<String,String> |
getAttributes() |
List<Outline> |
getSubElements() |
void |
putAttribute(String key,
String value) |
String |
toString() |
public void addSubElement(Outline outline)
Copyright © 2017. All rights reserved.