public interface EmptyElementHandler
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | EmptyElementHandler.HtmlEmptyElementHandlerHTML specific empty element handler. | 
| static class  | EmptyElementHandler.SetEmptyElementHandlerHandler that uses a Set of Strings. | 
| Modifier and Type | Method and 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 © 2018 FasterXML. All rights reserved.