List of usage examples for javax.xml.parsers DocumentBuilder subclass-usage
From source file com.amalto.core.schema.validation.SkipAttributeDocumentBuilder.java
public class SkipAttributeDocumentBuilder extends DocumentBuilder { public static final String TALEND_NAMESPACE = "http://www.talend.com/mdm"; //$NON-NLS-1$ private static final Map<Thread, SAXParser> parserCache = new HashMap<Thread, SAXParser>();
From source file org.cobra_grendel.html.parser.DocumentBuilderImpl.java
/** * The <code>DocumentBuilderImpl</code> class is an HTML DOM parser that implements the standard W3C <code>DocumentBuilder</code> interface. * * @author J. H. S. */ public class DocumentBuilderImpl extends DocumentBuilder {
From source file microsoft.exchange.webservices.data.security.SafeXmlDocument.java
/** * XmlDocument that does not allow DTD parsing. */ public class SafeXmlDocument extends DocumentBuilder { private static final Log LOG = LogFactory.getLog(SafeXmlDocument.class);