JavaScript is disabled on your browser.
SUMMARY:
NESTED |
FIELD |
CONSTR |
METHOD
DETAIL:
FIELD |
CONSTR |
METHOD
All Superinterfaces:
XmlTag
public interface XmlEndTag
extends XmlTag
This represent XML end tag. It is a separate interface from XmlTag
to make clear distinction between XmlEndTag and XmlStartTag and as
well to emphasize that both are XML elements (so share XmlTag).
Author:
Aleksander Slominski
See Also: XmlStartTag
,
XmlTag
Method Summary
Methods
Modifier and Type
Method and Description
void
resetEndTag ()
Method Detail
resetEndTag
void resetEndTag()
SUMMARY:
NESTED |
FIELD |
CONSTR |
METHOD
DETAIL:
FIELD |
CONSTR |
METHOD
Copyright (c) 2003 IU Extreme! Lab http://www.extreme.indiana.edu/ All Rights Reserved. Note this package is deprecated by XPP3 that implements XmlPull API