An interface that Scanners use to report events in the input stream.
An interface allowing Parser to invoke scanners.
Specifies the Scanner object this Parser uses.
Abstract class representing a TSSL schema.
Returns the schema which this element type is associated with.
Specifies the Schema object this Parser uses.
Set an attribute in the list.
Sets an attribute and its value into an AttributesImpl object.
Set an attribute and its value into this element.
Sets an attribute and its value into this element type.
Copy an entire Attributes object.
Sets the flags of this element type.
Set the local name of a specific attribute.
Sets the content models to which this element type belongs.
Sets the models of this element type.
Change the next element in an element stack or queue.
Set a new output destination for the document.
Sets the parent element type of this element type.
Change the prefix of this schema.
Specify a preferred prefix for a Namespace URI.
Set the qualified name of a specific attribute.
Set the type of a specific attribute.
Set the Namespace URI of a specific attribute.
Change the URI (namespace name) of this schema.
Set the value of a specific attribute.
Reports the close of a start-tag.
Reports the close of a start-tag.
Reports the close of an empty-tag.
Reports the close of an empty-tag.
Signal to the scanner to start CDATA content mode.
Write the XML declaration at the beginning of the document.
Start a new element without a qname, attributes or a Namespace URI.
Start a new element without a qname or attributes.
Has a value of "true" if all XML names (for elements,
prefixes, attributes, entities, notations, and local
names), as well as Namespace URIs, will have been interned
using java.lang.String.intern.