XmpPdfAExtensionSchemaDescription

遗产: java.lang.Object

public class XmpPdfAExtensionSchemaDescription

表示由 PDF/A-1 提供的 XMP 扩展模式的描述。

构造函数

构造函数描述
XmpPdfAExtensionSchemaDescription(String prefix, String namespaceURI, String description)初始化新对象。

方法

方法描述
equals(Object arg0)
getClass()
getDescription()获取可选描述。
getNamespaceURI()获取命名空间 URI。
getPrefix()获取前缀。
getXml(System.Xml.XmlDocument xmlDocument)返回表示 xml 树中模式描述的 xml 元素列表。
getXmlInternal(System.Xml.XmlDocument xmlDocument)返回表示 xml 树中模式描述的 xml 元素列表。
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

XmpPdfAExtensionSchemaDescription(String prefix, String namespaceURI, String description)

public XmpPdfAExtensionSchemaDescription(String prefix, String namespaceURI, String description)

初始化新对象。

参数:

范围类型描述
prefixjava.lang.String前缀。
namespaceURIjava.lang.String命名空间 URI。
descriptionjava.lang.String可选描述。

equals(Object arg0)

public boolean equals(Object arg0)

参数:

范围类型描述
arg0java.lang.Object

退货: 布尔值

getClass()

public final native Class<?> getClass()

退货: java.lang.Class

getDescription()

public String getDescription()

获取可选描述。

退货: java.lang.String - 字符串

getNamespaceURI()

public String getNamespaceURI()

获取命名空间 URI。

退货: java.lang.String - 字符串

getPrefix()

public String getPrefix()

获取前缀。

退货: java.lang.String - 字符串

getXml(System.Xml.XmlDocument xmlDocument)

public List<System.Xml.XmlElement> getXml(System.Xml.XmlDocument xmlDocument)

返回表示 xml 树中模式描述的 xml 元素列表。

参数:

范围类型描述
xmlDocumentcom.aspose.ms.System.Xml.XmlDocument源 xml 文档。

退货: java.util.List<com.aspose.ms.System.Xml.XmlElement> - xml 元素列表。

getXmlInternal(System.Xml.XmlDocument xmlDocument)

public System.Collections.Generic.List<System.Xml.XmlElement> getXmlInternal(System.Xml.XmlDocument xmlDocument)

返回表示 xml 树中模式描述的 xml 元素列表。

参数:

范围类型描述
xmlDocumentcom.aspose.ms.System.Xml.XmlDocument源 xml 文档。

退货: com.aspose.ms.System.Collections.Generic.List<com.aspose.ms.System.Xml.XmlElement> - xml 元素列表。

hashCode()

public native int hashCode()

退货: 整数

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

退货: java.lang.字符串

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

参数:

范围类型描述
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

参数:

范围类型描述
arg0long
arg1int