| Package | Description |
|---|---|
| org.unidal.codegen.framework | |
| org.unidal.codegen.model | |
| org.unidal.codegen.model.entity | |
| org.unidal.codegen.model.transform |
| Modifier and Type | Method and Description |
|---|---|
Any |
XmlAggregator.aggregate(File manifestXml,
StructureModel structure,
ManifestModel manifest) |
Any |
DefaultXmlAggregator.aggregate(File manifestXml,
StructureModel structure,
ManifestModel manifest) |
| Modifier and Type | Method and Description |
|---|---|
void |
IVisitor.visitAny(Any any) |
| Modifier and Type | Method and Description |
|---|---|
Any |
Any.addChild(Any any) |
Any |
Any.getFirstChild(String name) |
Any |
Any.setAttribute(String name,
String value) |
Any |
Any.setName(String name) |
Any |
Any.setValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
protected List<Any> |
Any.children(boolean readonly) |
List<Any> |
Any.getAllChildren(String name) |
List<Any> |
Any.getChildren() |
List<Any> |
CodegenModel.getData() |
| Modifier and Type | Method and Description |
|---|---|
Any |
Any.addChild(Any any) |
void |
Any.mergeAttributes(Any other) |
| Modifier and Type | Method and Description |
|---|---|
CodegenModel |
CodegenModel.setData(List<Any> data) |
| Modifier and Type | Method and Description |
|---|---|
Any |
DefaultXmlMaker.buildAny(Attributes attributes) |
protected Any |
DefaultXmlParser.buildAny(String qName,
Attributes attributes) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultXmlBuilder.visitAny(Any any) |
void |
BaseVisitor.visitAny(Any any) |
Copyright © 2022 Unidal Organization. All rights reserved.