it.sistematica.isharedoc.util
Class XmlUtils

java.lang.Object
  extended by it.sistematica.isharedoc.util.XmlUtils

public class XmlUtils
extends java.lang.Object


Field Summary
static java.util.Map<java.lang.String,org.springframework.core.io.Resource> dtdCache
           
static java.lang.String SEGNATURA_ID
           
static org.springframework.core.io.Resource SEGNATURA_RESOURCE
           
 
Constructor Summary
XmlUtils()
           
 
Method Summary
static org.xml.sax.XMLReader reader(boolean downloadExternalDTDs)
           
static void transform(java.io.InputStream sourceXml, java.io.InputStream xlst, java.io.OutputStream output, boolean downloadExternalDTDs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SEGNATURA_ID

public static final java.lang.String SEGNATURA_ID
See Also:
Constant Field Values

SEGNATURA_RESOURCE

public static final org.springframework.core.io.Resource SEGNATURA_RESOURCE

dtdCache

public static final java.util.Map<java.lang.String,org.springframework.core.io.Resource> dtdCache
Constructor Detail

XmlUtils

public XmlUtils()
Method Detail

reader

public static org.xml.sax.XMLReader reader(boolean downloadExternalDTDs)

transform

public static void transform(java.io.InputStream sourceXml,
                             java.io.InputStream xlst,
                             java.io.OutputStream output,
                             boolean downloadExternalDTDs)