public interface ElementParser
Modifier and Type | Method and Description |
---|---|
void |
characters(char[] chars,
int start,
int end)
Processes the character data between the start and end element tag
|
void |
endElement()
The parser has completed parsing the element - it's reached the end-of-element tag
|
void |
startElement(Attributes attributes)
Start paring the element
|
void startElement(Attributes attributes)
attributes
- The element's attributesvoid endElement() throws ConfigurationException
ConfigurationException
- A generic parsinf failurevoid characters(char[] chars, int start, int end)
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.