org.yasl.xmlobjects.impl
Class ArgKeyedObjectElementHandler
java.lang.Object
org.yasl.xmlobjects.impl.BaseElementHandler
org.yasl.xmlobjects.impl.ArgKeyedObjectElementHandler
- All Implemented Interfaces:
- ElementHandler
- public class ArgKeyedObjectElementHandler
- extends org.yasl.xmlobjects.impl.BaseElementHandler
- Version:
- 1.0
- Author:
- not attributable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ATTR_KEY
protected static final String ATTR_KEY
- See Also:
- Constant Field Values
ATTR_KEY_TYPE
protected static final String ATTR_KEY_TYPE
- See Also:
- Constant Field Values
ATTR_BUNDLE
protected static final String ATTR_BUNDLE
- See Also:
- Constant Field Values
ATTR_CLASS
protected static final String ATTR_CLASS
- See Also:
- Constant Field Values
ATTR_RETURNED_CLASS
protected static final String ATTR_RETURNED_CLASS
- See Also:
- Constant Field Values
ATTR_TYPE
protected static final String ATTR_TYPE
- See Also:
- Constant Field Values
ATTR_VALUE
protected static final String ATTR_VALUE
- See Also:
- Constant Field Values
ATTR_METHOD
protected static final String ATTR_METHOD
- See Also:
- Constant Field Values
ATTR_LOCALE
protected static final String ATTR_LOCALE
- See Also:
- Constant Field Values
logger
protected final Logger logger
propertyResolver
protected final PropertyResolver propertyResolver
ArgKeyedObjectElementHandler
public ArgKeyedObjectElementHandler(Logger logger,
PropertyResolver propertyResolver,
LinkedList objInstantiatorStack,
LinkedList argStack,
KeyResolver keyResolver)
handleStartElement
public void handleStartElement(Attributes atts)
throws SAXException
- Method called when an open tag instance is encountered.
- Parameters:
atts
- Attributes
- Throws:
SAXException
handleEndElement
public void handleEndElement()
throws SAXException
- Method called when the close tag instance is encountered.
- Throws:
SAXException
getOptionalAttrValue
protected String getOptionalAttrValue(Attributes atts,
String attrName)
getRequiredAttrValue
protected String getRequiredAttrValue(Attributes atts,
String attrName)
isPropertyKey
protected boolean isPropertyKey(String value)