public interface WingMergeableElement extends WingElement
| Modifier and Type | Method and Description |
|---|---|
Attributes |
merge(Attributes attributes)
Inform this element that it is being merged with an existing element.
|
WingMergeableElement |
mergeChild(String namespace,
String localName,
String qName,
Attributes attributes)
Merge the given SAX startElement event into this element's child.
|
boolean |
mergeEqual(String namespace,
String localName,
String qName,
Attributes attributes)
Determine if the given SAX startElement event is equivalent to this
WingElement.
|
dispose, toSAXboolean mergeEqual(String namespace, String localName, String qName, Attributes attributes) throws SAXException, WingException
namespace - The element's name spacelocalName - The local, unqualified, name for this elementqName - The qualified name for this elementattributes - The element's attributesSAXExceptionWingExceptionWingMergeableElement mergeChild(String namespace, String localName, String qName, Attributes attributes) throws SAXException, WingException
namespace - The element's name spacelocalName - The local, unqualified, name for this element *qName - The qualified name for this elementattributes - The element's attributesSAXExceptionWingExceptionAttributes merge(Attributes attributes) throws SAXException, WingException
SAXExceptionWingExceptionCopyright © 2015 DuraSpace. All Rights Reserved.