|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.bamboo.configuration.DefaultElementParser
public class DefaultElementParser
This class provides the default SAX parsing behaviour (ie do nothing) for an xml element.
| Constructor Summary | |
|---|---|
DefaultElementParser()
|
|
| Method Summary | |
|---|---|
void |
characters(char[] chars,
int offset,
int length)
Do nothing by default. |
void |
endElement()
Do nothing by default. |
void |
startElement(Attributes attributes)
Do nothing by default. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultElementParser()
| Method Detail |
|---|
public void startElement(Attributes attributes)
startElement in interface ElementParserattributes - The element's attributes
public void endElement()
throws ConfigurationException
endElement in interface ElementParserConfigurationException - A generic parsinf failure
public void characters(char[] chars,
int offset,
int length)
characters in interface ElementParserchars - The characters from the XML document.offset - The start position in the array.length - The number of characters to read from the array.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||