org.apache.jempbox.xmp.pdfa

Class XMPSchemaPDFAProperty

public class XMPSchemaPDFAProperty extends XMPSchema

Define XMP properties used PDFA extension schema description schemas. TODO 2 naked so far, implement

Version: $Revision: 1.1 $

Author: Karsten Krieg (kkrieg@intarsys.de)

Field Summary
static StringNAMESPACE
The namespace for this schema.
Constructor Summary
XMPSchemaPDFAProperty(XMPMetadata parent)
Construct a new blank PDFA schema.
XMPSchemaPDFAProperty(Element element, String prefix)
Constructor from existing XML element.

Field Detail

NAMESPACE

public static final String NAMESPACE
The namespace for this schema.

Constructor Detail

XMPSchemaPDFAProperty

public XMPSchemaPDFAProperty(XMPMetadata parent)
Construct a new blank PDFA schema.

Parameters: parent The parent metadata schema that this will be part of.

XMPSchemaPDFAProperty

public XMPSchemaPDFAProperty(Element element, String prefix)
Constructor from existing XML element.

Parameters: element The existing element. prefix The schema prefix.

Copyright © 2008-2011 Apache Software Foundation. All Rights Reserved.