Uses of Interface
org.dspace.app.xmlui.wing.element.WingMergeableElement

Packages that use WingMergeableElement
org.dspace.app.xmlui.wing.element   
 

Uses of WingMergeableElement in org.dspace.app.xmlui.wing.element
 

Classes in org.dspace.app.xmlui.wing.element that implement WingMergeableElement
 class Body
          A class representing the page division.
 class Division
           
 class List
           
 class Meta
          A class representing the page division.
 class Options
          A class representing a set of navigational options.
 class PageMeta
          A class representing a set of metadata about the page being generated.
 class RepositoryMeta
          A class representing a set of all referenced repositories in the DRI document.
 class UserMeta
          A class representing a set of metadata about the user generating this page.
 class WingDocument
          A class representing a WingDocument.
 

Methods in org.dspace.app.xmlui.wing.element that return WingMergeableElement
 WingMergeableElement WingDocument.mergeChild(String namespace, String localName, String qName, Attributes attributes)
          Merge the given event into this document.
 WingMergeableElement PageMeta.mergeChild(String namespace, String localName, String qName, Attributes attributes)
          Since metadata can not be merged there are no mergeable children.
 WingMergeableElement UserMeta.mergeChild(String namespace, String localName, String qName, Attributes attributes)
          Since metadata can not be merged there are no mergeable children.
 WingMergeableElement Meta.mergeChild(String namespace, String localName, String qName, Attributes attributes)
          Merge the given sub-domain of metadata elements.
 WingMergeableElement WingMergeableElement.mergeChild(String namespace, String localName, String qName, Attributes attributes)
          Merge the given SAX startElement event into this element's child.
 WingMergeableElement Options.mergeChild(String namespace, String localName, String qName, Attributes attributes)
          Find the sublist that this SAX event represents.
 WingMergeableElement List.mergeChild(String namespace, String localName, String qName, Attributes attributes)
          Merge the given SAX startElement event into this list's child.
 WingMergeableElement Division.mergeChild(String namespace, String localName, String qName, Attributes attributes)
          Merge the given sub-domain of metadata elements.
 WingMergeableElement Body.mergeChild(String namespace, String localName, String qName, Attributes attributes)
          Merge this SAX event into the body.
 WingMergeableElement RepositoryMeta.mergeChild(String namespace, String localName, String qName, Attributes attributes)
          Since we will only add to the object set and never modify an existing object we do not merge any child elements.
 



Copyright © 2012 DuraSpace. All Rights Reserved.