public interface ElementStartContext extends ElementContext
| Modifier and Type | Method and Description | 
|---|---|
java.util.Collection<java.lang.String> | 
getAttributeNames()
Get the (local) names of all attributes available on the current element. 
 | 
java.lang.String | 
getAttributeValue(java.lang.String attributeName)
Get the value of an attribute defined on the current element. 
 | 
getElementName, getExtension, getExtensionSourceURI, getLogger, getScopeData, registerChildVisitor, registerVisitorFactoryjava.util.Collection<java.lang.String> getAttributeNames()
java.lang.String getAttributeValue(java.lang.String attributeName)
attributeName - the name of an attribute defined on the current element.