EmptyElementHandler.HtmlEmptyElementHandler
, EmptyElementHandler.SetEmptyElementHandler
public interface EmptyElementHandler
Modifier and Type | Interface | 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 | Description |
---|---|---|
boolean |
allowEmptyElement(String prefix,
String localName,
String nsURI,
boolean allowEmpty) |
boolean allowEmptyElement(String prefix, String localName, 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.Copyright © 2019 FasterXML. All rights reserved.