@NoImplement
public interface XmlMetadataAnnotations
| Modifier and Type | Field and Description |
|---|---|
static String |
METADATA_ANNOTATIONS_KEY |
| Modifier and Type | Method and Description |
|---|---|
void |
appendElementBody(String elementBody)
Adds the body of the xml tag.
|
void |
appendElementEnd(String qName)
Builds the closing tag of the xml element.
|
void |
appendElementStart(String qName,
Map<String,String> atts)
Builds the opening tag of the xml element.
|
int |
getColumnNumber() |
String |
getElementString() |
int |
getLineNumber() |
void |
setColumnNumber(int columnNumber) |
void |
setLineNumber(int lineNumber) |
static final String METADATA_ANNOTATIONS_KEY
void appendElementStart(String qName, Map<String,String> atts)
qName - the qualified name of the elementatts - the attributes of the element, with the qualified name as keyvoid appendElementBody(String elementBody)
elementBody - the body content to be addedvoid appendElementEnd(String qName)
qName - the qualified name of the elementString getElementString()
int getLineNumber()
void setLineNumber(int lineNumber)
lineNumber - the line where the declaration of the element starts in its source xml file.int getColumnNumber()
void setColumnNumber(int columnNumber)
columnNumber - the column where the declaration of the element starts in the source xml file.Copyright © 2021 MuleSoft, Inc.. All rights reserved.