| Package | Description |
|---|---|
| org.dspace.app.xmlui.wing.element |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
WingMergeableElement |
WingMergeableElement.mergeChild(String namespace,
String localName,
String qName,
Attributes attributes)
Merge the given SAX startElement event into this element's child.
|
WingMergeableElement |
Meta.mergeChild(String namespace,
String localName,
String qName,
Attributes attributes)
Merge the given sub-domain of metadata elements.
|
WingMergeableElement |
Division.mergeChild(String namespace,
String localName,
String qName,
Attributes attributes)
Merge the given sub-domain of metadata elements.
|
WingMergeableElement |
Options.mergeChild(String namespace,
String localName,
String qName,
Attributes attributes)
Find the sublist that this SAX event represents.
|
WingMergeableElement |
UserMeta.mergeChild(String namespace,
String localName,
String qName,
Attributes attributes)
Since metadata can not be merged there are no mergeable children.
|
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 |
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.
|
WingMergeableElement |
List.mergeChild(String namespace,
String localName,
String qName,
Attributes attributes)
Merge the given SAX startElement event into this list's child.
|
Copyright © 2016 DuraSpace. All Rights Reserved.