| Package | Description |
|---|---|
| org.jibx.binding.model |
| Modifier and Type | Method and Description |
|---|---|
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 |
MappingElementBase.getNamespace()
Get effective namespace information.
|
NamespaceElement |
ValueElement.getNamespace()
Get effective namespace information.
|
NamespaceElement |
StructureElementBase.getNamespace()
Get effective namespace information.
|
NamespaceElement |
NameAttributes.getNamespace()
Get effective namespace definition.
|
NamespaceElement |
DefinitionContext.getNamespaceForPrefix(String prefix)
Get namespace for prefix.
|
NamespaceElement |
TemplateElement.getTypeNamespace()
Get effective namespace information for type.
|
| Modifier and Type | Method and Description |
|---|---|
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–2016 jibx.org. All rights reserved.