A C D E G I N P S T
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- attributeDecl(String, String, String, String, String) - Method in class net.sf.saxon.aelfred.DefaultHandler
-
SAX2: called on attribute declarations
C
- comment(char[], int, int) - Method in class net.sf.saxon.aelfred.DefaultHandler
-
SAX2: called when comments are parsed
D
- DefaultHandler - Class in net.sf.saxon.aelfred
-
This class extends the SAX base handler class to support the SAX2 Lexical and Declaration handlers.
- DefaultHandler() - Constructor for class net.sf.saxon.aelfred.DefaultHandler
-
Constructs a handler which ignores all parsing events.
E
- elementDecl(String, String) - Method in class net.sf.saxon.aelfred.DefaultHandler
-
SAX2: called on element declarations
- endCDATA() - Method in class net.sf.saxon.aelfred.DefaultHandler
-
SAX2: called after parsing CDATA characters
- endDTD() - Method in class net.sf.saxon.aelfred.DefaultHandler
-
SAX2: called after the doctype is parsed
- endEntity(String) - Method in class net.sf.saxon.aelfred.DefaultHandler
-
SAX2: called after parsing a general entity in content
- externalEntityDecl(String, String, String) - Method in class net.sf.saxon.aelfred.DefaultHandler
-
SAX2: called on external entity declarations
G
- getColumnNumber() - Method in class net.sf.saxon.aelfred.SAXDriver
-
SAX Locator method (don't invoke on parser);
- getContentHandler() - Method in class net.sf.saxon.aelfred.SAXDriver
-
SAX2: Returns the object used to report the logical content of an XML document.
- getDTDHandler() - Method in class net.sf.saxon.aelfred.SAXDriver
-
SAX2: Returns the object used to process declarations related to notations and unparsed entities.
- getEntityResolver() - Method in class net.sf.saxon.aelfred.SAXDriver
-
SAX2: Returns the object used when resolving external entities during parsing (both general and parameter entities).
- getErrorHandler() - Method in class net.sf.saxon.aelfred.SAXDriver
-
SAX2: Returns the object used to receive callbacks for XML errors of all levels (fatal, nonfatal, warning); this is never null;
- getFeature(String) - Method in class net.sf.saxon.aelfred.SAXDriver
-
SAX2: Tells the value of the specified feature flag.
- getFeature(String) - Method in class net.sf.saxon.aelfred.SAXParserFactoryImpl
- getIndex(String) - Method in class net.sf.saxon.aelfred.SAXDriver
-
SAX2 Attributes method (don't invoke on parser);
- getIndex(String, String) - Method in class net.sf.saxon.aelfred.SAXDriver
-
SAX2 Attributes method (don't invoke on parser);
- getLength() - Method in class net.sf.saxon.aelfred.SAXDriver
-
SAX1 AttributeList, SAX2 Attributes method (don't invoke on parser);
- getLineNumber() - Method in class net.sf.saxon.aelfred.SAXDriver
-
SAX Locator method (don't invoke on parser);
- getLocalName(int) - Method in class net.sf.saxon.aelfred.SAXDriver
-
SAX2 Attributes method (don't invoke on parser);
- getName(int) - Method in class net.sf.saxon.aelfred.SAXDriver
-
SAX1 AttributeList method (don't invoke on parser);
- getParser() - Method in class net.sf.saxon.aelfred.SAXParserImpl
- getProperty(String) - Method in class net.sf.saxon.aelfred.SAXDriver
-
SAX2: Returns the specified property.
- getProperty(String) - Method in class net.sf.saxon.aelfred.SAXParserImpl
- getPublicId() - Method in class net.sf.saxon.aelfred.SAXDriver
-
SAX Locator method (don't invoke on parser);
- getQName(int) - Method in class net.sf.saxon.aelfred.SAXDriver
-
SAX2 Attributes method (don't invoke on parser);
- getSystemId() - Method in class net.sf.saxon.aelfred.SAXDriver
-
SAX Locator method (don't invoke on parser);
- getType(int) - Method in class net.sf.saxon.aelfred.SAXDriver
-
SAX1 AttributeList, SAX2 Attributes method (don't invoke on parser);
- getType(String) - Method in class net.sf.saxon.aelfred.SAXDriver
-
SAX1 AttributeList, SAX2 Attributes method (don't invoke on parser);
- getType(String, String) - Method in class net.sf.saxon.aelfred.SAXDriver
-
SAX2 Attributes method (don't invoke on parser);
- getURI(int) - Method in class net.sf.saxon.aelfred.SAXDriver
-
SAX2 Attributes method (don't invoke on parser);
- getValue(int) - Method in class net.sf.saxon.aelfred.SAXDriver
-
SAX1 AttributeList, SAX2 Attributes method (don't invoke on parser);
- getValue(String) - Method in class net.sf.saxon.aelfred.SAXDriver
-
SAX1 AttributeList, SAX2 Attributes method (don't invoke on parser);
- getValue(String, String) - Method in class net.sf.saxon.aelfred.SAXDriver
-
SAX Attributes method (don't invoke on parser);
- getXMLReader() - Method in class net.sf.saxon.aelfred.SAXParserImpl
I
- internalEntityDecl(String, String) - Method in class net.sf.saxon.aelfred.DefaultHandler
-
SAX2: called on internal entity declarations
- isNamespaceAware() - Method in class net.sf.saxon.aelfred.SAXParserImpl
- isValidating() - Method in class net.sf.saxon.aelfred.SAXParserImpl
N
- net.sf.saxon.aelfred - package net.sf.saxon.aelfred
- newSAXParser() - Method in class net.sf.saxon.aelfred.SAXParserFactoryImpl
P
- parse(String) - Method in class net.sf.saxon.aelfred.SAXDriver
-
SAX1, SAX2: Preferred API to parse an XML document, using a system identifier (URI).
- parse(InputSource) - Method in class net.sf.saxon.aelfred.SAXDriver
-
SAX1, SAX2: Auxiliary API to parse an XML document, used mostly when no URI is available.
S
- SAXDriver - Class in net.sf.saxon.aelfred
-
An enhanced SAX2 version of Microstar's Ælfred XML parser.
- SAXDriver() - Constructor for class net.sf.saxon.aelfred.SAXDriver
-
Constructs a SAX Parser.
- SAXParserFactoryImpl - Class in net.sf.saxon.aelfred
-
Implements the JAXP 1.1 ParserFactory interface.
- SAXParserFactoryImpl() - Constructor for class net.sf.saxon.aelfred.SAXParserFactoryImpl
- SAXParserImpl - Class in net.sf.saxon.aelfred
- SAXParserImpl() - Constructor for class net.sf.saxon.aelfred.SAXParserImpl
- setContentHandler(ContentHandler) - Method in class net.sf.saxon.aelfred.SAXDriver
-
SAX2: Assigns the object used to report the logical content of an XML document.
- setDocumentHandler(DocumentHandler) - Method in class net.sf.saxon.aelfred.SAXDriver
-
Deprecated.SAX2 programs should use the XMLReader interface and a ContentHandler.
- setDTDHandler(DTDHandler) - Method in class net.sf.saxon.aelfred.SAXDriver
-
SAX1, SAX2: Set the DTD handler for this parser.
- setEntityResolver(EntityResolver) - Method in class net.sf.saxon.aelfred.SAXDriver
-
SAX1, SAX2: Set the entity resolver for this parser.
- setErrorHandler(ErrorHandler) - Method in class net.sf.saxon.aelfred.SAXDriver
-
SAX1, SAX2: Set the error handler for this parser.
- setFeature(String, boolean) - Method in class net.sf.saxon.aelfred.SAXDriver
-
SAX2: Sets the state of feature flags in this parser.
- setFeature(String, boolean) - Method in class net.sf.saxon.aelfred.SAXParserFactoryImpl
- setLocale(Locale) - Method in class net.sf.saxon.aelfred.SAXDriver
-
SAX1: Sets the locale used for diagnostics; currently, only locales using the English language are supported.
- setProperty(String, Object) - Method in class net.sf.saxon.aelfred.SAXDriver
-
SAX2: Assigns the specified property.
- setProperty(String, Object) - Method in class net.sf.saxon.aelfred.SAXParserImpl
- startCDATA() - Method in class net.sf.saxon.aelfred.DefaultHandler
-
SAX2: called before parsing CDATA characters
- startDTD(String, String, String) - Method in class net.sf.saxon.aelfred.DefaultHandler
-
SAX2: called when the doctype is partially parsed
- startEntity(String) - Method in class net.sf.saxon.aelfred.DefaultHandler
-
SAX2: called before parsing a general entity in content
T
- tryToExpand(String) - Static method in class net.sf.saxon.aelfred.SAXDriver
All Classes All Packages