public interface WingMergeableElement extends WingElement
| Modifier and Type | Method and Description |
|---|---|
org.xml.sax.Attributes |
merge(org.xml.sax.Attributes attributes)
Inform this element that it is being merged with an existing element.
|
WingMergeableElement |
mergeChild(java.lang.String namespace,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.Attributes attributes)
Merge the given SAX startElement event into this element's child.
|
boolean |
mergeEqual(java.lang.String namespace,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.Attributes attributes)
Determine if the given SAX startElement event is equivalent to this
WingElement.
|
dispose, toSAXboolean mergeEqual(java.lang.String namespace,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.Attributes attributes)
throws org.xml.sax.SAXException,
WingException
namespace - The element's name spacelocalName - The local, unqualified, name for this elementqName - The qualified name for this elementattributes - The element's attributesorg.xml.sax.SAXExceptionWingExceptionWingMergeableElement mergeChild(java.lang.String namespace, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes attributes) throws org.xml.sax.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 attributesorg.xml.sax.SAXExceptionWingExceptionorg.xml.sax.Attributes merge(org.xml.sax.Attributes attributes)
throws org.xml.sax.SAXException,
WingException
org.xml.sax.SAXExceptionWingExceptionCopyright © 2014 DuraSpace. All Rights Reserved.