public abstract class ElementCheckerImpl extends Object implements ElementChecker
Modifier and Type | Class and Description |
---|---|
static class |
ElementCheckerImpl.EmptyChecker
Deprecated.
An empty checker if schema checking is used
|
static class |
ElementCheckerImpl.FullChecker
Deprecated.
A checker for DOM that interns NS
|
static class |
ElementCheckerImpl.InternedNsChecker
Deprecated.
A checker for DOM that interns NS
|
Constructor and Description |
---|
ElementCheckerImpl()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isNamespaceElement(Node el,
String type,
String ns)
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
guaranteeThatElementInCorrectSpace
public boolean isNamespaceElement(Node el, String type, String ns)
isNamespaceElement
in interface ElementChecker
Copyright © 2000-2012 The Apache Software Foundation. All Rights Reserved.