Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.ide.extension
Interface ElementStartContext  view ElementStartContext download ElementStartContext.java

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.