public interface EmptyElementHandler
| Modifier and Type | Interface and Description |
|---|---|
static class |
EmptyElementHandler.HtmlEmptyElementHandler
HTML specific empty element handler.
|
static class |
EmptyElementHandler.SetEmptyElementHandler
Handler that uses a Set of Strings.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowEmptyElement(java.lang.String prefix,
java.lang.String localName,
java.lang.String nsURI,
boolean allowEmpty) |
boolean allowEmptyElement(java.lang.String prefix,
java.lang.String localName,
java.lang.String nsURI,
boolean allowEmpty)
prefix - The element's namespace prefix, null if not setlocalName - The element's local namensURI - The elements's namespace URI, null if not setallowEmpty - The allow empty setting specified by the caller.