Uses of Class
net.sf.jsefa.xml.namespace.NamespaceManager

Packages that use NamespaceManager
net.sf.jsefa.xml.annotation   
net.sf.jsefa.xml.config   
net.sf.jsefa.xml.lowlevel.config   
net.sf.jsefa.xml.namespace   
 

Uses of NamespaceManager in net.sf.jsefa.xml.annotation
 

Methods in net.sf.jsefa.xml.annotation that return NamespaceManager
static NamespaceManager NamespaceManagerFactory.create(Class<?> objectType)
          Creates a new NamespaceManager and registers the namespace declarations the given object type is annotated with.
 

Uses of NamespaceManager in net.sf.jsefa.xml.config
 

Methods in net.sf.jsefa.xml.config that return NamespaceManager
 NamespaceManager XmlConfiguration.getNamespaceManager()
          Returns the NamespaceManager to be used for serialization only.
 

Methods in net.sf.jsefa.xml.config with parameters of type NamespaceManager
 void XmlConfiguration.setNamespaceManager(NamespaceManager namespaceManager)
          Sets the namespace manager.
 

Uses of NamespaceManager in net.sf.jsefa.xml.lowlevel.config
 

Methods in net.sf.jsefa.xml.lowlevel.config that return NamespaceManager
 NamespaceManager XmlLowLevelConfiguration.getNamespaceManager()
          Returns the NamespaceManager to be used for serialization only.
 

Methods in net.sf.jsefa.xml.lowlevel.config with parameters of type NamespaceManager
 void XmlLowLevelConfiguration.setNamespaceManager(NamespaceManager namespaceManager)
          Sets the namespace manager.
 

Uses of NamespaceManager in net.sf.jsefa.xml.namespace
 

Methods in net.sf.jsefa.xml.namespace that return NamespaceManager
static NamespaceManager NamespaceManager.create()
          Creates a new NamespaceManager.
 NamespaceManager NamespaceManager.createCopy()
          Creates a copy of this NamespaceManager.
static NamespaceManager NamespaceManager.createWithParent(NamespaceManager parent)
          Creates a new NamespaceManager with the given NamespaceManager as its parent.
 NamespaceManager NamespaceManager.getParent()
          Returns the parent namespace manager of this namespace manager - if exists.
 

Methods in net.sf.jsefa.xml.namespace with parameters of type NamespaceManager
static NamespaceManager NamespaceManager.createWithParent(NamespaceManager parent)
          Creates a new NamespaceManager with the given NamespaceManager as its parent.
static QName QNameParser.parse(String name, boolean forElement, NamespaceManager namespaceManager)
          Creates a QName from a String representation using the given namespace manager for namespace prefix resolving.
 



Copyright © 2014. All rights reserved.