Package org.apache.xmlgraphics.xmp
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 org.apache.xmlgraphics.xmp.XMPStructure
properties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
toSAX
(ContentHandler handler) Generates SAX events representing the object's state.Methods inherited from class org.apache.xmlgraphics.xmp.XMPStructure
getProperty, getProperty, getPropertyCount, getSimpleValue, getValueProperty, iterator, removeProperty, setProperty, toString
-
Constructor Details
-
XMPThinStructure
public XMPThinStructure()
-
-
Method Details
-
toSAX
Description copied from class:XMPStructure
Generates SAX events representing the object's state.- Specified by:
toSAX
in interfaceXMLizable
- Overrides:
toSAX
in classXMPStructure
- Parameters:
handler
- ContentHandler instance to send the SAX events to- Throws:
SAXException
- if there's a problem generating the SAX events
-