|
|||||||||
| Home >> All >> javax >> xml >> [ parsers overview ] | PREV NEXT | ||||||||
C
- coalescing - Variable in class javax.xml.parsers.DocumentBuilderFactory
D
- DocumentBuilder - class javax.xml.parsers.DocumentBuilder.
- Convenience class for parsing an XML document into a W3C DOM object graph.
- DocumentBuilder() - Constructor for class javax.xml.parsers.DocumentBuilder
- DocumentBuilderFactory - class javax.xml.parsers.DocumentBuilderFactory.
- Factory for obtaining document builders.
- DocumentBuilderFactory() - Constructor for class javax.xml.parsers.DocumentBuilderFactory
E
- exception - Variable in class javax.xml.parsers.FactoryConfigurationError
- The underlying cause of this exception, if any.
- expandEntityReferences - Variable in class javax.xml.parsers.DocumentBuilderFactory
F
- FactoryConfigurationError - error javax.xml.parsers.FactoryConfigurationError.
- An error occurred during configuration of the parser factory.
- FactoryConfigurationError() - Constructor for class javax.xml.parsers.FactoryConfigurationError
- Constructor with no detail message.
- FactoryConfigurationError(String) - Constructor for class javax.xml.parsers.FactoryConfigurationError
- Constructor with the specified detail message.
- FactoryConfigurationError(Exception) - Constructor for class javax.xml.parsers.FactoryConfigurationError
- Constructor with the specified underlying cause.
- FactoryConfigurationError(Exception, String) - Constructor for class javax.xml.parsers.FactoryConfigurationError
- Constructor with the specified underlying cause and detail message.
G
- getAttribute(String) - Method in class javax.xml.parsers.DocumentBuilderFactory
- Retrieves the named attribute value from the underlying implementation.
- getDOMImplementation() - Method in class javax.xml.parsers.DocumentBuilder
- Returns the DOM implementation.
- getException() - Method in class javax.xml.parsers.FactoryConfigurationError
- Returns the underlying cause of this exception, if any.
- getFactoryClassName(ClassLoader, int) - Static method in class javax.xml.parsers.DocumentBuilderFactory
- getFactoryClassName(ClassLoader, int) - Static method in class javax.xml.parsers.SAXParserFactory
- getFeature(String) - Method in class javax.xml.parsers.DocumentBuilderFactory
- Returns the value of the specified feature.
- getFeature(String) - Method in class javax.xml.parsers.SAXParserFactory
- Returns the specified feature for SAX2 parsers obtained from this factory.
- getMessage() - Method in class javax.xml.parsers.FactoryConfigurationError
- Returns the message for this error, if any.
- getParser() - Method in class javax.xml.parsers.SAXParser
- Returns the underlying SAX1 parser.
- getProperty(String) - Method in class javax.xml.parsers.SAXParser
- Returns the value of the specified SAX2 parser property.
- getSchema() - Method in class javax.xml.parsers.DocumentBuilder
- Returns the schema in use by the XML processor.
- getSchema() - Method in class javax.xml.parsers.DocumentBuilderFactory
- Returns the schema.
- getSchema() - Method in class javax.xml.parsers.SAXParser
- Returns the schema in use by this parser.
- getSchema() - Method in class javax.xml.parsers.SAXParserFactory
- Returns the schema.
- getXMLReader() - Method in class javax.xml.parsers.SAXParser
- Returns the underlying SAX2 parser.
I
- ignoringComments - Variable in class javax.xml.parsers.DocumentBuilderFactory
- ignoringElementContentWhitespace - Variable in class javax.xml.parsers.DocumentBuilderFactory
- isCoalescing() - Method in class javax.xml.parsers.DocumentBuilderFactory
- Indicates whether document builders obtained from this factory will convert CDATA sections to text nodes and normalize adjacent text nodes into a single text node.
- isExpandEntityReferences() - Method in class javax.xml.parsers.DocumentBuilderFactory
- Indicates whether document builders obtained from this factory will expand entity reference nodes.
- isIgnoringComments() - Method in class javax.xml.parsers.DocumentBuilderFactory
- Indicates whether document builders obtained from this factory will discard comment nodes.
- isIgnoringElementContentWhitespace() - Method in class javax.xml.parsers.DocumentBuilderFactory
- Indicates whether document builders obtained from this factory will eliminate whitespace within elements that have an element-only content model.
- isNamespaceAware() - Method in class javax.xml.parsers.DocumentBuilder
- Indicates whether this document builder is XML Namespace aware.
- isNamespaceAware() - Method in class javax.xml.parsers.DocumentBuilderFactory
- Indicates whether document builders obtained from this factory will be XML Namespace aware.
- isNamespaceAware() - Method in class javax.xml.parsers.SAXParser
- Indicates whether this parser is XML Namespace aware.
- isNamespaceAware() - Method in class javax.xml.parsers.SAXParserFactory
- Indicates whether parsers obtained from this factory will be XML Namespace aware.
- isValidating() - Method in class javax.xml.parsers.DocumentBuilder
- Indicates whether this document builder will validate its input.
- isValidating() - Method in class javax.xml.parsers.DocumentBuilderFactory
- Indicates whether document builders obtained from this factory will validate their input.
- isValidating() - Method in class javax.xml.parsers.SAXParser
- Indicates whether this parser will validate its input.
- isValidating() - Method in class javax.xml.parsers.SAXParserFactory
- Indicates whether parsers obtained from this factory will validate their input.
- isXIncludeAware() - Method in class javax.xml.parsers.DocumentBuilder
- Returns the XInclude processing mode in use by the parser.
- isXIncludeAware() - Method in class javax.xml.parsers.DocumentBuilderFactory
- Indicates whether parsers obtained from this factory will be XInclude aware.
- isXIncludeAware() - Method in class javax.xml.parsers.SAXParser
- Indicates whether this parser is XInclude-aware.
- isXIncludeAware() - Method in class javax.xml.parsers.SAXParserFactory
- Indicates whether parsers obtained from this factory will be XInclude aware.
J
- javax.xml.parsers - package javax.xml.parsers
N
- namespaceAware - Variable in class javax.xml.parsers.DocumentBuilderFactory
- namespaceAware - Variable in class javax.xml.parsers.SAXParserFactory
- newDocument() - Method in class javax.xml.parsers.DocumentBuilder
- Creates a new, empty DOM Document.
- newDocumentBuilder() - Method in class javax.xml.parsers.DocumentBuilderFactory
- Creates a new document builder instance using the currently specified factory configuration.
- newInstance() - Static method in class javax.xml.parsers.DocumentBuilderFactory
- Creates a new factory instance.
- newInstance() - Static method in class javax.xml.parsers.SAXParserFactory
- Creates a new factory instance.
- newSAXParser() - Method in class javax.xml.parsers.SAXParserFactory
- Creates a new parser instance using the currently specified factory configuration.
P
- ParserConfigurationException - exception javax.xml.parsers.ParserConfigurationException.
- An exception occurred during configuration of the XML parser.
- ParserConfigurationException() - Constructor for class javax.xml.parsers.ParserConfigurationException
- Constructor with no detail message.
- ParserConfigurationException(String) - Constructor for class javax.xml.parsers.ParserConfigurationException
- Constructor with the specified detail message.
- parse(InputStream) - Method in class javax.xml.parsers.DocumentBuilder
- Parse the specified input stream and return a DOM Document.
- parse(InputStream, String) - Method in class javax.xml.parsers.DocumentBuilder
- Parse the specified input stream and return a DOM Document.
- parse(String) - Method in class javax.xml.parsers.DocumentBuilder
- Parse the content of the specified URI and return a DOM Document.
- parse(File) - Method in class javax.xml.parsers.DocumentBuilder
- Parse the specified file and return a DOM Document.
- parse(InputSource) - Method in class javax.xml.parsers.DocumentBuilder
- Parse the specified input source and return a DOM Document.
- parse(InputStream, HandlerBase) - Method in class javax.xml.parsers.SAXParser
- Parse the specifed input stream, reporting SAX1 events to the given handler.
- parse(InputStream, HandlerBase, String) - Method in class javax.xml.parsers.SAXParser
- Parse the specified input stream, reporting SAX1 events to the given handler.
- parse(InputStream, DefaultHandler) - Method in class javax.xml.parsers.SAXParser
- Parse the specified input stream, reporting SAX2 events to the given handler.
- parse(InputStream, DefaultHandler, String) - Method in class javax.xml.parsers.SAXParser
- Parse the specified input stream, reporting SAX2 events to the given handler.
- parse(String, HandlerBase) - Method in class javax.xml.parsers.SAXParser
- Parse the content of the specified URI, reporting SAX1 events to the given handler.
- parse(String, DefaultHandler) - Method in class javax.xml.parsers.SAXParser
- Parse the content of the specified URI, reporting SAX2 events to the given handler.
- parse(File, HandlerBase) - Method in class javax.xml.parsers.SAXParser
- Parse the content of the specified file, reporting SAX1 events to the given handler.
- parse(File, DefaultHandler) - Method in class javax.xml.parsers.SAXParser
- Parse the content of the specified file, reporting SAX2 events to the given handler.
- parse(InputSource, HandlerBase) - Method in class javax.xml.parsers.SAXParser
- Parse the specified input source, reporting SAX1 events to the given handler.
- parse(InputSource, DefaultHandler) - Method in class javax.xml.parsers.SAXParser
- Parse the specified input source, reporting SAX2 events to the given handler.
R
- reset() - Method in class javax.xml.parsers.DocumentBuilder
- Reset this document builder to its original configuration.
- reset() - Method in class javax.xml.parsers.SAXParser
- Resets this parser to its original configuration.
S
- SAXParser - class javax.xml.parsers.SAXParser.
- Convenience class for using or accessing a SAX version 1 or 2 parser.
- SAXParser() - Constructor for class javax.xml.parsers.SAXParser
- SAXParserFactory - class javax.xml.parsers.SAXParserFactory.
- Factory for obtaining SAX parsers.
- SAXParserFactory() - Constructor for class javax.xml.parsers.SAXParserFactory
- schema - Variable in class javax.xml.parsers.DocumentBuilderFactory
- schema - Variable in class javax.xml.parsers.SAXParserFactory
- setAttribute(String, Object) - Method in class javax.xml.parsers.DocumentBuilderFactory
- Set the named attribute on the underlying implementation.
- setCoalescing(boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
- Sets whether document builders obtained from this factory will convert CDATA sections to text nodes and normalize adjacent text nodes into a single text node.
- setEntityResolver(EntityResolver) - Method in class javax.xml.parsers.DocumentBuilder
- Sets the SAX entity resolver callback used to resolve external entities in the XML document(s) to parse.
- setErrorHandler(ErrorHandler) - Method in class javax.xml.parsers.DocumentBuilder
- Sets the SAX error handler callback used to report parsing errors.
- setExpandEntityReferences(boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
- Sets whether document builders obtained from this factory will expand entity reference nodes.
- setFeature(String, boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
- Sets the value of the specified feature.
- setFeature(String, boolean) - Method in class javax.xml.parsers.SAXParserFactory
- Sets the specified feature for SAX2 parsers obtained from this factory.
- setIgnoringComments(boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
- Sets whether document builders obtained from this factory will discard comment nodes.
- setIgnoringElementContentWhitespace(boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
- Sets whether document builders obtained from this factory will eliminate whitespace within elements that have an element-only content model.
- setNamespaceAware(boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
- Sets whether document builders obtained from this factory will be XML Namespace aware.
- setNamespaceAware(boolean) - Method in class javax.xml.parsers.SAXParserFactory
- Sets whether parsers obtained from this factory will be XML Namespace aware.
- setProperty(String, Object) - Method in class javax.xml.parsers.SAXParser
- Sets the specified SAX2 parser property.
- setSchema(Schema) - Method in class javax.xml.parsers.DocumentBuilderFactory
- Sets the schema.
- setSchema(Schema) - Method in class javax.xml.parsers.SAXParserFactory
- Sets the schema.
- setValidating(boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
- Sets whether document builders obtained from this factory will validate their input.
- setValidating(boolean) - Method in class javax.xml.parsers.SAXParserFactory
- Sets whether parsers obtained from this factory will validate their input.
- setXIncludeAware(boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
- Sets whether parsers obtained from this factory will be XInclude aware.
- setXIncludeAware(boolean) - Method in class javax.xml.parsers.SAXParserFactory
- Sets whether parsers obtained from this factory will be XInclude aware.
V
- validating - Variable in class javax.xml.parsers.DocumentBuilderFactory
- validating - Variable in class javax.xml.parsers.SAXParserFactory
X
- xIncludeAware - Variable in class javax.xml.parsers.DocumentBuilderFactory
- xIncludeAware - Variable in class javax.xml.parsers.SAXParserFactory
C D E F G I J N P R S V X
|
|||||||||
| Home >> All >> javax >> xml >> [ parsers overview ] | PREV NEXT | ||||||||