com.sun.org.apache.xerces.internal.jaxp.validation.ValidatorImpl <b>(For Implementors)</b> Default implementation of {@link Validator}. <p> This class is intended to be used in conjunction with {@link AbstractSchemaImpl} to promote consistent behaviors among {@link Schema} implementations. <p> This class wraps a {@link javax.xml.valida ...
com.thaiopensource.validate.ValidateProperty Provides common properties to control reading schemas and validation. @see Schema#createValidator @see SchemaReader#createSchema @see PropertyMap @see PropertyId @see com.thaiopensource.validate.rng.RngProperty @see com.thaiopensource.validate.schematron.SchematronProperty
org.jdom.output.SAXOutputter Outputs a JDOM document as a stream of SAX2 events. <p> Most ContentHandler callbacks are supported. Both <code>ignorableWhitespace()</code> and <code>skippedEntity()</code> have not been implemented. The <code>{@link JDOMLocator}</code> class returned by ...
org.apache.xalan.xsltc.dom.SimpleResultTreeImpl This class represents a light-weight DOM model for simple result tree fragment(RTF). A simple RTF is an RTF that has only one Text node. The Text node can be produced by a combination of Text, xsl:value-of and xsl:number instructions. It can also be produced by a control structure (xsl:if or xsl:c ...