| Package | Description |
|---|---|
| com.helger.xml.namespace | |
| com.helger.xml.serialize.write |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IIterableNamespaceContext
A special namespace context interface that allows the iteration of the
contained mappings.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNamespaceContext
Represents an abstract namespace context that does the predefined mapping as
stated in the Javadoc.
|
class |
MapBasedNamespaceContext
Represents a namespace context a 1:n (namespace:prefix) mapping.
|
class |
SingleElementNamespaceContext
Represents a namespace context having exactly 1 item.
|
| Modifier and Type | Method and Description |
|---|---|
INamespaceContext |
XMLWriterSettings.getNamespaceContext() |
INamespaceContext |
IXMLWriterSettings.getNamespaceContext() |
| Modifier and Type | Method and Description |
|---|---|
XMLWriterSettings |
XMLWriterSettings.setNamespaceContext(INamespaceContext aNamespaceContext)
Set the namespace context to be used.
|
Copyright © 2014–2017 Philip Helger. All rights reserved.