See: Description
Interface | Description |
---|---|
EmptyElementHandler |
Optional handler used to determine if a specific empty element (by name) should
be allowed to use the self-closing syntax instead of having a separate end tag.
|
InvalidCharHandler |
Simple converter interface designed to be used with stream writer property
WstxOutputProperties.P_OUTPUT_INVALID_CHAR_HANDLER . |
Class | Description |
---|---|
EmptyElementHandler.HtmlEmptyElementHandler |
HTML specific empty element handler.
|
EmptyElementHandler.SetEmptyElementHandler |
Handler that uses a Set of Strings.
|
InvalidCharHandler.FailingHandler |
This handler implementation just throws an exception for
all invalid characters encountered.
|
InvalidCharHandler.ReplacingHandler |
Alternative to the default handler, this handler converts all invalid
characters to the specified output character.
|
ReaderConfig |
Simple configuration container class; passed by reader factory to reader
instance created.
|
ValidatorConfig | |
WriterConfig |
Simple configuration container class; passed by writer factory to writer
instance created.
|
WstxInputProperties |
Class that contains constant for property names used to configure
cursor and event readers produced by Wstx implementation of
XMLInputFactory . |
WstxInputProperties.ParsingMode |
Inner class used for creating type-safe enumerations (prior to JDK 1.5).
|
WstxOutputProperties |
Class that contains constant for property names used to configure
cursor and event writers produced by Wstx implementation of
XMLOutputFactory . |
Copyright © 2018 FasterXML. All rights reserved.