XmpPdfAExtensionSchemaDescription
Contents
[
Hide
]Inheritance: java.lang.Object
public class XmpPdfAExtensionSchemaDescription
Represents the description of XMP extension schema which is provided by PDF/A-1.
Constructors
| Constructor | Description |
|---|---|
| XmpPdfAExtensionSchemaDescription(String prefix, String namespaceURI, String description) | Initializes new object. |
Methods
| Method | Description |
|---|---|
| getPrefix() | Gets the prefix. |
| getNamespaceURI() | Gets the namespace URI. |
| getDescription() | Gets the optional description. |
| getXmlInternal(System.Xml.XmlDocument xmlDocument) | Returns the list of xml elements that represent schema description in xml tree. |
| getXml(System.Xml.XmlDocument xmlDocument) | Returns the list of xml elements that represent schema description in xml tree. |
XmpPdfAExtensionSchemaDescription(String prefix, String namespaceURI, String description)
public XmpPdfAExtensionSchemaDescription(String prefix, String namespaceURI, String description)
Initializes new object.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| prefix | java.lang.String | The prefix. |
| namespaceURI | java.lang.String | The namespace URI. |
| description | java.lang.String | The optional desciption. |
getPrefix()
public String getPrefix()
Gets the prefix.
Returns: java.lang.String - String
getNamespaceURI()
public String getNamespaceURI()
Gets the namespace URI.
Returns: java.lang.String - String
getDescription()
public String getDescription()
Gets the optional description.
Returns: java.lang.String - String
getXmlInternal(System.Xml.XmlDocument xmlDocument)
public System.Collections.Generic.List<System.Xml.XmlElement> getXmlInternal(System.Xml.XmlDocument xmlDocument)
Returns the list of xml elements that represent schema description in xml tree.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| xmlDocument | com.aspose.ms.System.Xml.XmlDocument | The source xml document. |
Returns: com.aspose.ms.System.Collections.Generic.List<com.aspose.ms.System.Xml.XmlElement> - The list of xml elements.
getXml(System.Xml.XmlDocument xmlDocument)
public List<System.Xml.XmlElement> getXml(System.Xml.XmlDocument xmlDocument)
Returns the list of xml elements that represent schema description in xml tree.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| xmlDocument | com.aspose.ms.System.Xml.XmlDocument | The source xml document. |
Returns: java.util.List<com.aspose.ms.System.Xml.XmlElement> - The list of xml elements.