Uses of Class
org.dspace.app.xmlui.wing.Namespace

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

Uses of Namespace in org.dspace.app.xmlui.wing
 

Fields in org.dspace.app.xmlui.wing declared as Namespace
static Namespace WingConstants.DRI
          The DRI schema's namespace
static Namespace WingConstants.I18N
          Cocoon's i18n namespace
 

Methods in org.dspace.app.xmlui.wing that return Namespace
 Namespace AttributeMap.getNamespace()
           
 

Methods in org.dspace.app.xmlui.wing with parameters of type Namespace
 void AttributeMap.setNamespace(Namespace namespace)
          Set the namespace for all attributes contained within this map.
 

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

Methods in org.dspace.app.xmlui.wing.element with parameters of type Namespace
protected  void AbstractWingElement.endElement(ContentHandler contentHandler, NamespaceSupport namespaces, Namespace namespace, String name)
          Send the SAX events to end this element.
protected  void AbstractWingElement.startElement(ContentHandler contentHandler, NamespaceSupport namespaces, Namespace namespace, String name, AttributeMap attributes)
          Send the SAX events to start this element.
 



Copyright © 2010 The DSpace Foundation. All Rights Reserved.