| Package | Description |
|---|---|
| org.eigenbase.xom |
Provides an object layer for reading and writing XML documents.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ElementDef.displayXML(XMLOutput out) |
void |
CommentDef.displayXML(XMLOutput out,
int indent) |
void |
GenericDef.displayXML(XMLOutput out,
int indent) |
void |
NodeDef.displayXML(XMLOutput out,
int indent)
Outputs this element definition in XML to any XMLOutput.
|
void |
WrapperElementDef.displayXML(XMLOutput out,
int indent) |
void |
CdataDef.displayXML(XMLOutput out,
int indent) |
void |
TextDef.displayXML(XMLOutput out,
int indent) |
void |
ElementDef.displayXML(XMLOutput out,
int indent) |
void |
MetaDef.Model.displayXML(XMLOutput _out,
int _indent) |
void |
MetaDef.Element.displayXML(XMLOutput _out,
int _indent) |
void |
MetaDef.Class.displayXML(XMLOutput _out,
int _indent) |
void |
MetaDef.StringElement.displayXML(XMLOutput _out,
int _indent) |
void |
MetaDef.Plugin.displayXML(XMLOutput _out,
int _indent) |
void |
MetaDef.Import.displayXML(XMLOutput _out,
int _indent) |
void |
MetaDef.Attribute.displayXML(XMLOutput _out,
int _indent) |
void |
MetaDef.Object.displayXML(XMLOutput _out,
int _indent) |
void |
MetaDef.Array.displayXML(XMLOutput _out,
int _indent) |
void |
MetaDef.Any.displayXML(XMLOutput _out,
int _indent) |
void |
MetaDef.CData.displayXML(XMLOutput _out,
int _indent) |
protected static void |
ElementDef.displayXMLElement(XMLOutput out,
ElementDef value)
This convenience function displays any ElementDef in XML.
|
protected static void |
ElementDef.displayXMLElementArray(XMLOutput out,
NodeDef[] values)
This convenience function displays an array of ElementDef values in XML.
|
protected static void |
ElementDef.displayXMLString(XMLOutput out,
String tag,
String value)
This convenience function displays a String value in XML.
|
protected static void |
ElementDef.displayXMLStringArray(XMLOutput out,
String tag,
String[] values)
This convenience function displays a String array in XML.
|
Copyright © 2012–2022 Julian Hyde. All rights reserved.