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.
|
String |
getElementString() |
int |
getLineNumber() |
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()
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.