Modifier and Type | Method and Description |
---|---|
void |
CombinedVisitorAdapter.visitXML(OasXML node) |
void |
CombinedAllNodeVisitor.visitXML(OasXML node) |
void |
CombinedCompositeVisitor.visitXML(OasXML node) |
Modifier and Type | Method and Description |
---|---|
void |
OasInvalidXmlNamespaceUrlRule.visitXML(OasXML node) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
OasUnexpectedXmlWrappingRule.isWrappedOK(OasXML xml)
Returns true if it's OK to use "wrapped" in the XML node.
|
void |
OasUnexpectedXmlWrappingRule.visitXML(OasXML node) |
Modifier and Type | Method and Description |
---|---|
void |
OasDataModelReader.readXML(Object json,
OasXML node)
Reads an XML.
|
void |
OasDataModelWriter.visitXML(OasXML node) |
void |
OasDataModelReaderDispatcher.visitXML(OasXML node) |
Modifier and Type | Field and Description |
---|---|
OasXML |
OasSchema.xml |
Modifier and Type | Method and Description |
---|---|
abstract OasXML |
OasSchema.createXML()
Creates a child XML model.
|
Modifier and Type | Class and Description |
---|---|
class |
Oas20XML
Models an OpenAPI 2.0 XML.
|
Modifier and Type | Method and Description |
---|---|
OasXML |
Oas20Schema.createXML() |
Modifier and Type | Class and Description |
---|---|
class |
Oas30XML
Models an OpenAPI 3.0.x XML.
|
Modifier and Type | Method and Description |
---|---|
OasXML |
Oas30Schema.createXML() |
Modifier and Type | Method and Description |
---|---|
void |
OasVisitorAdapter.visitXML(OasXML node) |
void |
OasTraverser.visitXML(OasXML node) |
void |
OasNodePathVisitor.visitXML(OasXML node) |
void |
OasAllNodeVisitor.visitXML(OasXML node) |
void |
IOasVisitor.visitXML(OasXML node) |
Modifier and Type | Method and Description |
---|---|
void |
Oas20to30TransformationVisitor.visitXML(OasXML node) |
Copyright © 2019 Red Hat. All rights reserved.