All Packages Class Hierarchy This Package Previous Next Index
Interface com.ibm.xml.parser.StartTagHandler
- public interface StartTagHandler
- Version:
- 19980206
-
handleStartTag(TXElement, boolean)
- This method is called after parsing start tag and setting default attribute values
before parsing child elements.
handleStartTag
public abstract void handleStartTag(TXElement el,
boolean empty)
- This method is called after parsing start tag and setting default attribute values
before parsing child elements.
All Packages Class Hierarchy This Package Previous Next Index