| org.apache.xmlgraphics.util |
|
org.apache.xmlgraphics.util Package
Various utilities used by the Apache XML Graphics project.
|
| Java Source File Name | Type | Comment |
| ClasspathResource.java | Class | A class to find resources in the classpath by their mime-type specified in
the MANIFEST.
This class searches for content entries in all META-INF/MANIFEST.MF files. |
| ClasspathResourceTest.java | Class | Test for the Service class. |
| HexUtil.java | Class | Provides helper functions for converting hexadecimal strings. |
| ImageIODebugUtil.java | Class | Helper class for debugging stuff in Image I/O. |
| MimeConstants.java | Interface | Frequently used MIME types for various file formats used by the XML Graphics project. |
| QName.java | Class | Represents a qualified name of an XML element or an XML attribute. |
| Service.java | Class | This class handles looking up service providers on the class path.
It implements the system described in:
JAR
File Specification Under Service Provider. |
| ServiceTest.java | Class | Test for the Service class. |
| UnitConv.java | Class | Utility class for unit conversions. |
| UnitConvTestCase.java | Class | Test class for UnitConv. |
| WriterOutputStream.java | Class | An OutputStream wrapper for a Writer. |
| XMLizable.java | Interface | This interface can be implemented by classes willing to provide an XML representation
of their current state as SAX events. |