Package com.ctc.wstx.api
package com.ctc.wstx.api
Package that contains subset of Woodstox classes that are considered to be
its public API (in addition to regular Stax 1.0 -- javax.xml.stream.* -- and
Stax2 -- org.codehaus.stax2.*). This means that application code can rely
on these classes, and effort is made to keep them backwards compatible
between releases.
-
ClassDescriptionShared common base class for variour configuration container implementations for public factories Woodstox uses: implementations of
XMLInputFactory
,XMLOutputFactory
andXMLValidationSchemaFactory
.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.HTML specific empty element handler.Handler that uses a Set of Strings.Simple converter interface designed to be used with stream writer propertyWstxOutputProperties.P_OUTPUT_INVALID_CHAR_HANDLER
.This handler implementation just throws an exception for all invalid characters encountered.Alternative to the default handler, this handler converts all invalid characters to the specified output character.Simple configuration container class; passed by reader factory to reader instance created.Simple configuration container class; passed by writer factory to writer instance created.Class that contains constant for property names used to configure cursor and event readers produced by Wstx implementation ofXMLInputFactory
.Inner class used for creating type-safe enumerations (prior to JDK 1.5).Class that contains constant for property names used to configure cursor and event writers produced by Woodstox implementation ofXMLOutputFactory
.