Uses of Class
org.jibx.binding.model.NamespaceElement

Packages that use NamespaceElement
org.jibx.binding.model   
 

Uses of NamespaceElement in org.jibx.binding.model
 

Methods in org.jibx.binding.model that return NamespaceElement
 NamespaceElement DefinitionContext.getAttributeNamespace(NameAttributes name)
          Get namespace definition for attribute name.
 NamespaceElement TemplateElement.getBaseNamespace()
          Get effective namespace information for base type.
 NamespaceElement DefinitionContext.getElementDefaultNamespace()
          Get the default namespace applied to element definitions.
 NamespaceElement DefinitionContext.getElementNamespace(NameAttributes name, ValidationContext vctx)
          Get namespace definition for element name.
 NamespaceElement StructureElementBase.getNamespace()
          Get effective namespace information.
 NamespaceElement MappingElementBase.getNamespace()
          Get effective namespace information.
 NamespaceElement NameAttributes.getNamespace()
          Get effective namespace definition.
 NamespaceElement ValueElement.getNamespace()
          Get effective namespace information.
 NamespaceElement DefinitionContext.getNamespaceForPrefix(String prefix)
          Get namespace for prefix.
 NamespaceElement TemplateElement.getTypeNamespace()
          Get effective namespace information for type.
 

Methods in org.jibx.binding.model with parameters of type NamespaceElement
 ValidationProblem DefinitionContext.addImpliedNamespace(NamespaceElement def, ElementBase ref)
          Add namespace declaration to set defined at this level.
 ValidationProblem DefinitionContext.addNamespace(NamespaceElement def)
          Add namespace to set defined at this level.
 boolean ModelVisitor.visit(NamespaceElement node)
          Visit namespace element.
 



Copyright © 2005-2011 jibx.org. All Rights Reserved.