Package com.oxygenxml.validate.nvdl

Interface Summary
SectionState  
 

Class Summary
Action Base action class.
ActionSet Stores a set of element actions.
AllowAction An action that allows any element.
AttachAction Result attach action.
AttachPlaceholderAction Attach place holder result action.
AttributeActionSet Action set for attributes.
ContextMap Keeps modes depending on context.
ContextMap.Enumerator Creates an Enumeration implementation that enumerates all the modes stored in this context map and in the nested context maps.
ElementsOrAttributes Possible values for match, that is represented as a list of elements and attributes.
FilteredAttributes Implementation of the Attributes interface that filters out some of the attributes of an actual Attributes implementation.
Hashset Utility class, stores a set of objects.
IntSet Utility class.
Mode  
ModeUsage Stores mode usage information.
NamespaceSpecification Stores information about a namespace specification.
NamespaceSpecificationTest  
NoResultAction No result action.
NvdlProperty Store NVDL properties.
NvdlSchemaReceiverFactory A Schema receiver factory that knows how to create NVDL schema receivers.
Path Stores a NVDL/NRL path information.
RejectAction A no result action that rejects any element.
ResultAction Reult action.
SchemaImpl Schema implementation for NVDL scripts.
SchemaImpl.MustSupportOption Stores information about options that must be supported by the validator.
SchemaImplTest  
SchemaReceiverImpl Schema receiver implementation for NVDL schemas.
Trigger Strores trigger information and checks trigger activation.
Triggers  
UnwrapAction Unwrap result action.
ValidateAction Validate no result action.
ValidatorImpl Implementation of a validator of XML documents against NVDL scripts.
ValidatorImpl.PrefixMapping Namespace context.
ValidatorImpl.Program A program is a pair of mode usage and handler.
ValidatorImplTest  
 

Exception Summary
Path.ParseException Exception thrown in case we get errors parsing a path.
SchemaImpl.WrappedIOException Wrapps an IOException as a RuntimeException.