|
|||||||||
| Home >> All >> javax >> ide >> [ extension overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.ide.extension
Interface ElementStartContext

- All Superinterfaces:
- ElementContext
- public interface ElementStartContext
- extends ElementContext
The context when visiting an xml start element.
| Method Summary | |
java.util.Collection |
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. |
| Methods inherited from interface javax.ide.extension.ElementContext |
getElementName, getExtension, getExtensionSourceURI, getLogger, getScopeData, registerChildVisitor, registerVisitorFactory |
| Method Detail |
getAttributeNames
public java.util.Collection getAttributeNames()
- Get the (local) names of all attributes available on the current
element.
getAttributeValue
public java.lang.String getAttributeValue(java.lang.String attributeName)
- Get the value of an attribute defined on the current element.
|
|||||||||
| Home >> All >> javax >> ide >> [ extension overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC