XmpPdfAExtensionSchemaDescription

Inheritance: java.lang.Object

public class XmpPdfAExtensionSchemaDescription

Represents the description of XMP extension schema which is provided by PDF/A-1.

Constructors

ConstructorDescription
XmpPdfAExtensionSchemaDescription(String prefix, String namespaceURI, String description)Initializes new object.

Methods

MethodDescription
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:

ParameterTypeDescription
prefixjava.lang.StringThe prefix.
namespaceURIjava.lang.StringThe namespace URI.
descriptionjava.lang.StringThe 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:

ParameterTypeDescription
xmlDocumentcom.aspose.ms.System.Xml.XmlDocumentThe 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:

ParameterTypeDescription
xmlDocumentcom.aspose.ms.System.Xml.XmlDocumentThe source xml document.

Returns: java.util.List<com.aspose.ms.System.Xml.XmlElement> - The list of xml elements.