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.
|
List<com.aspose.ms.System.Xml.XmlElement> |
getXml(com.aspose.ms.System.Xml.XmlDocument xmlDocument)
Returns the list of xml elements that represent schema description in xml tree.
|
com.aspose.ms.System.Collections.Generic.List<com.aspose.ms.System.Xml.XmlElement> |
getXmlInternal(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.Generic.List<com.aspose.ms.System.Xml.XmlElement> getXmlInternal(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.public List<com.aspose.ms.System.Xml.XmlElement> 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.