public class AttributeXmlHandler
extends org.xml.sax.helpers.DefaultHandler
AttributeXmlHandler class is used for parsing the configuration file with
attributes - attributes.xml.| Constructor and Description |
|---|
AttributeXmlHandler(CommonTypes commonTypes)
Initializes a newly created
AttributeXmlHandler with ConfigData. |
| Modifier and Type | Method and Description |
|---|---|
void |
characters(char[] ch,
int start,
int length) |
void |
endElement(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String qName) |
AttributeGroup[] |
getAttrGroupList() |
void |
setDocumentLocator(org.xml.sax.Locator locator) |
void |
startElement(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.Attributes atts) |
public AttributeXmlHandler(CommonTypes commonTypes)
AttributeXmlHandler with ConfigData.commonTypes - the common types of parameters.public void startElement(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.Attributes atts)
startElement in interface org.xml.sax.ContentHandlerstartElement in class org.xml.sax.helpers.DefaultHandlerpublic void endElement(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String qName)
endElement in interface org.xml.sax.ContentHandlerendElement in class org.xml.sax.helpers.DefaultHandlerpublic void characters(char[] ch,
int start,
int length)
characters in interface org.xml.sax.ContentHandlercharacters in class org.xml.sax.helpers.DefaultHandlerpublic void setDocumentLocator(org.xml.sax.Locator locator)
setDocumentLocator in interface org.xml.sax.ContentHandlersetDocumentLocator in class org.xml.sax.helpers.DefaultHandlerpublic AttributeGroup[] getAttrGroupList()