Uses of Class
com.ctc.wstx.dtd.DTDElement
Packages that use DTDElement
Package
Description
Package that contains Woodstox classes that implement DTD handling.
-
Uses of DTDElement in com.ctc.wstx.dtd
Fields in com.ctc.wstx.dtd declared as DTDElementModifier and TypeFieldDescriptionprotected DTDElementDTDValidatorBase.mCurrElemThis is the element that is currently being validated; valid duringvalidateElementStart,validateAttribute,validateElementAndAttributescalls.protected DTDElement[]DTDValidatorBase.mElemsStack of element definitions matching the current active element stack.Methods in com.ctc.wstx.dtd that return DTDElementModifier and TypeMethodDescriptionstatic DTDElementDTDElement.createDefined(ReaderConfig cfg, Location loc, PrefixedName name, StructValidator val, int allowedContent) Method called to create an actual element definition, matching an ELEMENT directive in a DTD subset.static DTDElementDTDElement.createPlaceholder(ReaderConfig cfg, Location loc, PrefixedName name) Method called to create a "placeholder" element definition, needed to contain attribute definitions.DTDElement.define(Location loc, StructValidator val, int allowedContent) Method called on placeholder element, to create a real instance that has all attribute definitions placeholder had (it'll always have at least one -- otherwise no placeholder was needed).Methods in com.ctc.wstx.dtd that return types with arguments of type DTDElementModifier and TypeMethodDescriptionabstract HashMap<PrefixedName,DTDElement> DTDSubset.getElementMap()DTDSubsetImpl.getElementMap()Methods in com.ctc.wstx.dtd with parameters of type DTDElementModifier and TypeMethodDescriptionvoidDTDElement.defineFrom(InputProblemReporter rep, DTDElement definedElem, boolean fullyValidate) Method called to "upgrade" a placeholder using a defined element, including adding attributes.voidDTDElement.mergeMissingAttributesFrom(InputProblemReporter rep, DTDElement other, boolean fullyValidate) static voidDTDSubsetImpl.throwElementException(DTDElement oldElem, Location loc) Constructor parameters in com.ctc.wstx.dtd with type arguments of type DTDElementModifierConstructorDescriptionDTDTypingNonValidator(DTDSubset schema, org.codehaus.stax2.validation.ValidationContext ctxt, boolean hasNsDefaults, Map<PrefixedName, DTDElement> elemSpecs, Map<String, EntityDecl> genEntities) DTDValidator(DTDSubset schema, org.codehaus.stax2.validation.ValidationContext ctxt, boolean hasNsDefaults, Map<PrefixedName, DTDElement> elemSpecs, Map<String, EntityDecl> genEntities) DTDValidatorBase(DTDSubset schema, org.codehaus.stax2.validation.ValidationContext ctxt, boolean hasNsDefaults, Map<PrefixedName, DTDElement> elemSpecs, Map<String, EntityDecl> genEntities)