|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.jersey.core.util.SaxHelper
public final class SaxHelper
| Method Summary | |
|---|---|
static boolean |
isXdkDocumentBuilderFactory(javax.xml.parsers.DocumentBuilderFactory builderFactory)
Determines whether the given builderFactory is from XDK package or not. |
static boolean |
isXdkParserFactory(javax.xml.parsers.SAXParserFactory parserFactory)
Determines whether the given SAX parserFactory is from XDK package or not. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static boolean isXdkParserFactory(javax.xml.parsers.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(javax.xml.parsers.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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||