public class XMPSchema extends Object
| Constructor and Description |
|---|
XMPSchema(String namespace,
String preferredPrefix)
Constructs a new XMP schema object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addExtraNamespace(String prefix,
String namespace) |
MergeRuleSet |
getDefaultMergeRuleSet() |
Map<String,String> |
getExtraNamespaces()
Returns the map of extra namespaces to by used by child properties
|
String |
getNamespace() |
String |
getPreferredPrefix() |
protected QName |
getQName(String propName)
Returns the QName for a property of this schema.
|
public String getNamespace()
public String getPreferredPrefix()
protected QName getQName(String propName)
propName - the property namepublic MergeRuleSet getDefaultMergeRuleSet()
public Map<String,String> getExtraNamespaces()
Copyright © 2025 Apache Software Foundation. All rights reserved.