public interface ElementStartContext extends ElementContext
ElementContext,
ElementEndContext| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator |
getAttributeNames()
Iterates over the collection of attribute names for the element in
context.
|
java.lang.String |
getAttributeValue(java.lang.String attributeName)
Get the value of an attribute for the element in context.
|
getLocalName, getLocator, getMessageReporter, getNamespaceURI, getParentLocalName, getValue, putValue, registerChildHandler, registerScopeHandler, registerScopeHandler, registerScopeHandlerFactory, removeValue, setMessageReporterjava.lang.String getAttributeValue(java.lang.String attributeName)
attributeName - the local name of an XML attribute, must not be
null.java.util.Iterator getAttributeNames()