public class OfxNsPrefixMapper
extends com.sun.xml.bind.marshaller.NamespacePrefixMapper
implements net.sf.exlp.xml.ns.NsPrefixMapperInterface
| Modifier and Type | Class and Description |
|---|---|
static class |
OfxNsPrefixMapper.NS |
| Modifier and Type | Field and Description |
|---|---|
static org.jdom2.Namespace |
nsOfx |
static org.jdom2.Namespace |
nsWiki |
| Constructor and Description |
|---|
OfxNsPrefixMapper() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOfxPrefix(String namespaceUri,
String suggestion,
boolean requirePrefix) |
String[] |
getPreDeclaredNamespaceUris() |
String |
getPreferredPrefix(String namespaceUri,
String suggestion,
boolean requirePrefix) |
static String |
namespace(OfxNsPrefixMapper.NS ns) |
static String |
prefix(OfxNsPrefixMapper.NS ns) |
static List<org.jdom2.Namespace> |
toOfxNamespaces() |
public static org.jdom2.Namespace nsOfx
public static org.jdom2.Namespace nsWiki
public static List<org.jdom2.Namespace> toOfxNamespaces()
public static String prefix(OfxNsPrefixMapper.NS ns)
public static String namespace(OfxNsPrefixMapper.NS ns)
public String getPreferredPrefix(String namespaceUri, String suggestion, boolean requirePrefix)
getPreferredPrefix in interface net.sf.exlp.xml.ns.NsPrefixMapperInterfacegetPreferredPrefix in class com.sun.xml.bind.marshaller.NamespacePrefixMapperpublic String getOfxPrefix(String namespaceUri, String suggestion, boolean requirePrefix)
public String[] getPreDeclaredNamespaceUris()
getPreDeclaredNamespaceUris in interface net.sf.exlp.xml.ns.NsPrefixMapperInterfacegetPreDeclaredNamespaceUris in class com.sun.xml.bind.marshaller.NamespacePrefixMapperCopyright © 2023. All rights reserved.