Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

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

java.util.Collection getAttributeNames()
Get the (local) names of all attributes available on the current element.

Returns:
an unmodifiable collection of attribute names.

getAttributeValue

java.lang.String getAttributeValue(java.lang.String attributeName)
Get the value of an attribute defined on the current element.

Parameters:
attributeName - the name of an attribute defined on the current element.
Returns:
the value of the specified attribute, or null if no such attribute is defined.

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

Copyright © 1997, 2011, Oracle. All rights reserved.