Uses of Class
org.dspace.app.xmlui.objectmanager.SAXFilter

Packages that use SAXFilter
org.dspace.app.xmlui.objectmanager   
 

Uses of SAXFilter in org.dspace.app.xmlui.objectmanager
 

Methods in org.dspace.app.xmlui.objectmanager that return SAXFilter
 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 © 2013 DuraSpace. All Rights Reserved.