public final class SaxHelper extends Object
Modifier and Type | Method and Description |
---|---|
static boolean |
isXdkDocumentBuilderFactory(DocumentBuilderFactory builderFactory)
Determines whether the given
builderFactory is from XDK package or not. |
static boolean |
isXdkParserFactory(SAXParserFactory parserFactory)
Determines whether the given SAX
parserFactory is from XDK package or not. |
public static boolean isXdkParserFactory(SAXParserFactory parserFactory)
parserFactory
is from XDK package or not.parserFactory
- SAX parser factory to evaluate.true
if the given SAX parser factory is an XDK factory, false
otherwise.public static boolean isXdkDocumentBuilderFactory(DocumentBuilderFactory builderFactory)
builderFactory
is from XDK package or not.builderFactory
- document builder factory to evaluate.true
if the given document builder factory is an XDK factory, false
otherwise.Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.