Package | Description |
---|---|
org.objectweb.asm.xml |
DEPRECATED.
|
Modifier and Type | Class and Description |
---|---|
private static class |
Processor.ASMContentHandlerFactory
Deprecated.
ASMContentHandlerFactory
|
private static class |
Processor.SAXWriterFactory
Deprecated.
SAXWriterFactory
|
private static class |
Processor.SubdocumentHandlerFactory
Deprecated.
SubdocumentHandlerFactory
|
private static class |
Processor.TransformerHandlerFactory
Deprecated.
TransformerHandlerFactory
|
Modifier and Type | Field and Description |
---|---|
private Processor.ContentHandlerFactory |
Processor.InputSlicingHandler.subdocumentHandlerFactory |
private Processor.ContentHandlerFactory |
Processor.OutputSlicingHandler.subdocumentHandlerFactory |
Modifier and Type | Method and Description |
---|---|
private void |
Processor.processEntry(java.util.zip.ZipInputStream zis,
java.util.zip.ZipEntry ze,
Processor.ContentHandlerFactory handlerFactory)
Deprecated.
|
Constructor and Description |
---|
InputSlicingHandler(java.lang.String subdocumentRoot,
org.xml.sax.ContentHandler rootHandler,
Processor.ContentHandlerFactory subdocumentHandlerFactory)
Constructs a new
Processor.InputSlicingHandler object. |
OutputSlicingHandler(Processor.ContentHandlerFactory subdocumentHandlerFactory,
Processor.EntryElement entryElement,
boolean isXml)
Constructs a new
Processor.OutputSlicingHandler object. |