Package | Description |
---|---|
com.ctc.wstx.dtd |
Package that contains Woodstox classes that implement DTD handling.
|
com.ctc.wstx.sr |
This package contains supporting code for handling namespace information;
element stacks that keep track of elements parsed and such.
|
Modifier and Type | Class and Description |
---|---|
class |
DTDTypingNonValidator
This class is a "non-validating validator"; a validator-like object
that handles DTD-based non-validation functionality: determining type
information and default values.
|
class |
DTDValidator
Woodstox implementation of
XMLValidator ; the class that
handles DTD-based validation. |
class |
DTDValidatorBase
Shared abstract base class for Woodstox implementations
of
XMLValidator for DTD validation. |
Modifier and Type | Field and Description |
---|---|
protected NsDefaultProvider |
InputElementStack.mNsDefaultProvider
Object that will need to be consulted about namespace bindings,
since it has some knowledge about default namespace declarations
(has default attribute value expansion).
|
Modifier and Type | Method and Description |
---|---|
protected void |
InputElementStack.setAutomaticDTDValidator(org.codehaus.stax2.validation.XMLValidator validator,
NsDefaultProvider nsDefs)
Method called to connect the automatically handled DTD validator
(one detected from DOCTYPE, loaded and completely handled by
the stream reader without application calling validation methods).
|
Copyright © 2018 FasterXML. All rights reserved.