- elementDecl(String, String) - Method in interface org.xml.sax.ext.DeclHandler
-
Report an element type declaration.
- elementDecl(String, String) - Method in class org.xml.sax.ext.DefaultHandler2
-
- endCDATA() - Method in class org.xml.sax.ext.DefaultHandler2
-
- endCDATA() - Method in interface org.xml.sax.ext.LexicalHandler
-
Report the end of a CDATA section.
- endDocument() - Method in interface org.xml.sax.ContentHandler
-
Receive notification of the end of a document.
- endDocument() - Method in interface org.xml.sax.DocumentHandler
-
Deprecated.
Receive notification of the end of a document.
- endDocument() - Method in class org.xml.sax.HandlerBase
-
Deprecated.
Receive notification of the end of the document.
- endDocument() - Method in class org.xml.sax.helpers.DefaultHandler
-
Receive notification of the end of the document.
- endDocument() - Method in class org.xml.sax.helpers.ParserAdapter
-
Adapter implementation method; do not call.
- endDocument() - Method in class org.xml.sax.helpers.XMLFilterImpl
-
Filter an end document event.
- endDocument() - Method in class org.xml.sax.helpers.XMLReaderAdapter
-
End document event.
- endDTD() - Method in class org.xml.sax.ext.DefaultHandler2
-
- endDTD() - Method in interface org.xml.sax.ext.LexicalHandler
-
Report the end of DTD declarations.
- endElement(String, String, String) - Method in interface org.xml.sax.ContentHandler
-
Receive notification of the end of an element.
- endElement(String) - Method in interface org.xml.sax.DocumentHandler
-
Deprecated.
Receive notification of the end of an element.
- endElement(String) - Method in class org.xml.sax.HandlerBase
-
Deprecated.
Receive notification of the end of an element.
- endElement(String, String, String) - Method in class org.xml.sax.helpers.DefaultHandler
-
Receive notification of the end of an element.
- endElement(String) - Method in class org.xml.sax.helpers.ParserAdapter
-
Adapter implementation method; do not call.
- endElement(String, String, String) - Method in class org.xml.sax.helpers.XMLFilterImpl
-
Filter an end element event.
- endElement(String, String, String) - Method in class org.xml.sax.helpers.XMLReaderAdapter
-
Adapt a SAX2 end element event.
- endEntity(String) - Method in class org.xml.sax.ext.DefaultHandler2
-
- endEntity(String) - Method in interface org.xml.sax.ext.LexicalHandler
-
Report the end of an entity.
- endPrefixMapping(String) - Method in interface org.xml.sax.ContentHandler
-
End the scope of a prefix-URI mapping.
- endPrefixMapping(String) - Method in class org.xml.sax.helpers.DefaultHandler
-
Receive notification of the end of a Namespace mapping.
- endPrefixMapping(String) - Method in class org.xml.sax.helpers.XMLFilterImpl
-
Filter an end Namespace prefix mapping event.
- endPrefixMapping(String) - Method in class org.xml.sax.helpers.XMLReaderAdapter
-
Adapt a SAX2 end prefix mapping event.
- EntityResolver - Interface in org.xml.sax
-
Basic interface for resolving entities.
- EntityResolver2 - Interface in org.xml.sax.ext
-
Extended interface for mapping external entity references to input
sources, or providing a missing external subset.
- error(SAXParseException) - Method in interface org.xml.sax.ErrorHandler
-
Receive notification of a recoverable error.
- error(SAXParseException) - Method in class org.xml.sax.HandlerBase
-
Deprecated.
Receive notification of a recoverable parser error.
- error(SAXParseException) - Method in class org.xml.sax.helpers.DefaultHandler
-
Receive notification of a recoverable parser error.
- error(SAXParseException) - Method in class org.xml.sax.helpers.XMLFilterImpl
-
Filter an error event.
- ErrorHandler - Interface in org.xml.sax
-
Basic interface for SAX error handlers.
- externalEntityDecl(String, String, String) - Method in interface org.xml.sax.ext.DeclHandler
-
Report a parsed external entity declaration.
- externalEntityDecl(String, String, String) - Method in class org.xml.sax.ext.DefaultHandler2
-
- getByteStream() - Method in class org.xml.sax.InputSource
-
Get the byte stream for this input source.
- getCharacterStream() - Method in class org.xml.sax.InputSource
-
Get the character stream for this input source.
- getColumnNumber() - Method in class org.xml.sax.helpers.LocatorImpl
-
Return the saved column number (1-based).
- getColumnNumber() - Method in interface org.xml.sax.Locator
-
Return the column number where the current document event ends.
- getColumnNumber() - Method in exception org.xml.sax.SAXParseException
-
The column number of the end of the text where the exception occurred.
- getContentHandler() - Method in class org.xml.sax.helpers.ParserAdapter
-
Return the current content handler.
- getContentHandler() - Method in class org.xml.sax.helpers.XMLFilterImpl
-
Get the content event handler.
- getContentHandler() - Method in interface org.xml.sax.XMLReader
-
Return the current content handler.
- getDeclaredPrefixes() - Method in class org.xml.sax.helpers.NamespaceSupport
-
Return an enumeration of all prefixes declared in this context.
- getDTDHandler() - Method in class org.xml.sax.helpers.ParserAdapter
-
Return the current DTD handler.
- getDTDHandler() - Method in class org.xml.sax.helpers.XMLFilterImpl
-
Get the current DTD event handler.
- getDTDHandler() - Method in interface org.xml.sax.XMLReader
-
Return the current DTD handler.
- getEncoding() - Method in interface org.xml.sax.ext.Locator2
-
Returns the name of the character encoding for the entity.
- getEncoding() - Method in class org.xml.sax.ext.Locator2Impl
-
Returns the current value of the encoding property.
- getEncoding() - Method in class org.xml.sax.InputSource
-
Get the character encoding for a byte stream or URI.
- getEntityResolver() - Method in class org.xml.sax.helpers.ParserAdapter
-
Return the current entity resolver.
- getEntityResolver() - Method in class org.xml.sax.helpers.XMLFilterImpl
-
Get the current entity resolver.
- getEntityResolver() - Method in interface org.xml.sax.XMLReader
-
Return the current entity resolver.
- getErrorHandler() - Method in class org.xml.sax.helpers.ParserAdapter
-
Return the current error handler.
- getErrorHandler() - Method in class org.xml.sax.helpers.XMLFilterImpl
-
Get the current error event handler.
- getErrorHandler() - Method in interface org.xml.sax.XMLReader
-
Return the current error handler.
- getException() - Method in exception org.xml.sax.SAXException
-
Return the embedded exception, if any.
- getExternalSubset(String, String) - Method in class org.xml.sax.ext.DefaultHandler2
-
Tells the parser that if no external subset has been declared
in the document text, none should be used.
- getExternalSubset(String, String) - Method in interface org.xml.sax.ext.EntityResolver2
-
Allows applications to provide an external subset for documents
that don't explicitly define one.
- getFeature(String) - Method in class org.xml.sax.helpers.ParserAdapter
-
Check a parser feature flag.
- getFeature(String) - Method in class org.xml.sax.helpers.XMLFilterImpl
-
Look up the value of a feature.
- getFeature(String) - Method in interface org.xml.sax.XMLReader
-
Look up the value of a feature flag.
- getIndex(String, String) - Method in interface org.xml.sax.Attributes
-
Look up the index of an attribute by Namespace name.
- getIndex(String) - Method in interface org.xml.sax.Attributes
-
Look up the index of an attribute by XML qualified (prefixed) name.
- getIndex(String, String) - Method in class org.xml.sax.helpers.AttributesImpl
-
Look up an attribute's index by Namespace name.
- getIndex(String) - Method in class org.xml.sax.helpers.AttributesImpl
-
Look up an attribute's index by qualified (prefixed) name.
- getLength() - Method in interface org.xml.sax.AttributeList
-
Deprecated.
Return the number of attributes in this list.
- getLength() - Method in interface org.xml.sax.Attributes
-
Return the number of attributes in the list.
- getLength() - Method in class org.xml.sax.helpers.AttributeListImpl
-
Deprecated.
Return the number of attributes in the list.
- getLength() - Method in class org.xml.sax.helpers.AttributesImpl
-
Return the number of attributes in the list.
- getLineNumber() - Method in class org.xml.sax.helpers.LocatorImpl
-
Return the saved line number (1-based).
- getLineNumber() - Method in interface org.xml.sax.Locator
-
Return the line number where the current document event ends.
- getLineNumber() - Method in exception org.xml.sax.SAXParseException
-
The line number of the end of the text where the exception occurred.
- getLocalName(int) - Method in interface org.xml.sax.Attributes
-
Look up an attribute's local name by index.
- getLocalName(int) - Method in class org.xml.sax.helpers.AttributesImpl
-
Return an attribute's local name.
- getMessage() - Method in exception org.xml.sax.SAXException
-
Return a detail message for this exception.
- getName(int) - Method in interface org.xml.sax.AttributeList
-
Deprecated.
Return the name of an attribute in this list (by position).
- getName(int) - Method in class org.xml.sax.helpers.AttributeListImpl
-
Deprecated.
Get the name of an attribute (by position).
- getParent() - Method in class org.xml.sax.helpers.XMLFilterImpl
-
Get the parent reader.
- getParent() - Method in interface org.xml.sax.XMLFilter
-
Get the parent reader.
- getPrefix(String) - Method in class org.xml.sax.helpers.NamespaceSupport
-
Return one of the prefixes mapped to a Namespace URI.
- getPrefixes() - Method in class org.xml.sax.helpers.NamespaceSupport
-
Return an enumeration of all prefixes whose declarations are
active in the current context.
- getPrefixes(String) - Method in class org.xml.sax.helpers.NamespaceSupport
-
Return an enumeration of all prefixes for a given URI whose
declarations are active in the current context.
- getProperty(String) - Method in class org.xml.sax.helpers.ParserAdapter
-
Get a parser property.
- getProperty(String) - Method in class org.xml.sax.helpers.XMLFilterImpl
-
Look up the value of a property.
- getProperty(String) - Method in interface org.xml.sax.XMLReader
-
Look up the value of a property.
- getPublicId() - Method in class org.xml.sax.helpers.LocatorImpl
-
Return the saved public identifier.
- getPublicId() - Method in class org.xml.sax.InputSource
-
Get the public identifier for this input source.
- getPublicId() - Method in interface org.xml.sax.Locator
-
Return the public identifier for the current document event.
- getPublicId() - Method in exception org.xml.sax.SAXParseException
-
Get the public identifier of the entity where the exception occurred.
- getQName(int) - Method in interface org.xml.sax.Attributes
-
Look up an attribute's XML qualified (prefixed) name by index.
- getQName(int) - Method in class org.xml.sax.helpers.AttributesImpl
-
Return an attribute's qualified (prefixed) name.
- getSystemId() - Method in class org.xml.sax.helpers.LocatorImpl
-
Return the saved system identifier.
- getSystemId() - Method in class org.xml.sax.InputSource
-
Get the system identifier for this input source.
- getSystemId() - Method in interface org.xml.sax.Locator
-
Return the system identifier for the current document event.
- getSystemId() - Method in exception org.xml.sax.SAXParseException
-
Get the system identifier of the entity where the exception occurred.
- getType(int) - Method in interface org.xml.sax.AttributeList
-
Deprecated.
Return the type of an attribute in the list (by position).
- getType(String) - Method in interface org.xml.sax.AttributeList
-
Deprecated.
Return the type of an attribute in the list (by name).
- getType(int) - Method in interface org.xml.sax.Attributes
-
Look up an attribute's type by index.
- getType(String, String) - Method in interface org.xml.sax.Attributes
-
Look up an attribute's type by Namespace name.
- getType(String) - Method in interface org.xml.sax.Attributes
-
Look up an attribute's type by XML qualified (prefixed) name.
- getType(int) - Method in class org.xml.sax.helpers.AttributeListImpl
-
Deprecated.
Get the type of an attribute (by position).
- getType(String) - Method in class org.xml.sax.helpers.AttributeListImpl
-
Deprecated.
Get the type of an attribute (by name).
- getType(int) - Method in class org.xml.sax.helpers.AttributesImpl
-
Return an attribute's type by index.
- getType(String, String) - Method in class org.xml.sax.helpers.AttributesImpl
-
Look up an attribute's type by Namespace-qualified name.
- getType(String) - Method in class org.xml.sax.helpers.AttributesImpl
-
Look up an attribute's type by qualified (prefixed) name.
- getURI(int) - Method in interface org.xml.sax.Attributes
-
Look up an attribute's Namespace URI by index.
- getURI(int) - Method in class org.xml.sax.helpers.AttributesImpl
-
Return an attribute's Namespace URI.
- getURI(String) - Method in class org.xml.sax.helpers.NamespaceSupport
-
Look up a prefix and get the currently-mapped Namespace URI.
- getValue(int) - Method in interface org.xml.sax.AttributeList
-
Deprecated.
Return the value of an attribute in the list (by position).
- getValue(String) - Method in interface org.xml.sax.AttributeList
-
Deprecated.
Return the value of an attribute in the list (by name).
- getValue(int) - Method in interface org.xml.sax.Attributes
-
Look up an attribute's value by index.
- getValue(String, String) - Method in interface org.xml.sax.Attributes
-
Look up an attribute's value by Namespace name.
- getValue(String) - Method in interface org.xml.sax.Attributes
-
Look up an attribute's value by XML qualified (prefixed) name.
- getValue(int) - Method in class org.xml.sax.helpers.AttributeListImpl
-
Deprecated.
Get the value of an attribute (by position).
- getValue(String) - Method in class org.xml.sax.helpers.AttributeListImpl
-
Deprecated.
Get the value of an attribute (by name).
- getValue(int) - Method in class org.xml.sax.helpers.AttributesImpl
-
Return an attribute's value by index.
- getValue(String, String) - Method in class org.xml.sax.helpers.AttributesImpl
-
Look up an attribute's value by Namespace-qualified name.
- getValue(String) - Method in class org.xml.sax.helpers.AttributesImpl
-
Look up an attribute's value by qualified (prefixed) name.
- getXMLVersion() - Method in interface org.xml.sax.ext.Locator2
-
Returns the version of XML used for the entity.
- getXMLVersion() - Method in class org.xml.sax.ext.Locator2Impl
-
Returns the current value of the version property.
- ignorableWhitespace(char[], int, int) - Method in interface org.xml.sax.ContentHandler
-
Receive notification of ignorable whitespace in element content.
- ignorableWhitespace(char[], int, int) - Method in interface org.xml.sax.DocumentHandler
-
Deprecated.
Receive notification of ignorable whitespace in element content.
- ignorableWhitespace(char[], int, int) - Method in class org.xml.sax.HandlerBase
-
Deprecated.
Receive notification of ignorable whitespace in element content.
- ignorableWhitespace(char[], int, int) - Method in class org.xml.sax.helpers.DefaultHandler
-
Receive notification of ignorable whitespace in element content.
- ignorableWhitespace(char[], int, int) - Method in class org.xml.sax.helpers.ParserAdapter
-
Adapter implementation method; do not call.
- ignorableWhitespace(char[], int, int) - Method in class org.xml.sax.helpers.XMLFilterImpl
-
Filter an ignorable whitespace event.
- ignorableWhitespace(char[], int, int) - Method in class org.xml.sax.helpers.XMLReaderAdapter
-
Adapt a SAX2 ignorable whitespace event.
- InputSource - Class in org.xml.sax
-
A single input source for an XML entity.
- InputSource() - Constructor for class org.xml.sax.InputSource
-
Zero-argument default constructor.
- InputSource(String) - Constructor for class org.xml.sax.InputSource
-
Create a new input source with a system identifier.
- InputSource(InputStream) - Constructor for class org.xml.sax.InputSource
-
Create a new input source with a byte stream.
- InputSource(Reader) - Constructor for class org.xml.sax.InputSource
-
Create a new input source with a character stream.
- internalEntityDecl(String, String) - Method in interface org.xml.sax.ext.DeclHandler
-
Report an internal entity declaration.
- internalEntityDecl(String, String) - Method in class org.xml.sax.ext.DefaultHandler2
-
- isDeclared(int) - Method in interface org.xml.sax.ext.Attributes2
-
Returns false unless the attribute was declared in the DTD.
- isDeclared(String) - Method in interface org.xml.sax.ext.Attributes2
-
Returns false unless the attribute was declared in the DTD.
- isDeclared(String, String) - Method in interface org.xml.sax.ext.Attributes2
-
Returns false unless the attribute was declared in the DTD.
- isDeclared(int) - Method in class org.xml.sax.ext.Attributes2Impl
-
Returns the current value of the attribute's "declared" flag.
- isDeclared(String, String) - Method in class org.xml.sax.ext.Attributes2Impl
-
Returns the current value of the attribute's "declared" flag.
- isDeclared(String) - Method in class org.xml.sax.ext.Attributes2Impl
-
Returns the current value of the attribute's "declared" flag.
- isNamespaceDeclUris() - Method in class org.xml.sax.helpers.NamespaceSupport
-
Returns true if namespace declaration attributes are placed into
a namespace.
- isSpecified(int) - Method in interface org.xml.sax.ext.Attributes2
-
Returns true unless the attribute value was provided
by DTD defaulting.
- isSpecified(String, String) - Method in interface org.xml.sax.ext.Attributes2
-
Returns true unless the attribute value was provided
by DTD defaulting.
- isSpecified(String) - Method in interface org.xml.sax.ext.Attributes2
-
Returns true unless the attribute value was provided
by DTD defaulting.
- isSpecified(int) - Method in class org.xml.sax.ext.Attributes2Impl
-
Returns the current value of an attribute's "specified" flag.
- isSpecified(String, String) - Method in class org.xml.sax.ext.Attributes2Impl
-
Returns the current value of an attribute's "specified" flag.
- isSpecified(String) - Method in class org.xml.sax.ext.Attributes2Impl
-
Returns the current value of an attribute's "specified" flag.
- SAXException - Exception in org.xml.sax
-
Encapsulate a general SAX error or warning.
- SAXException() - Constructor for exception org.xml.sax.SAXException
-
Create a new SAXException.
- SAXException(String) - Constructor for exception org.xml.sax.SAXException
-
Create a new SAXException.
- SAXException(Exception) - Constructor for exception org.xml.sax.SAXException
-
Create a new SAXException wrapping an existing exception.
- SAXException(String, Exception) - Constructor for exception org.xml.sax.SAXException
-
Create a new SAXException from an existing exception.
- SAXNotRecognizedException - Exception in org.xml.sax
-
Exception class for an unrecognized identifier.
- SAXNotRecognizedException() - Constructor for exception org.xml.sax.SAXNotRecognizedException
-
Default constructor.
- SAXNotRecognizedException(String) - Constructor for exception org.xml.sax.SAXNotRecognizedException
-
Construct a new exception with the given message.
- SAXNotSupportedException - Exception in org.xml.sax
-
Exception class for an unsupported operation.
- SAXNotSupportedException() - Constructor for exception org.xml.sax.SAXNotSupportedException
-
Construct a new exception with no message.
- SAXNotSupportedException(String) - Constructor for exception org.xml.sax.SAXNotSupportedException
-
Construct a new exception with the given message.
- SAXParseException - Exception in org.xml.sax
-
Encapsulate an XML parse error or warning.
- SAXParseException(String, Locator) - Constructor for exception org.xml.sax.SAXParseException
-
Create a new SAXParseException from a message and a Locator.
- SAXParseException(String, Locator, Exception) - Constructor for exception org.xml.sax.SAXParseException
-
Wrap an existing exception in a SAXParseException.
- SAXParseException(String, String, String, int, int) - Constructor for exception org.xml.sax.SAXParseException
-
Create a new SAXParseException.
- SAXParseException(String, String, String, int, int, Exception) - Constructor for exception org.xml.sax.SAXParseException
-
Create a new SAXParseException with an embedded exception.
- setAttribute(int, String, String, String, String, String) - Method in class org.xml.sax.helpers.AttributesImpl
-
Set an attribute in the list.
- setAttributeList(AttributeList) - Method in class org.xml.sax.helpers.AttributeListImpl
-
Deprecated.
Set the attribute list, discarding previous contents.
- setAttributes(Attributes) - Method in class org.xml.sax.ext.Attributes2Impl
-
Copy an entire Attributes object.
- setAttributes(Attributes) - Method in class org.xml.sax.helpers.AttributesImpl
-
Copy an entire Attributes object.
- setByteStream(InputStream) - Method in class org.xml.sax.InputSource
-
Set the byte stream for this input source.
- setCharacterStream(Reader) - Method in class org.xml.sax.InputSource
-
Set the character stream for this input source.
- setColumnNumber(int) - Method in class org.xml.sax.helpers.LocatorImpl
-
Set the column number for this locator (1-based).
- setContentHandler(ContentHandler) - Method in class org.xml.sax.helpers.ParserAdapter
-
Set the content handler.
- setContentHandler(ContentHandler) - Method in class org.xml.sax.helpers.XMLFilterImpl
-
Set the content event handler.
- setContentHandler(ContentHandler) - Method in interface org.xml.sax.XMLReader
-
Allow an application to register a content event handler.
- setDeclared(int, boolean) - Method in class org.xml.sax.ext.Attributes2Impl
-
Assign a value to the "declared" flag of a specific attribute.
- setDocumentHandler(DocumentHandler) - Method in class org.xml.sax.helpers.XMLReaderAdapter
-
Register the SAX1 document event handler.
- setDocumentHandler(DocumentHandler) - Method in interface org.xml.sax.Parser
-
Deprecated.
Allow an application to register a document event handler.
- setDocumentLocator(Locator) - Method in interface org.xml.sax.ContentHandler
-
Receive an object for locating the origin of SAX document events.
- setDocumentLocator(Locator) - Method in interface org.xml.sax.DocumentHandler
-
Deprecated.
Receive an object for locating the origin of SAX document events.
- setDocumentLocator(Locator) - Method in class org.xml.sax.HandlerBase
-
Deprecated.
Receive a Locator object for document events.
- setDocumentLocator(Locator) - Method in class org.xml.sax.helpers.DefaultHandler
-
Receive a Locator object for document events.
- setDocumentLocator(Locator) - Method in class org.xml.sax.helpers.ParserAdapter
-
Adapter implementation method; do not call.
- setDocumentLocator(Locator) - Method in class org.xml.sax.helpers.XMLFilterImpl
-
Filter a new document locator event.
- setDocumentLocator(Locator) - Method in class org.xml.sax.helpers.XMLReaderAdapter
-
Set a document locator.
- setDTDHandler(DTDHandler) - Method in class org.xml.sax.helpers.ParserAdapter
-
Set the DTD handler.
- setDTDHandler(DTDHandler) - Method in class org.xml.sax.helpers.XMLFilterImpl
-
Set the DTD event handler.
- setDTDHandler(DTDHandler) - Method in class org.xml.sax.helpers.XMLReaderAdapter
-
Register the DTD event handler.
- setDTDHandler(DTDHandler) - Method in interface org.xml.sax.Parser
-
Deprecated.
Allow an application to register a DTD event handler.
- setDTDHandler(DTDHandler) - Method in interface org.xml.sax.XMLReader
-
Allow an application to register a DTD event handler.
- setEncoding(String) - Method in class org.xml.sax.ext.Locator2Impl
-
Assigns the current value of the encoding property.
- setEncoding(String) - Method in class org.xml.sax.InputSource
-
Set the character encoding, if known.
- setEntityResolver(EntityResolver) - Method in class org.xml.sax.helpers.ParserAdapter
-
Set the entity resolver.
- setEntityResolver(EntityResolver) - Method in class org.xml.sax.helpers.XMLFilterImpl
-
Set the entity resolver.
- setEntityResolver(EntityResolver) - Method in class org.xml.sax.helpers.XMLReaderAdapter
-
Register the entity resolver.
- setEntityResolver(EntityResolver) - Method in interface org.xml.sax.Parser
-
Deprecated.
Allow an application to register a custom entity resolver.
- setEntityResolver(EntityResolver) - Method in interface org.xml.sax.XMLReader
-
Allow an application to register an entity resolver.
- setErrorHandler(ErrorHandler) - Method in class org.xml.sax.helpers.ParserAdapter
-
Set the error handler.
- setErrorHandler(ErrorHandler) - Method in class org.xml.sax.helpers.XMLFilterImpl
-
Set the error event handler.
- setErrorHandler(ErrorHandler) - Method in class org.xml.sax.helpers.XMLReaderAdapter
-
Register the error event handler.
- setErrorHandler(ErrorHandler) - Method in interface org.xml.sax.Parser
-
Deprecated.
Allow an application to register an error event handler.
- setErrorHandler(ErrorHandler) - Method in interface org.xml.sax.XMLReader
-
Allow an application to register an error event handler.
- setFeature(String, boolean) - Method in class org.xml.sax.helpers.ParserAdapter
-
Set a feature flag for the parser.
- setFeature(String, boolean) - Method in class org.xml.sax.helpers.XMLFilterImpl
-
Set the value of a feature.
- setFeature(String, boolean) - Method in interface org.xml.sax.XMLReader
-
Set the value of a feature flag.
- setLineNumber(int) - Method in class org.xml.sax.helpers.LocatorImpl
-
Set the line number for this locator (1-based).
- setLocale(Locale) - Method in class org.xml.sax.helpers.XMLReaderAdapter
-
Set the locale for error reporting.
- setLocale(Locale) - Method in interface org.xml.sax.Parser
-
Deprecated.
Allow an application to request a locale for errors and warnings.
- setLocalName(int, String) - Method in class org.xml.sax.helpers.AttributesImpl
-
Set the local name of a specific attribute.
- setNamespaceDeclUris(boolean) - Method in class org.xml.sax.helpers.NamespaceSupport
-
Controls whether namespace declaration attributes are placed
into the
NSDECL
namespace
by
processName()
.
- setParent(XMLReader) - Method in class org.xml.sax.helpers.XMLFilterImpl
-
Set the parent reader.
- setParent(XMLReader) - Method in interface org.xml.sax.XMLFilter
-
Set the parent reader.
- setProperty(String, Object) - Method in class org.xml.sax.helpers.ParserAdapter
-
Set a parser property.
- setProperty(String, Object) - Method in class org.xml.sax.helpers.XMLFilterImpl
-
Set the value of a property.
- setProperty(String, Object) - Method in interface org.xml.sax.XMLReader
-
Set the value of a property.
- setPublicId(String) - Method in class org.xml.sax.helpers.LocatorImpl
-
Set the public identifier for this locator.
- setPublicId(String) - Method in class org.xml.sax.InputSource
-
Set the public identifier for this input source.
- setQName(int, String) - Method in class org.xml.sax.helpers.AttributesImpl
-
Set the qualified name of a specific attribute.
- setSpecified(int, boolean) - Method in class org.xml.sax.ext.Attributes2Impl
-
Assign a value to the "specified" flag of a specific attribute.
- setSystemId(String) - Method in class org.xml.sax.helpers.LocatorImpl
-
Set the system identifier for this locator.
- setSystemId(String) - Method in class org.xml.sax.InputSource
-
Set the system identifier for this input source.
- setType(int, String) - Method in class org.xml.sax.helpers.AttributesImpl
-
Set the type of a specific attribute.
- setURI(int, String) - Method in class org.xml.sax.helpers.AttributesImpl
-
Set the Namespace URI of a specific attribute.
- setValue(int, String) - Method in class org.xml.sax.helpers.AttributesImpl
-
Set the value of a specific attribute.
- setXMLVersion(String) - Method in class org.xml.sax.ext.Locator2Impl
-
Assigns the current value of the version property.
- skippedEntity(String) - Method in interface org.xml.sax.ContentHandler
-
Receive notification of a skipped entity.
- skippedEntity(String) - Method in class org.xml.sax.helpers.DefaultHandler
-
Receive notification of a skipped entity.
- skippedEntity(String) - Method in class org.xml.sax.helpers.XMLFilterImpl
-
Filter a skipped entity event.
- skippedEntity(String) - Method in class org.xml.sax.helpers.XMLReaderAdapter
-
Adapt a SAX2 skipped entity event.
- startCDATA() - Method in class org.xml.sax.ext.DefaultHandler2
-
- startCDATA() - Method in interface org.xml.sax.ext.LexicalHandler
-
Report the start of a CDATA section.
- startDocument() - Method in interface org.xml.sax.ContentHandler
-
Receive notification of the beginning of a document.
- startDocument() - Method in interface org.xml.sax.DocumentHandler
-
Deprecated.
Receive notification of the beginning of a document.
- startDocument() - Method in class org.xml.sax.HandlerBase
-
Deprecated.
Receive notification of the beginning of the document.
- startDocument() - Method in class org.xml.sax.helpers.DefaultHandler
-
Receive notification of the beginning of the document.
- startDocument() - Method in class org.xml.sax.helpers.ParserAdapter
-
Adapter implementation method; do not call.
- startDocument() - Method in class org.xml.sax.helpers.XMLFilterImpl
-
Filter a start document event.
- startDocument() - Method in class org.xml.sax.helpers.XMLReaderAdapter
-
Start document event.
- startDTD(String, String, String) - Method in class org.xml.sax.ext.DefaultHandler2
-
- startDTD(String, String, String) - Method in interface org.xml.sax.ext.LexicalHandler
-
Report the start of DTD declarations, if any.
- startElement(String, String, String, Attributes) - Method in interface org.xml.sax.ContentHandler
-
Receive notification of the beginning of an element.
- startElement(String, AttributeList) - Method in interface org.xml.sax.DocumentHandler
-
Deprecated.
Receive notification of the beginning of an element.
- startElement(String, AttributeList) - Method in class org.xml.sax.HandlerBase
-
Deprecated.
Receive notification of the start of an element.
- startElement(String, String, String, Attributes) - Method in class org.xml.sax.helpers.DefaultHandler
-
Receive notification of the start of an element.
- startElement(String, AttributeList) - Method in class org.xml.sax.helpers.ParserAdapter
-
Adapter implementation method; do not call.
- startElement(String, String, String, Attributes) - Method in class org.xml.sax.helpers.XMLFilterImpl
-
Filter a start element event.
- startElement(String, String, String, Attributes) - Method in class org.xml.sax.helpers.XMLReaderAdapter
-
Adapt a SAX2 start element event.
- startEntity(String) - Method in class org.xml.sax.ext.DefaultHandler2
-
- startEntity(String) - Method in interface org.xml.sax.ext.LexicalHandler
-
Report the beginning of some internal and external XML entities.
- startPrefixMapping(String, String) - Method in interface org.xml.sax.ContentHandler
-
Begin the scope of a prefix-URI Namespace mapping.
- startPrefixMapping(String, String) - Method in class org.xml.sax.helpers.DefaultHandler
-
Receive notification of the start of a Namespace mapping.
- startPrefixMapping(String, String) - Method in class org.xml.sax.helpers.XMLFilterImpl
-
Filter a start Namespace prefix mapping event.
- startPrefixMapping(String, String) - Method in class org.xml.sax.helpers.XMLReaderAdapter
-
Adapt a SAX2 start prefix mapping event.