public class Namespaces extends Object implements Verifiable
| Modifier and Type | Field and Description |
|---|---|
static net.sf.saxon.s9api.QName |
ATTR_PREFIX |
static net.sf.saxon.s9api.QName |
ATTR_URI |
static net.sf.saxon.s9api.QName |
QN_MAPPING |
static net.sf.saxon.s9api.QName |
QNAME |
| Constructor and Description |
|---|
Namespaces() |
| Modifier and Type | Method and Description |
|---|---|
HashMap<String,String> |
getMappings()
Returns a HashMap where key is the prefix, and value the URI.
|
void |
verify()
Réalise les vérifications nécessaires sur l'instance, et jette une exception en cas de problème
|
public static final transient net.sf.saxon.s9api.QName QNAME
public static final transient net.sf.saxon.s9api.QName QN_MAPPING
public static final transient net.sf.saxon.s9api.QName ATTR_PREFIX
public static final transient net.sf.saxon.s9api.QName ATTR_URI
public void verify()
throws InvalidSyntaxException
Verifiableverify in interface VerifiableInvalidSyntaxException - If something is wrongCopyright © 2019. All rights reserved.