KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > xml > sax > helpers > NamespaceSupport > Top Examples

  • org.apache.ws.jaxme.xs.parser.impl.XSContextImpl
    @author <a HREF="mailto:joe@ispsoft.de">Jochen Wiedmann</a> <p>This class provides access to the parsers internal data. The <code>Context</code> instance is stored as a thread local element, thus accessible via a static method.</p>
  • org.apache.xalan.processor.StylesheetHandler
    Initializes and processes a stylesheet via SAX events. This class acts as essentially a state machine, maintaining a ContentHandler stack, and pushing appropriate content handlers as parse events occur. @xsl.usage advanced
  • nu.xom.tests.XMLWriter
    <p> The original version of this class was written and placed in the public domain by David Megginson. Elliotte Rusty Harold added <code>LexicalHandler</code> support. It is included here purely for help with testing the <code>SAXConverter</code> class. It is not part ...
  • org.apache.ws.jaxme.xs.xml.impl.XsESchemaImpl
    <p>Implementation of xs:schema. Follows this specification: <pre> &lt;xs:element name="schema" id="schema"&gt; &lt;xs:annotation&gt; &lt;xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-schema"/&gt; &lt;/xs:annotation&gt; &lt;xs:comp ...
  • org.apache.xalan.transformer.TransformSnapshotImpl
    This class holds a "snapshot" of it's current transformer state, which can later be restored. This only saves state which can change over the course of the side-effect-free (i.e. no extensions that call setURIResolver, etc.). @deprecated It doesn't look like this code, which is for tooling, has ...
Popular Tags