| Package | Description |
|---|---|
| org.dspace.app.xmlui.objectmanager |
| Modifier and Type | Method and Description |
|---|---|
SAXFilter |
SAXFilter.allowCDATA()
Allow CDATA events
|
SAXFilter |
SAXFilter.allowCharacters()
Allow character events
|
SAXFilter |
SAXFilter.allowComments()
Allow comment events
|
SAXFilter |
SAXFilter.allowDocumentLocators()
Allow document locator events
|
SAXFilter |
SAXFilter.allowDocuments()
Allow start/end document events
|
SAXFilter |
SAXFilter.allowDTDs()
Allow DTD events
|
SAXFilter |
SAXFilter.allowElements()
allow start/end element events
|
SAXFilter |
SAXFilter.allowElements(int minimumElementLevel)
Allow start/end element events.
|
SAXFilter |
SAXFilter.allowEntities()
Allow XML entities events
|
SAXFilter |
SAXFilter.allowIgnorableWhitespace()
Allow ignorable whitespace events
|
SAXFilter |
SAXFilter.allowPrefixMappings()
allow start/end prefix mapping events
|
SAXFilter |
SAXFilter.allowProcessingInstructions()
Allow processing instruction events
|
SAXFilter |
SAXFilter.allowSkippedEntities()
Allow start / end events for skipped entities
|
SAXFilter |
SAXFilter.setDefaultNamespace(String uri)
Add a default namespace is none is provided.
|
Copyright © 2014 DuraSpace. All Rights Reserved.