public class XmpPdfAExtensionSchemaDescription extends Object
Represents the description of XMP extension schema which is provided by PDF/A-1.
Constructor and Description |
---|
XmpPdfAExtensionSchemaDescription(String prefix,
String namespaceURI,
String description)
Initializes new object.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the optional description.
|
String |
getNamespaceURI()
Gets the namespace URI.
|
String |
getPrefix()
Gets the prefix.
|
com.aspose.ms.System.Collections.ArrayList |
getXml(com.aspose.ms.System.Xml.XmlDocument xmlDocument)
Returns the list of xml elements that represent schema description in xml tree.
|
public String getPrefix()
Gets the prefix.
public String getNamespaceURI()
Gets the namespace URI.
public String getDescription()
Gets the optional description.
public com.aspose.ms.System.Collections.ArrayList getXml(com.aspose.ms.System.Xml.XmlDocument xmlDocument)
Returns the list of xml elements that represent schema description in xml tree.
xmlDocument
- The source xml document.Copyright © 2019 Aspose. All Rights Reserved.