Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A D G I N O P S

A

add(DOMImplementation) - Method in class org.w3c.dom.bootstrap.DOMImplementationListImpl
Add a DOMImplementation in the list.
addSource(DOMImplementationSource) - Method in class org.w3c.dom.bootstrap.DOMImplementationRegistry
Register an implementation.

D

DEFAULT_LINE_LENGTH - Static variable in class org.w3c.dom.bootstrap.DOMImplementationRegistry
Default columns per line.
DOMImplementationListImpl - class org.w3c.dom.bootstrap.DOMImplementationListImpl.
 
DOMImplementationListImpl() - Constructor for class org.w3c.dom.bootstrap.DOMImplementationListImpl
 
DOMImplementationRegistry - class org.w3c.dom.bootstrap.DOMImplementationRegistry.
A factory that enables applications to obtain instances of DOMImplementation.
DOMImplementationRegistry(Vector) - Constructor for class org.w3c.dom.bootstrap.DOMImplementationRegistry
Private constructor.

G

getClassLoader() - Static method in class org.w3c.dom.bootstrap.DOMImplementationRegistry
Gets a class loader.
getContextClassLoader() - Static method in class org.w3c.dom.bootstrap.DOMImplementationRegistry
This method returns the ContextClassLoader or null if running in a JRE 1.1
getDOMImplementation(String) - Method in class org.w3c.dom.bootstrap.DOMImplementationRegistry
Return the first implementation that has the desired features, or null if none is found.
getDOMImplementationList(String) - Method in class org.w3c.dom.bootstrap.DOMImplementationRegistry
Return a list of implementations that support the desired features.
getLength() - Method in class org.w3c.dom.bootstrap.DOMImplementationListImpl
The number of DOMImplementations in the list.
getResourceAsStream(ClassLoader, String) - Static method in class org.w3c.dom.bootstrap.DOMImplementationRegistry
This method returns an Inputstream for the reading resource META_INF/services/org.w3c.dom.DOMImplementationSourceList after checking access control privileges.
getServiceValue(ClassLoader) - Static method in class org.w3c.dom.bootstrap.DOMImplementationRegistry
This method attempts to return the first line of the resource META_INF/services/org.w3c.dom.DOMImplementationSourceList from the provided ClassLoader.
getSystemProperty(String) - Static method in class org.w3c.dom.bootstrap.DOMImplementationRegistry
This method returns the system property indicated by the specified name after checking access control privileges.

I

isJRE11() - Static method in class org.w3c.dom.bootstrap.DOMImplementationRegistry
A simple JRE (Java Runtime Environment) 1.1 test
item(int) - Method in class org.w3c.dom.bootstrap.DOMImplementationListImpl
Returns the indexth item in the collection.

N

newInstance() - Static method in class org.w3c.dom.bootstrap.DOMImplementationRegistry
Obtain a new instance of a DOMImplementationRegistry.

O

org.w3c.dom.bootstrap - package org.w3c.dom.bootstrap
This package contains the DOM Level 3 Core interfaces.

P

PROPERTY - Static variable in class org.w3c.dom.bootstrap.DOMImplementationRegistry
The system property to specify the DOMImplementationSource class names.

S

sources - Variable in class org.w3c.dom.bootstrap.DOMImplementationListImpl
 
sources - Variable in class org.w3c.dom.bootstrap.DOMImplementationRegistry
The list of DOMImplementationSources.

A D G I N O P S