| Package | Description |
|---|---|
| org.eigenbase.xom |
Provides an object layer for reading and writing XML documents.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
MetaDef.Any
The Any content is a special marker which allows an Element to
contain any type of data.
|
static class |
MetaDef.Array
An Array is a set of multiple instances of Elements.
|
static class |
MetaDef.CData
The CData content is a special marker which allows an Element to
contain a single CDATA section as its only content, yet still
have attributes.
|
static class |
MetaDef.Object
An Object is a single instance of an Element type.
|
| Modifier and Type | Field and Description |
|---|---|
MetaDef.Content[] |
MetaDef.Element.content
This array defines all content (objects and arrays) to appear within
this class or element.
|
MetaDef.Content[] |
MetaDef.Class.content
This array defines all content (objects and arrays) to appear within
this class or element.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetaGenerator.writeJavaDeclareContent(PrintWriter out,
MetaDef.Content content) |
void |
MetaGenerator.writeJavaDisplayContent(PrintWriter out,
MetaDef.Content content) |
void |
MetaGenerator.writeJavaDisplayDiffContent(PrintWriter out,
int[] diffCount,
MetaDef.Content content) |
void |
MetaGenerator.writeJavaDisplayXMLContent(PrintWriter out,
MetaDef.Content content) |
void |
MetaGenerator.writeJavaGetContent(PrintWriter out,
MetaDef.Content content) |
Copyright © 2012–2022 Julian Hyde. All rights reserved.