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

E13403-05

oracle.javatools.xml.esax
Interface ElementEndContext

All Superinterfaces:
ElementContext
All Known Implementing Classes:
DefaultElementContext

public interface ElementEndContext
extends ElementContext

The context is used to store state information used while parsing an XML source. This interface defines the access ElementHandlers have to the context during the handleEnd method.

See Also:
ElementContext, ElementStartContext

Method Summary
 java.lang.String getText()
          Get the text contained by the element in context.
 
Methods inherited from interface oracle.javatools.xml.esax.ElementContext
getLocalName, getLocator, getMessageReporter, getNamespaceURI, getParentLocalName, getValue, putValue, registerChildHandler, registerScopeHandler, registerScopeHandler, registerScopeHandlerFactory, removeValue, setMessageReporter
 

Method Detail

getText

java.lang.String getText()
Get the text contained by the element in context.


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

E13403-05

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