Class XMPThinStructure
java.lang.Object
org.apache.xmlgraphics.xmp.XMPComplexValue
org.apache.xmlgraphics.xmp.XMPStructure
org.apache.xmlgraphics.xmp.XMPThinStructure
- All Implemented Interfaces:
XMLizable, PropertyAccess
-
Field Summary
Fields inherited from class XMPStructure
properties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidtoSAX(ContentHandler handler) Generates SAX events representing the object's state.Methods inherited from class XMPStructure
getProperty, getProperty, getPropertyCount, getSimpleValue, getValueProperty, iterator, removeProperty, setProperty, toString
-
Constructor Details
-
XMPThinStructure
public XMPThinStructure()
-
-
Method Details
-
toSAX
Description copied from class:XMPStructureGenerates SAX events representing the object's state.- Specified by:
toSAXin interfaceXMLizable- Overrides:
toSAXin classXMPStructure- Parameters:
handler- ContentHandler instance to send the SAX events to- Throws:
SAXException- if there's a problem generating the SAX events
-