datatype (W3C Schema datatypes)DateDV() -
Constructor for class org.apache.xerces.impl.dv.xs.DateDV
DATETIME -
Static variable in class javax.xml.datatype.DatatypeConstants
Fully qualified name for W3C XML Schema 1.0 datatype dateTime
.
DATETIME_DATATYPE -
Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated. The datetime data type as defined in .
DATETIME_DT -
Static variable in interface org.apache.xerces.xs.XSConstants
dateTime
DateTimeDV - Class in org.apache.xerces.impl.dv.xsValidator for <dateTime> datatype (W3C Schema Datatypes)DateTimeDV() -
Constructor for class org.apache.xerces.impl.dv.xs.DateTimeDV
DayDV - Class in org.apache.xerces.impl.dv.xsValidator for <gDay> datatype (W3C Schema datatypes)DayDV() -
Constructor for class org.apache.xerces.impl.dv.xs.DayDV
DAYS -
Static variable in class javax.xml.datatype.DatatypeConstants
A constant that represents the days field.
DAYTIMEDURATION_DT -
Static variable in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
DAYTIMEDURATION_TYPE -
Static variable in class org.apache.xerces.impl.dv.xs.DurationDV
DCP_QUEUE_POLICY_KEY -
Static variable in class com.ibm.jusb.UsbDeviceImp
debug -
Variable in class org.apache.xml.resolver.CatalogManager
The manager's debug object.
Debug - Class in org.apache.xml.resolver.helpersStatic debugging/messaging class for Catalogs.Debug() -
Constructor for class org.apache.xml.resolver.helpers.Debug
Constructor
DEBUG_ENABLE -
Static variable in class com.esf.device.modem.configuration.ModemConfiguration
DECEMBER -
Static variable in class javax.xml.datatype.DatatypeConstants
Value for twelve month of year.
DECIMAL_DATATYPE -
Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated. The decimal data type as defined in .
DECIMAL_DT -
Static variable in interface org.apache.xerces.xs.XSConstants
decimal
DecimalDV - Class in org.apache.xerces.impl.dv.xsRepresent the schema type "decimal"DecimalDV() -
Constructor for class org.apache.xerces.impl.dv.xs.DecimalDV
DECLARATION_HANDLER_PROPERTY -
Static variable in class org.apache.xerces.impl.Constants
Declaration handler property ("declaration-handler").
declarePrefix(String, String) -
Method in class org.apache.xerces.util.JAXPNamespaceContextWrapper
declarePrefix(String, String) -
Method in class org.apache.xerces.util.NamespaceSupport
declarePrefix(String, String) -
Method in interface org.apache.xerces.xni.NamespaceContext
Declare a Namespace prefix.
declarePrefix(String, String) -
Method in class org.xml.sax.helpers.NamespaceSupport
Declare a Namespace prefix.
DeclHandler - Interface in org.xml.sax.extSAX2 extension handler for DTD declaration events.decode(String) -
Static method in class org.apache.xerces.impl.dv.util.Base64
Decodes Base64 data into octects
decode(String) -
Static method in class org.apache.xerces.impl.dv.util.HexBin
Decode hex string to a byte array
decodeURN(String) -
Static method in class org.apache.xml.resolver.helpers.PublicId
Decode a "publicid" URN into a public identifier.
DeepNodeListImpl - Class in org.apache.xerces.domThis class implements the DOM's NodeList behavior for
Element.getElementsByTagName()DeepNodeListImpl(NodeImpl, String) -
Constructor for class org.apache.xerces.dom.DeepNodeListImpl
Constructor.
DeepNodeListImpl(NodeImpl, String, String) -
Constructor for class org.apache.xerces.dom.DeepNodeListImpl
Constructor for Namespace support.
DEFAULT_ATTRIBUTE_VALUES_FEATURE -
Static variable in class org.apache.xerces.impl.Constants
Default attribute values feature ("validation/default-attribute-values").
DEFAULT_BUFFER_SIZE -
Static variable in class org.apache.xerces.impl.io.ASCIIReader
Default byte buffer size (2048).
DEFAULT_BUFFER_SIZE -
Static variable in class org.apache.xerces.impl.io.Latin1Reader
Default byte buffer size (2048).
DEFAULT_BUFFER_SIZE -
Static variable in class org.apache.xerces.impl.io.UCSReader
Default byte buffer size (8192, larger than that of ASCIIReader
since it's reasonable to surmise that the average UCS-4-encoded
file should be 4 times as large as the average ASCII-encoded file).
DEFAULT_BUFFER_SIZE -
Static variable in class org.apache.xerces.impl.io.UTF8Reader
Default byte buffer size (2048).
DEFAULT_BUFFER_SIZE -
Static variable in class org.apache.xerces.impl.XMLEntityManager
Default buffer size (2048).
DEFAULT_INTERNAL_BUFFER_SIZE -
Static variable in class org.apache.xerces.impl.XMLEntityManager
Default internal entity buffer size (512).
DEFAULT_NS_PREFIX -
Static variable in class javax.xml.XMLConstants
Prefix to use to represent the default XML Namespace.
DEFAULT_OBJECT_MODEL_URI -
Static variable in class javax.xml.xpath.XPathFactory
Default Object Model URI.
DEFAULT_PROPERTY_NAME -
Static variable in class javax.xml.xpath.XPathFactory
The default property name according to the JAXP spec.
DEFAULT_SHADOW_GRAMMAR_POOL -
Static variable in class org.apache.xerces.parsers.CachingParserPool
Default shadow grammar pool (false).
DEFAULT_SHADOW_SYMBOL_TABLE -
Static variable in class org.apache.xerces.parsers.CachingParserPool
Default shadow symbol table (false).
DEFAULT_SIZE -
Static variable in class org.apache.xerces.util.XMLStringBuffer
Default buffer size (32).
DEFAULT_TYPE_DEFAULT -
Static variable in class org.apache.xerces.impl.dtd.XMLSimpleType
DEFAULT_TYPE_DEFAULT
DEFAULT_TYPE_FIXED -
Static variable in class org.apache.xerces.impl.dtd.XMLSimpleType
DEFAULT_TYPE_FIXED
DEFAULT_TYPE_IMPLIED -
Static variable in class org.apache.xerces.impl.dtd.XMLSimpleType
DEFAULT_TYPE_IMPLIED
DEFAULT_TYPE_REQUIRED -
Static variable in class org.apache.xerces.impl.dtd.XMLSimpleType
DEFAULT_TYPE_REQUIRED
DEFAULT_XMLDECL_BUFFER_SIZE -
Static variable in class org.apache.xerces.impl.XMLEntityManager
Default buffer size before we've finished with the XMLDecl:
DefaultDocument - Class in org.apache.xerces.impl.xs.opti DefaultDocument() -
Constructor for class org.apache.xerces.impl.xs.opti.DefaultDocument
DefaultElement - Class in org.apache.xerces.impl.xs.opti DefaultElement() -
Constructor for class org.apache.xerces.impl.xs.opti.DefaultElement
DefaultElement(String, String, String, String, short) -
Constructor for class org.apache.xerces.impl.xs.opti.DefaultElement
DefaultErrorHandler - Class in org.apache.xerces.utilDefault error handler.DefaultErrorHandler() -
Constructor for class org.apache.xerces.util.DefaultErrorHandler
Constructs an error handler that prints error messages to
System.err
.
DefaultErrorHandler(PrintWriter) -
Constructor for class org.apache.xerces.util.DefaultErrorHandler
Constructs an error handler that prints error messages to the
specified PrintWriter
.
DefaultHandler - Class in org.xml.sax.helpersDefault base class for SAX2 event handlers.DefaultHandler() -
Constructor for class org.xml.sax.helpers.DefaultHandler
DefaultHandler2 - Class in org.xml.sax.extThis class extends the SAX2 base handler class to support the
SAX2 LexicalHandler
, DeclHandler
, and
EntityResolver2
extensions.DefaultHandler2() -
Constructor for class org.xml.sax.ext.DefaultHandler2
Constructs a handler which ignores all parsing events.
DefaultNode - Class in org.apache.xerces.impl.xs.opti DefaultNode() -
Constructor for class org.apache.xerces.impl.xs.opti.DefaultNode
DefaultText - Class in org.apache.xerces.impl.xs.optiThe Text
interface inherits from CharacterData
and represents the textual content (termed character data in XML) of an
Element
or Attr
.DefaultText() -
Constructor for class org.apache.xerces.impl.xs.opti.DefaultText
defaultType -
Variable in class org.apache.xerces.impl.dtd.XMLSimpleType
defaultType
DefaultUsbControlIrp - Class in javax.usb.utilUsbControlIrp default implementation.DefaultUsbControlIrp(byte, byte, short, short) -
Constructor for class javax.usb.util.DefaultUsbControlIrp
Constructor.
DefaultUsbControlIrp(byte[], int, int, boolean, byte, byte, short, short) -
Constructor for class javax.usb.util.DefaultUsbControlIrp
Constructor.
DefaultUsbControlPipeOsImp - Class in com.ibm.jusb.osDefault implementation for UsbControlPipeOsImp.DefaultUsbControlPipeOsImp() -
Constructor for class com.ibm.jusb.os.DefaultUsbControlPipeOsImp
Constructor.
DefaultUsbControlPipeOsImp(String, String) -
Constructor for class com.ibm.jusb.os.DefaultUsbControlPipeOsImp
Constructor.
DefaultUsbControlPipeOsImp(boolean) -
Constructor for class com.ibm.jusb.os.DefaultUsbControlPipeOsImp
Constructor.
DefaultUsbDeviceOsImp - Class in com.ibm.jusb.osDefault UsbDeviceOsImp implementation.DefaultUsbDeviceOsImp() -
Constructor for class com.ibm.jusb.os.DefaultUsbDeviceOsImp
Constructor.
DefaultUsbDeviceOsImp(String) -
Constructor for class com.ibm.jusb.os.DefaultUsbDeviceOsImp
Constructor.
DefaultUsbInterfaceOsImp - Class in com.ibm.jusb.osDefault UsbInterfaceOsImp implementation.DefaultUsbInterfaceOsImp() -
Constructor for class com.ibm.jusb.os.DefaultUsbInterfaceOsImp
Constructor.
DefaultUsbInterfaceOsImp(boolean) -
Constructor for class com.ibm.jusb.os.DefaultUsbInterfaceOsImp
Constructor.
DefaultUsbInterfacePolicy - Class in com.ibm.jusbDefault simple implementation of UsbInterfacePolicy.DefaultUsbInterfacePolicy() -
Constructor for class com.ibm.jusb.DefaultUsbInterfacePolicy
DefaultUsbIrp - Class in javax.usb.utilUsbIrp default implementation.DefaultUsbIrp() -
Constructor for class javax.usb.util.DefaultUsbIrp
Constructor.
DefaultUsbIrp(byte[]) -
Constructor for class javax.usb.util.DefaultUsbIrp
Constructor.
DefaultUsbIrp(byte[], int, int, boolean) -
Constructor for class javax.usb.util.DefaultUsbIrp
Constructor.
DefaultUsbPipeOsImp - Class in com.ibm.jusb.osDefault UsbPipeOsImp implementation.DefaultUsbPipeOsImp() -
Constructor for class com.ibm.jusb.os.DefaultUsbPipeOsImp
Constructor.
DefaultUsbPipeOsImp(String, String) -
Constructor for class com.ibm.jusb.os.DefaultUsbPipeOsImp
Constructor.
DefaultUsbPipeOsImp(boolean) -
Constructor for class com.ibm.jusb.os.DefaultUsbPipeOsImp
Constructor.
defaultValue -
Variable in class org.apache.xerces.impl.dtd.XMLSimpleType
defaultValue
DefaultXMLDocumentHandler - Class in org.apache.xerces.impl.xs.opti DefaultXMLDocumentHandler() -
Constructor for class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
Default Constructor
DEFER_NODE_EXPANSION_FEATURE -
Static variable in class org.apache.xerces.impl.Constants
Defer node expansion feature ("dom/defer-node-expansion").
DeferredAttrImpl - Class in org.apache.xerces.domAttribute represents an XML-style attribute of an
Element.DeferredAttrNSImpl - Class in org.apache.xerces.domDeferredAttrNSImpl is to AttrNSImpl, what DeferredAttrImpl is to
AttrImpl.DeferredCDATASectionImpl - Class in org.apache.xerces.domXML provides the CDATA markup to allow a region of text in which
most of the XML delimiter recognition does not take place.DeferredCommentImpl - Class in org.apache.xerces.domRepresents an XML (or HTML) comment.DeferredDocumentImpl - Class in org.apache.xerces.domThe Document interface represents the entire HTML or XML document.DeferredDocumentImpl() -
Constructor for class org.apache.xerces.dom.DeferredDocumentImpl
NON-DOM: Actually creating a Document is outside the DOM's spec,
since it has to operate in terms of a particular implementation.
DeferredDocumentImpl(boolean) -
Constructor for class org.apache.xerces.dom.DeferredDocumentImpl
NON-DOM: Actually creating a Document is outside the DOM's spec,
since it has to operate in terms of a particular implementation.
DeferredDocumentImpl(boolean, boolean) -
Constructor for class org.apache.xerces.dom.DeferredDocumentImpl
Experimental constructor.
DeferredDocumentTypeImpl - Class in org.apache.xerces.domThis class represents a Document Type declaraction in
the document itself, not a Document Type Definition (DTD).DeferredDOMImplementationImpl - Class in org.apache.xerces.domThis DOMImplementation class is description of a particular
implementation of the Document Object Model.DeferredDOMImplementationImpl() -
Constructor for class org.apache.xerces.dom.DeferredDOMImplementationImpl
DeferredElementDefinitionImpl - Class in org.apache.xerces.domNON-DOM CLASS: Describe one of the Elements (and its associated
Attributes) defined in this Document Type.DeferredElementImpl - Class in org.apache.xerces.domElements represent most of the "markup" and structure of the
document.DeferredElementNSImpl - Class in org.apache.xerces.domDeferredElementNSImpl is to ElementNSImpl, what DeferredElementImpl is to
ElementImpl.DeferredEntityImpl - Class in org.apache.xerces.domEntity nodes hold the reference data for an XML Entity -- either
parsed or unparsed.DeferredEntityReferenceImpl - Class in org.apache.xerces.domEntityReference models the XML &entityname; syntax, when used for
entities defined by the DOM.DeferredNode - Interface in org.apache.xerces.domAn interface for deferred node object.DeferredNotationImpl - Class in org.apache.xerces.domNotations are how the Document Type Description (DTD) records hints
about the format of an XML "unparsed entity" -- in other words,
non-XML data bound to this document type, which some applications
may wish to consult when manipulating the document.DeferredProcessingInstructionImpl - Class in org.apache.xerces.domProcessing Instructions (PIs) permit documents to carry
processor-specific information alongside their actual content.DeferredTextImpl - Class in org.apache.xerces.domText nodes hold the non-markup, non-Entity content of
an Element or Attribute.DELEGATE_PUBLIC -
Static variable in class org.apache.xml.resolver.Catalog
The DELEGATE_PUBLIC Catalog Entry type.
DELEGATE_SYSTEM -
Static variable in class org.apache.xml.resolver.Catalog
The DELEGATE_SYSTEM Catalog Entry type.
DELEGATE_URI -
Static variable in class org.apache.xml.resolver.Catalog
The DELEGATE_URI Catalog Entry type.
deleteAllLocalRules() -
Method in interface com.esf.net.firewall.service.ILinuxFirewallService
Removes all Local Port rules from this firewall configuration.
deleteAllNatRules() -
Method in interface com.esf.net.firewall.service.ILinuxFirewallService
Removes all Network Address Translation rules from this firewall
configuration.
deleteAllPortForwardRules() -
Method in interface com.esf.net.firewall.service.ILinuxFirewallService
Removes all Port Forwarding rules from this firewall configuration.
deleteCaption() -
Method in class org.apache.html.dom.HTMLTableElementImpl
deleteCaption() -
Method in interface org.w3c.dom.html.HTMLTableElement
Delete the table caption, if one exists.
deleteCell(int) -
Method in class org.apache.html.dom.HTMLTableRowElementImpl
deleteCell(int) -
Method in interface org.w3c.dom.html.HTMLTableRowElement
Delete a cell from the current row.
deleteConfig() -
Method in interface com.esf.net.netconf.service.INetconfModule
Deletes an entire configuration datastore.
deleteContents() -
Method in class org.apache.xerces.dom.RangeImpl
deleteContents() -
Method in interface org.w3c.dom.ranges.Range
Removes the contents of a Range from the containing document or
document fragment without returning a reference to the removed
content.
deleteData(int, int) -
Method in class org.apache.xerces.dom.CharacterDataImpl
Remove a range of characters from the node's value.
deleteData(int, int) -
Method in class org.apache.xerces.impl.xs.opti.DefaultText
Remove a range of 16-bit units from the node.
deleteData(int, int) -
Method in interface org.w3c.dom.CharacterData
Remove a range of 16-bit units from the node.
deleteLocalRule(int) -
Method in interface com.esf.net.firewall.service.ILinuxFirewallService
Deletes a Local Rule from this firewall configuration.
deleteMedium(String) -
Method in interface org.w3c.dom.stylesheets.MediaList
Deletes the medium indicated by oldMedium
from the list.
deleteNatRule(int) -
Method in interface com.esf.net.firewall.service.ILinuxFirewallService
Deletes a Network Address Translation rule from this firewall
configuration.
deletePortForwardRule(int) -
Method in interface com.esf.net.firewall.service.ILinuxFirewallService
Deletes a Port Forwarding rule from this firewall configuration.
deleteRow(int) -
Method in class org.apache.html.dom.HTMLTableElementImpl
deleteRow(int) -
Method in class org.apache.html.dom.HTMLTableSectionElementImpl
deleteRow(int) -
Method in interface org.w3c.dom.html.HTMLTableElement
Delete a table row.
deleteRow(int) -
Method in interface org.w3c.dom.html.HTMLTableSectionElement
Delete a row from this section.
deleteRule(int) -
Method in interface org.w3c.dom.css.CSSMediaRule
Used to delete a rule from the media block.
deleteRule(int) -
Method in interface org.w3c.dom.css.CSSStyleSheet
Used to delete a rule from the style sheet.
deleteTermClientConnectionint(int, int) -
Method in interface com.esf.net.termclient.service.ITermClientService
This method will eliminate one of the attached Host Connections that was created for the selected (iTermClientId) Terminal Client.
deleteTermServEndDevice(int, String, int) -
Method in interface com.esf.net.termserv.service.ITermServService
This method will eliminate one of the attached end devices that was created for the selected (iTermServId) Terminal Servers.
deleteTFoot() -
Method in class org.apache.html.dom.HTMLTableElementImpl
deleteTFoot() -
Method in interface org.w3c.dom.html.HTMLTableElement
Delete the footer from the table, if one exists.
deleteTHead() -
Method in class org.apache.html.dom.HTMLTableElementImpl
deleteTHead() -
Method in interface org.w3c.dom.html.HTMLTableElement
Delete the header from the table, if one exists.
deleteUdpServerEndDevice(int, int) -
Method in interface com.esf.net.udpserver.service.IUdpServerService
This method will eliminate one of the attached end devices that was created for the selected (iUdpServerId) UdpServers.
DERIVATION_EXTENSION -
Static variable in interface org.apache.xerces.xs.XSConstants
XSTypeDefinition
final set or
XSElementDeclaration
disallowed substitution group.
DERIVATION_EXTENSION -
Static variable in interface org.w3c.dom.TypeInfo
If the document's schema is an XML Schema [XML Schema Part 1]
, this constant represents the derivation by
extension.
DERIVATION_LIST -
Static variable in interface org.apache.xerces.xs.XSConstants
XSTypeDefinition
final set.
DERIVATION_LIST -
Static variable in interface org.w3c.dom.TypeInfo
If the document's schema is an XML Schema [XML Schema Part 1]
, this constant represents the list.
DERIVATION_NONE -
Static variable in interface org.apache.xerces.xs.XSConstants
No constraint is available.
DERIVATION_RESTRICTION -
Static variable in interface org.apache.xerces.xs.XSConstants
XSTypeDefinition
final set or
XSElementDeclaration
disallowed substitution group.
DERIVATION_RESTRICTION -
Static variable in interface org.w3c.dom.TypeInfo
If the document's schema is an XML Schema [XML Schema Part 1]
, this constant represents the derivation by
restriction if complex types are involved, or a
restriction if simple types are involved.
DERIVATION_SUBSTITUTION -
Static variable in interface org.apache.xerces.xs.XSConstants
XSTypeDefinition
final set.
DERIVATION_UNION -
Static variable in interface org.apache.xerces.xs.XSConstants
XSTypeDefinition
final set.
DERIVATION_UNION -
Static variable in interface org.w3c.dom.TypeInfo
If the document's schema is an XML Schema [XML Schema Part 1]
, this constant represents the
union if simple types are involved.
derivedFrom(String, String, short) -
Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
derivedFrom(String, String, short) -
Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
derivedFrom(String, String, short) -
Method in interface org.apache.xerces.xs.XSTypeDefinition
Convenience method which checks if this type is derived from the given
ancestor type.
derivedFromType(XSTypeDefinition, short) -
Method in class org.apache.xerces.impl.dv.xs.XSSimpleTypeDecl
derivedFromType(XSTypeDefinition, short) -
Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
derivedFromType(XSTypeDefinition, short) -
Method in interface org.apache.xerces.xs.XSTypeDefinition
Convenience method which checks if this type is derived from the given
ancestorType
.
DESCENDANT -
Static variable in class org.apache.xerces.impl.xpath.XPath.Axis
Type: descendant.
DescendantSelector - Interface in org.w3c.css.sac DESCRIPTOR_MIN_LENGTH -
Static variable in interface javax.usb.UsbConst
DESCRIPTOR_MIN_LENGTH_CONFIGURATION -
Static variable in interface javax.usb.UsbConst
DESCRIPTOR_MIN_LENGTH_DEVICE -
Static variable in interface javax.usb.UsbConst
DESCRIPTOR_MIN_LENGTH_ENDPOINT -
Static variable in interface javax.usb.UsbConst
DESCRIPTOR_MIN_LENGTH_INTERFACE -
Static variable in interface javax.usb.UsbConst
DESCRIPTOR_MIN_LENGTH_STRING -
Static variable in interface javax.usb.UsbConst
DESCRIPTOR_TYPE_CONFIGURATION -
Static variable in interface javax.usb.UsbConst
DESCRIPTOR_TYPE_DEVICE -
Static variable in interface javax.usb.UsbConst
DESCRIPTOR_TYPE_ENDPOINT -
Static variable in interface javax.usb.UsbConst
DESCRIPTOR_TYPE_INTERFACE -
Static variable in interface javax.usb.UsbConst
DESCRIPTOR_TYPE_STRING -
Static variable in interface javax.usb.UsbConst
deselectAll() -
Method in interface org.w3c.dom.svg.SVGSVGElement
detach() -
Method in class org.apache.xerces.dom.NodeIteratorImpl
detach() -
Method in class org.apache.xerces.dom.RangeImpl
detach() -
Method in interface org.w3c.dom.ranges.Range
Called to indicate that the Range is no longer in use and that the
implementation may relinquish any resources associated with this
Range.
detach() -
Method in interface org.w3c.dom.traversal.NodeIterator
Detaches the NodeIterator
from the set which it iterated
over, releasing any computational resources and placing the
NodeIterator
in the INVALID state.
detachUsbDeviceImp(UsbDeviceImp) -
Method in class com.ibm.jusb.UsbPortImp
Detaches the attached UsbDeviceImp from this port.
determineDocVersion(XMLInputSource) -
Method in class org.apache.xerces.impl.XMLVersionDetector
This methods scans the XML declaration to find out the version
(and provisional encoding) of the document.
DEVICE_ATTACHED_TOPIC -
Static variable in interface com.esf.device.usb.manager.service.IUsbManagerService
DEVICE_BCD -
Static variable in class com.ibm.jusb.VirtualRootUsbHubImp
DEVICE_DETACHED_TOPIC -
Static variable in interface com.esf.device.usb.manager.service.IUsbManagerService
DEVICE_SPEED_FULL -
Static variable in interface javax.usb.UsbConst
Full speed device.
DEVICE_SPEED_LOW -
Static variable in interface javax.usb.UsbConst
Low speed device.
DEVICE_SPEED_UNKNOWN -
Static variable in interface javax.usb.UsbConst
Unknown device speed.
deviceDescriptorBytes -
Static variable in class com.ibm.jusb.VirtualRootUsbHubImp
DFAContentModel - Class in org.apache.xerces.impl.dtd.modelsDFAContentModel is the derivative of ContentModel that does
all of the non-trivial element content validation.DFAContentModel(CMNode, int, boolean) -
Constructor for class org.apache.xerces.impl.dtd.models.DFAContentModel
Constructs a DFA content model.
DhcpServerParameters - Class in com.esf.net.dhcp.server.serviceConstructor to hold the parameters of a DHCP server configuration.DhcpServerParameters(int, int, String, String, String, boolean) -
Constructor for class com.esf.net.dhcp.server.service.DhcpServerParameters
DIALSTRING -
Static variable in class com.esf.device.modem.configuration.ModemConfiguration
disable() -
Method in class com.esf.device.modem.service.CellularModem
disable() -
Method in interface com.esf.device.modem.service.IBasicCellularModemService
disables modem
disableConnectionLostTimeout() -
Method in interface com.esf.net.mqtt.client.service.IEsfMqttCloudClient
Disables the connection lost timeout option.
disableDhcpServer(String) -
Method in interface com.esf.net.dhcp.server.service.IDhcpServerService
Shuts down the Dhcp server for this Ethernet adapter.
disableForwarding() -
Method in interface com.esf.net.firewall.service.ILinuxFirewallService
disables forwarding by setting forwarding to enabled in /proc (echo 0 > /proc/sys/net/ipv4/ip_forward).
disableIcmp() -
Method in interface com.esf.net.firewall.service.ILinuxFirewallService
sets the rule to not allow ICMP packets through on all interfaces
DISALLOW_DOCTYPE_DECL_FEATURE -
Static variable in class org.apache.xerces.impl.Constants
Disallow DOCTYPE declaration feature ("disallow-doctype-decl").
disconnect() -
Method in interface com.esf.device.modem.service.ICellularModemService
Terminates connection with service provider by stopping PPP session
disconnect() -
Method in interface com.esf.device.modem.service.IModemService
Terminates connection with service provider by stopping PPP session
disconnect() -
Method in interface com.esf.net.mqtt.client.service.IEsfMqttClient
Disconnects from the MQtt broker.
disconnect() -
Method in interface com.esf.net.ppp.service.IPppService
Terminates PPP connection
disconnect() -
Method in class com.esf.protocol.fielddevice.service.ProtocolDevice
attempt to disconnect from the field device.
disconnect() -
Method in class com.ibm.jusb.UsbDeviceImp
Disconnect UsbDeviceImp.
disconnect() -
Method in class com.ibm.jusb.VirtualRootUsbHubImp
No disconnect
DISCONNECTED -
Static variable in class com.esf.protocol.fielddevice.service.ProtocolConnectionStatus
attempts have been made to connect to the device, but currently
no connection exists
DISCONNECTING -
Static variable in class com.esf.protocol.fielddevice.service.ProtocolConnectionStatus
attempting to disconnect from the field device.
discoverDevices(int) -
Method in interface com.esf.device.bluetooth.discovery.service.IBluetoothDiscovery
Deprecated. use getDeviceUrl() method
dispatchEvent(Event) -
Method in class org.apache.xerces.dom.NodeImpl
dispatchEvent(Event) -
Method in interface org.w3c.dom.events.EventTarget
This method allows the dispatch of events into the implementations
event model.
DnsProxySecurityFeature - Class in com.esf.net.dnsproxy.serviceDefines DNS-proxy security featureDnsProxySecurityFeature(String, String) -
Constructor for class com.esf.net.dnsproxy.service.DnsProxySecurityFeature
DnsProxySecurityFeature constructor
doCData -
Variable in class org.apache.xml.serialize.ElementState
Deprecated. True if textual content of current element should be
serialized as CDATA section.
DOCTYPE -
Static variable in class org.apache.xml.resolver.Catalog
The DOCTYPE Catalog Entry type.
DOCTYPE_PUBLIC -
Static variable in class javax.xml.transform.OutputKeys
doctype-public = string.
DOCTYPE_SYSTEM -
Static variable in class javax.xml.transform.OutputKeys
doctype-system = string.
doctypeDecl(String, String, String, Augmentations) -
Method in class org.apache.xerces.dom.DOMNormalizer
Notifies of the presence of the DOCTYPE line in the document.
doctypeDecl(String, String, String, Augmentations) -
Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
Notifies of the presence of the DOCTYPE line in the document.
doctypeDecl(String, String, String, Augmentations) -
Method in class org.apache.xerces.impl.XMLNamespaceBinder
Notifies of the presence of the DOCTYPE line in the document.
doctypeDecl(String, String, String, Augmentations) -
Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
Notifies of the presence of the DOCTYPE line in the document.
doctypeDecl(String, String, String, Augmentations) -
Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
Notifies of the presence of the DOCTYPE line in the document.
doctypeDecl(String, String, String, Augmentations) -
Method in class org.apache.xerces.parsers.AbstractDOMParser
Notifies of the presence of the DOCTYPE line in the document.
doctypeDecl(String, String, String, Augmentations) -
Method in class org.apache.xerces.parsers.AbstractSAXParser
Notifies of the presence of the DOCTYPE line in the document.
doctypeDecl(String, String, String, Augmentations) -
Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
Notifies of the presence of the DOCTYPE line in the document.
doctypeDecl(String, String, String, Augmentations) -
Method in class org.apache.xerces.xinclude.XIncludeHandler
doctypeDecl(String, String, String, Augmentations) -
Method in interface org.apache.xerces.xni.XMLDocumentHandler
Notifies of the presence of the DOCTYPE line in the document.
DOCUMENT -
Static variable in class org.apache.xml.resolver.Catalog
The DOCUMENT Catalog Entry type.
Document - Interface in org.w3c.domThe Document
interface represents the entire HTML or XML
document.DOCUMENT_CLASS_NAME_PROPERTY -
Static variable in class org.apache.xerces.impl.Constants
Document class name property ("dom/document-class-name").
DOCUMENT_FRAGMENT_NODE -
Static variable in interface org.w3c.dom.Node
The node is a DocumentFragment
.
DOCUMENT_NODE -
Static variable in interface org.w3c.dom.Node
The node is a Document
.
DOCUMENT_POSITION_CONTAINED_BY -
Static variable in interface org.w3c.dom.Node
The node is contained by the reference node.
DOCUMENT_POSITION_CONTAINS -
Static variable in class org.apache.xerces.dom.NodeImpl
DOCUMENT_POSITION_CONTAINS -
Static variable in interface org.w3c.dom.Node
The node contains the reference node.
DOCUMENT_POSITION_DISCONNECTED -
Static variable in class org.apache.xerces.dom.NodeImpl
DOCUMENT_POSITION_DISCONNECTED -
Static variable in interface org.w3c.dom.Node
The two nodes are disconnected.
DOCUMENT_POSITION_FOLLOWING -
Static variable in class org.apache.xerces.dom.NodeImpl
DOCUMENT_POSITION_FOLLOWING -
Static variable in interface org.w3c.dom.Node
The node follows the reference node.
DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC -
Static variable in class org.apache.xerces.dom.NodeImpl
DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC -
Static variable in interface org.w3c.dom.Node
The determination of preceding versus following is
implementation-specific.
DOCUMENT_POSITION_IS_CONTAINED -
Static variable in class org.apache.xerces.dom.NodeImpl
DOCUMENT_POSITION_PRECEDING -
Static variable in class org.apache.xerces.dom.NodeImpl
DOCUMENT_POSITION_PRECEDING -
Static variable in interface org.w3c.dom.Node
The second node precedes the reference node.
DOCUMENT_SCANNER_PROPERTY -
Static variable in class org.apache.xerces.impl.Constants
Document scanner property ("internal/document-scanner").
DOCUMENT_TYPE_NODE -
Static variable in interface org.w3c.dom.Node
The node is a DocumentType
.
DOCUMENT_XML_VERSION_PROPERTY -
Static variable in class org.apache.xerces.impl.Constants
Document XML version property ("document-xml-version").
DocumentAS - Interface in org.apache.xerces.dom3.asDeprecated. This interface extends the Document
interface with additional
methods for both document and AS editing.
See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load
and Save Specification.
DocumentBuilder - Class in javax.xml.parsersDefines the API to obtain DOM Document instances from an XML
document.DocumentBuilderFactory - Class in javax.xml.parsersDefines a factory API that enables applications to obtain a
parser that produces DOM object trees from XML documents.DocumentBuilderFactoryImpl - Class in org.apache.xerces.jaxp DocumentBuilderFactoryImpl() -
Constructor for class org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
DocumentBuilderImpl - Class in org.apache.xerces.jaxp DocumentCSS - Interface in org.w3c.dom.cssThis interface represents a document with a CSS view.DocumentEditAS - Interface in org.apache.xerces.dom3.asDeprecated. This interface extends the NodeEditAS
interface with
additional methods for both document and AS editing.
See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load
and Save Specification.
DocumentEvent - Interface in org.w3c.dom.eventsThe DocumentEvent
interface provides a mechanism by which the
user can create an Event of a type supported by the implementation.DocumentFragment - Interface in org.w3c.domDocumentFragment
is a "lightweight" or "minimal"
Document
object.DocumentFragmentImpl - Class in org.apache.xerces.domDocumentFragment is a "lightweight" or "minimal" Document
object.DocumentFragmentImpl(CoreDocumentImpl) -
Constructor for class org.apache.xerces.dom.DocumentFragmentImpl
Factory constructor.
DocumentFragmentImpl() -
Constructor for class org.apache.xerces.dom.DocumentFragmentImpl
Constructor for serialization.
DocumentHandler - Interface in org.w3c.css.sacThis is the main interface that most CSS applications implement: if the
application needs to be informed of basic parsing events, it implements this
interface and registers an instance with the CSS parser using the
setCSSHandler method.DocumentHandler - Interface in org.xml.saxDeprecated. This interface has been replaced by the SAX2
ContentHandler
interface, which includes Namespace support.DocumentImpl - Class in org.apache.xerces.domThe Document interface represents the entire HTML or XML document.DocumentImpl() -
Constructor for class org.apache.xerces.dom.DocumentImpl
NON-DOM: Actually creating a Document is outside the DOM's spec,
since it has to operate in terms of a particular implementation.
DocumentImpl(boolean) -
Constructor for class org.apache.xerces.dom.DocumentImpl
Constructor.
DocumentImpl(DocumentType) -
Constructor for class org.apache.xerces.dom.DocumentImpl
For DOM2 support.
DocumentImpl(DocumentType, boolean) -
Constructor for class org.apache.xerces.dom.DocumentImpl
For DOM2 support.
DocumentRange - Interface in org.w3c.dom.rangesSee also the Document Object Model (DOM) Level 2 Traversal and Range Specification.DocumentStyle - Interface in org.w3c.dom.stylesheetsThe DocumentStyle
interface provides a mechanism by which the
style sheets embedded in a document can be retrieved.DocumentTraversal - Interface in org.w3c.dom.traversalDocumentTraversal
contains methods that create
NodeIterators
and TreeWalkers
to traverse a
node and its children in document order (depth first, pre-order
traversal, which is equivalent to the order in which the start tags occur
in the text representation of the document).DocumentType - Interface in org.w3c.domEach Document
has a doctype
attribute whose value
is either null
or a DocumentType
object.DocumentTypeImpl - Class in org.apache.xerces.domThis class represents a Document Type declaraction in
the document itself, not a Document Type Definition (DTD).DocumentTypeImpl(CoreDocumentImpl, String) -
Constructor for class org.apache.xerces.dom.DocumentTypeImpl
Factory method for creating a document type node.
DocumentTypeImpl(CoreDocumentImpl, String, String, String) -
Constructor for class org.apache.xerces.dom.DocumentTypeImpl
Factory method for creating a document type node.
DocumentView - Interface in org.w3c.dom.viewsThe DocumentView
interface is implemented by
Document
objects in DOM implementations supporting DOM
Views.DOM_ATTR_MODIFIED -
Static variable in class org.apache.xerces.dom.events.MutationEventImpl
DOM_CANONICAL_FORM -
Static variable in class org.apache.xerces.impl.Constants
DOM_CDATA_SECTIONS -
Static variable in class org.apache.xerces.impl.Constants
DOM_CERTIFIED -
Static variable in class org.apache.xerces.impl.Constants
DOM_CHARACTER_DATA_MODIFIED -
Static variable in class org.apache.xerces.dom.events.MutationEventImpl
DOM_CHARSET_OVERRIDES_XML_ENCODING -
Static variable in class org.apache.xerces.impl.Constants
DOM_CHECK_CHAR_NORMALIZATION -
Static variable in class org.apache.xerces.impl.Constants
DOM_COMMENTS -
Static variable in class org.apache.xerces.impl.Constants
DOM_DATATYPE_NORMALIZATION -
Static variable in class org.apache.xerces.impl.Constants
DOM_DISALLOW_DOCTYPE -
Static variable in class org.apache.xerces.impl.Constants
DOM_DISCARD_DEFAULT_CONTENT -
Static variable in class org.apache.xerces.impl.Constants
DOM_DOMAIN -
Static variable in class org.apache.xerces.dom.DOMMessageFormatter
DOM_ELEMENT_CONTENT_WHITESPACE -
Static variable in class org.apache.xerces.impl.Constants
DOM_ENTITIES -
Static variable in class org.apache.xerces.impl.Constants
DOM_ERROR_HANDLER -
Static variable in class org.apache.xerces.impl.Constants
DOM_FORMAT_PRETTY_PRINT -
Static variable in class org.apache.xerces.impl.Constants
DOM_IGNORE_UNKNOWN_CHARACTER_DENORMALIZATIONS -
Static variable in class org.apache.xerces.impl.Constants
DOM_INFOSET -
Static variable in class org.apache.xerces.impl.Constants
DOM_NAMESPACE_DECLARATIONS -
Static variable in class org.apache.xerces.impl.Constants
DOM_NAMESPACES -
Static variable in class org.apache.xerces.impl.Constants
DOM_NODE_INSERTED -
Static variable in class org.apache.xerces.dom.events.MutationEventImpl
DOM_NODE_INSERTED_INTO_DOCUMENT -
Static variable in class org.apache.xerces.dom.events.MutationEventImpl
DOM_NODE_PROPERTY -
Static variable in class org.apache.xerces.impl.Constants
DOM node property ("dom-node").
DOM_NODE_REMOVED -
Static variable in class org.apache.xerces.dom.events.MutationEventImpl
DOM_NODE_REMOVED_FROM_DOCUMENT -
Static variable in class org.apache.xerces.dom.events.MutationEventImpl
DOM_NORMALIZE_CHARACTERS -
Static variable in class org.apache.xerces.impl.Constants
DOM_OBJECT_MODEL -
Static variable in class javax.xml.xpath.XPathConstants
The URI for the DOM object model, "http://java.sun.com/jaxp/xpath/dom".
DOM_PSVI -
Static variable in class org.apache.xerces.impl.Constants
DOM_RESOURCE_RESOLVER -
Static variable in class org.apache.xerces.impl.Constants
DOM_SCHEMA_LOCATION -
Static variable in class org.apache.xerces.impl.Constants
DOM_SCHEMA_TYPE -
Static variable in class org.apache.xerces.impl.Constants
DOM_SPLIT_CDATA -
Static variable in class org.apache.xerces.impl.Constants
DOM_SUBTREE_MODIFIED -
Static variable in class org.apache.xerces.dom.events.MutationEventImpl
DOM_SUPPORTED_MEDIATYPES_ONLY -
Static variable in class org.apache.xerces.impl.Constants
DOM_UNKNOWNCHARS -
Static variable in class org.apache.xerces.impl.Constants
DOM_VALIDATE -
Static variable in class org.apache.xerces.impl.Constants
DOM_VALIDATE_IF_SCHEMA -
Static variable in class org.apache.xerces.impl.Constants
DOM_WELLFORMED -
Static variable in class org.apache.xerces.impl.Constants
DOM_XMLDECL -
Static variable in class org.apache.xerces.impl.Constants
DOMASBuilder - Interface in org.apache.xerces.dom3.asDeprecated. An Abstract Schema parser interface.
DOMASBuilder
provides an API for parsing Abstract Schemas
and building the corresponding ASModel
tree.
See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load
and Save Specification.
DOMASBuilderImpl - Class in org.apache.xerces.parsersDeprecated. DOMASBuilderImpl() -
Constructor for class org.apache.xerces.parsers.DOMASBuilderImpl
Deprecated. Constructs a DOM Builder using the dtd/xml schema parser configuration.
DOMASBuilderImpl(XMLGrammarCachingConfiguration) -
Constructor for class org.apache.xerces.parsers.DOMASBuilderImpl
Deprecated. Constructs a DOM Builder using the specified parser configuration.
DOMASBuilderImpl(SymbolTable) -
Constructor for class org.apache.xerces.parsers.DOMASBuilderImpl
Deprecated. Constructs a DOM Builder using the specified symbol table.
DOMASBuilderImpl(SymbolTable, XMLGrammarPool) -
Constructor for class org.apache.xerces.parsers.DOMASBuilderImpl
Deprecated. Constructs a DOM Builder using the specified symbol table and
grammar pool.
DOMASException - Exception in org.apache.xerces.dom3.asDeprecated. Abstract Schemas operations may throw a DOMSystemException
as
described in their descriptions.
See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load
and Save Specification.
DOMASException(short, String) -
Constructor for exception org.apache.xerces.dom3.as.DOMASException
Deprecated.
DOMASWriter - Interface in org.apache.xerces.dom3.asDeprecated. A Abstract Schema serialization interface.
DOMASWriters provides an API for serializing Abstract Schemas out in
the form of a source Abstract Schema. The Abstract Schema is written to
an output stream, the type of which depends on the specific language
bindings in use.
DOMASWriter is a generic Abstract Schema serialization interface. It
can be applied to both an internal Abstract Schema and/or an external
Abstract Schema. DOMASWriter is applied to serialize a single Abstract
Schema. Serializing a document with an active Internal Abstract Schema
will serialize this internal Abstract Schema with the document as it is
part of the Document (see LSSerializer
).
See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load
and Save Specification.
DOMCatalogParser - Interface in org.apache.xml.resolver.readersThe DOMCatalogParser interface.DOMCatalogReader - Class in org.apache.xml.resolver.readersA DOM-based CatalogReader.DOMCatalogReader() -
Constructor for class org.apache.xml.resolver.readers.DOMCatalogReader
Null constructor; something for subclasses to call.
DOMConfiguration - Interface in org.w3c.domThe DOMConfiguration
interface represents the configuration
of a document and maintains a table of recognized parameters.DOMConfigurationImpl - Class in org.apache.xerces.domXerces implementation of DOMConfiguration that maintains a table of recognized parameters.DOMEntityResolverWrapper - Class in org.apache.xerces.utilThis class wraps DOM entity resolver to XNI entity resolver.DOMEntityResolverWrapper() -
Constructor for class org.apache.xerces.util.DOMEntityResolverWrapper
Default constructor.
DOMEntityResolverWrapper(LSResourceResolver) -
Constructor for class org.apache.xerces.util.DOMEntityResolverWrapper
Wraps the specified DOM entity resolver.
DOMError - Interface in org.w3c.domDOMError
is an interface that describes an error.DOMErrorHandler - Interface in org.w3c.domDOMErrorHandler
is a callback interface that the DOM
implementation can call when reporting errors that happens while
processing XML data, or when doing some other processing (e.g.DOMErrorHandlerWrapper - Class in org.apache.xerces.utilThis class handles DOM errors .DOMErrorHandlerWrapper() -
Constructor for class org.apache.xerces.util.DOMErrorHandlerWrapper
DOMErrorHandlerWrapper(DOMErrorHandler) -
Constructor for class org.apache.xerces.util.DOMErrorHandlerWrapper
DOMErrorImpl - Class in org.apache.xerces.domDOMErrorImpl
is an implementation that describes an error.DOMErrorImpl() -
Constructor for class org.apache.xerces.dom.DOMErrorImpl
Default constructor.
DOMErrorImpl(short, XMLParseException) -
Constructor for class org.apache.xerces.dom.DOMErrorImpl
Exctracts information from XMLParserException)
DOMException - Exception in org.w3c.domDOM operations only raise exceptions in "exceptional" circumstances, i.e.,
when an operation is impossible to perform (either for logical reasons,
because data is lost, or because the implementation has become unstable).DOMException(short, String) -
Constructor for exception org.w3c.dom.DOMException
DOMImplementation - Interface in org.w3c.domThe DOMImplementation
interface provides a number of methods
for performing operations that are independent of any particular instance
of the document object model.DOMImplementationAS - Interface in org.apache.xerces.dom3.asDeprecated. This interface allows creation of an ASModel
. The expectation
is that an instance of the DOMImplementationAS
interface can
be obtained by using binding-specific casting methods on an instance of
the DOMImplementation
interface when the DOM implementation
supports the feature "AS-EDIT
".
See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load
and Save Specification.
DOMImplementationCSS - Interface in org.w3c.dom.cssThis interface allows the DOM user to create a CSSStyleSheet
outside the context of a document.DOMImplementationImpl - Class in org.apache.xerces.domThe DOMImplementation class is description of a particular
implementation of the Document Object Model.DOMImplementationImpl() -
Constructor for class org.apache.xerces.dom.DOMImplementationImpl
DOMImplementationList - Interface in org.w3c.domThe DOMImplementationList
interface provides the abstraction
of an ordered collection of DOM implementations, without defining or
constraining how this collection is implemented.DOMImplementationListImpl - Class in org.apache.xerces.domThis class implements the DOM Level 3 Core interface DOMImplementationList.DOMImplementationListImpl() -
Constructor for class org.apache.xerces.dom.DOMImplementationListImpl
Construct an empty list of DOMImplementations
DOMImplementationListImpl(Vector) -
Constructor for class org.apache.xerces.dom.DOMImplementationListImpl
Construct an empty list of DOMImplementations
DOMImplementationLS - Interface in org.w3c.dom.lsDOMImplementationLS
contains the factory methods for creating
Load and Save objects.DOMImplementationRegistry - Class in org.w3c.dom.bootstrapA factory that enables applications to obtain instances of
DOMImplementation
.DOMImplementationSource - Interface in org.w3c.domThis interface permits a DOM implementer to supply one or more
implementations, based upon requested features and versions, as specified
in .DOMImplementationSourceImpl - Class in org.apache.xerces.domSupply one the right implementation, based upon requested features.DOMImplementationSourceImpl() -
Constructor for class org.apache.xerces.dom.DOMImplementationSourceImpl
DOMInputImpl - Class in org.apache.xerces.domThis Class DOMInputImpl
represents a single input source for an XML entity.DOMInputImpl() -
Constructor for class org.apache.xerces.dom.DOMInputImpl
Default Constructor, constructs an input source
DOMInputImpl(String, String, String) -
Constructor for class org.apache.xerces.dom.DOMInputImpl
Constructs an input source from just the public and system
identifiers, leaving resolution of the entity and opening of
the input stream up to the caller.
DOMInputImpl(String, String, String, InputStream, String) -
Constructor for class org.apache.xerces.dom.DOMInputImpl
Constructs an input source from a byte stream.
DOMInputImpl(String, String, String, Reader, String) -
Constructor for class org.apache.xerces.dom.DOMInputImpl
Constructs an input source from a character stream.
DOMInputImpl(String, String, String, String, String) -
Constructor for class org.apache.xerces.dom.DOMInputImpl
Constructs an input source from a String.
DOMInputSource - Class in org.apache.xerces.utilAn XMLInputSource
analogue to javax.xml.transform.dom.DOMSource
.DOMInputSource() -
Constructor for class org.apache.xerces.util.DOMInputSource
DOMInputSource(Node) -
Constructor for class org.apache.xerces.util.DOMInputSource
DOMInputSource(Node, String) -
Constructor for class org.apache.xerces.util.DOMInputSource
DOMLocator - Interface in javax.xml.transform.domIndicates the position of a node in a source DOM, intended
primarily for error reporting.DOMLocator - Interface in org.w3c.domDOMLocator
is an interface that describes a location (e.g.DOMLocatorImpl - Class in org.apache.xerces.domDOMLocatorImpl
is an implementaion that describes a location (e.g.DOMLocatorImpl() -
Constructor for class org.apache.xerces.dom.DOMLocatorImpl
DOMLocatorImpl(int, int, String) -
Constructor for class org.apache.xerces.dom.DOMLocatorImpl
DOMLocatorImpl(int, int, int, String) -
Constructor for class org.apache.xerces.dom.DOMLocatorImpl
DOMLocatorImpl(int, int, int, Node, String) -
Constructor for class org.apache.xerces.dom.DOMLocatorImpl
DOMLocatorImpl(int, int, int, Node, String, int) -
Constructor for class org.apache.xerces.dom.DOMLocatorImpl
DOMMessageFormatter - Class in org.apache.xerces.domUsed to format DOM error messages, using the system locale.DOMNormalizer - Class in org.apache.xerces.domThis class adds implementation for normalizeDocument method.DOMNormalizer() -
Constructor for class org.apache.xerces.dom.DOMNormalizer
DOMOutputImpl - Class in org.apache.xerces.domThis class represents an output destination for data.DOMOutputImpl() -
Constructor for class org.apache.xerces.dom.DOMOutputImpl
Default Constructor
DOMParser - Class in org.apache.xerces.parsersThis is the main Xerces DOM parser class.DOMParser(XMLParserConfiguration) -
Constructor for class org.apache.xerces.parsers.DOMParser
Constructs a DOM parser using the specified parser configuration.
DOMParser() -
Constructor for class org.apache.xerces.parsers.DOMParser
Constructs a DOM parser using the dtd/xml schema parser configuration.
DOMParser(SymbolTable) -
Constructor for class org.apache.xerces.parsers.DOMParser
Constructs a DOM parser using the specified symbol table.
DOMParser(SymbolTable, XMLGrammarPool) -
Constructor for class org.apache.xerces.parsers.DOMParser
Constructs a DOM parser using the specified symbol table and
grammar pool.
DOMParserImpl - Class in org.apache.xerces.parsersThis is Xerces DOM Builder class.DOMParserImpl(String, String) -
Constructor for class org.apache.xerces.parsers.DOMParserImpl
Constructs a DOM Builder using the standard parser configuration.
DOMParserImpl(XMLParserConfiguration) -
Constructor for class org.apache.xerces.parsers.DOMParserImpl
Constructs a DOM Builder using the specified parser configuration.
DOMParserImpl(SymbolTable) -
Constructor for class org.apache.xerces.parsers.DOMParserImpl
Constructs a DOM Builder using the specified symbol table.
DOMParserImpl(SymbolTable, XMLGrammarPool) -
Constructor for class org.apache.xerces.parsers.DOMParserImpl
Constructs a DOM Builder using the specified symbol table and
grammar pool.
DOMResult - Class in javax.xml.transform.domActs as a holder for a transformation result tree in the form of a Document Object Model (DOM) tree.DOMResult() -
Constructor for class javax.xml.transform.dom.DOMResult
Zero-argument default constructor.
DOMResult(Node) -
Constructor for class javax.xml.transform.dom.DOMResult
Use a DOM node to create a new output target.
DOMResult(Node, String) -
Constructor for class javax.xml.transform.dom.DOMResult
Use a DOM node to create a new output target with the specified System ID.
DOMResult(Node, Node) -
Constructor for class javax.xml.transform.dom.DOMResult
Use a DOM node to create a new output target specifying the child node where the result nodes should be inserted before.
DOMResult(Node, Node, String) -
Constructor for class javax.xml.transform.dom.DOMResult
Use a DOM node to create a new output target specifying the child node where the result nodes should be inserted before and
the specified System ID.
DOMSerializer - Interface in org.apache.xml.serializeDeprecated. This class was deprecated in Xerces 2.9.0. It is recommended
that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation
API for XML (TrAX) for serializing XML. See the Xerces documentation for more
information.DOMSerializerImpl - Class in org.apache.xml.serializeDeprecated. Replaced by org.apache.xml.serializer.dom3.LSSerializerImpl in Xerces 2.9.0.DOMSerializerImpl() -
Constructor for class org.apache.xml.serialize.DOMSerializerImpl
Deprecated. Constructs a new LSSerializer.
DOMSource - Class in javax.xml.transform.domActs as a holder for a transformation Source tree in the
form of a Document Object Model (DOM) tree.DOMSource() -
Constructor for class javax.xml.transform.dom.DOMSource
Zero-argument default constructor.
DOMSource(Node) -
Constructor for class javax.xml.transform.dom.DOMSource
Create a new input source with a DOM node.
DOMSource(Node, String) -
Constructor for class javax.xml.transform.dom.DOMSource
Create a new input source with a DOM node, and with the
system ID also passed in as the base URI.
DOMSTRING_SIZE_ERR -
Static variable in exception org.w3c.dom.DOMException
If the specified range of text does not fit into a
DOMString
.
DOMStringList - Interface in org.w3c.domThe DOMStringList
interface provides the abstraction of an
ordered collection of DOMString
values, without defining or
constraining how this collection is implemented.DOMStringListImpl - Class in org.apache.xerces.domDOM Level 3
This class implements the DOM Level 3 Core interface DOMStringList.DOMStringListImpl() -
Constructor for class org.apache.xerces.dom.DOMStringListImpl
Construct an empty list of DOMStringListImpl
DOMStringListImpl(Vector) -
Constructor for class org.apache.xerces.dom.DOMStringListImpl
Construct an empty list of DOMStringListImpl
DOMUtil - Class in org.apache.xerces.utilSome useful utility methods.DOMXSImplementationSourceImpl - Class in org.apache.xerces.domAllows to retrieve XSImplementation
, DOM Level 3 Core and LS implementations
and PSVI implementation.DOMXSImplementationSourceImpl() -
Constructor for class org.apache.xerces.dom.DOMXSImplementationSourceImpl
DOUBLE_DATATYPE -
Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated. A code representing the double data type as defined in .
DOUBLE_DT -
Static variable in interface org.apache.xerces.xs.XSConstants
double
DoubleDV - Class in org.apache.xerces.impl.dv.xsRepresent the schema type "double"DoubleDV() -
Constructor for class org.apache.xerces.impl.dv.xs.DoubleDV
dropDocumentReferences() -
Method in class org.apache.xerces.parsers.AbstractDOMParser
Drops all references to the last DOM which was built by this parser.
DTD - Interface in javax.xml.stream.eventsThis is the top level interface for events dealing with DTDsDTD -
Static variable in interface javax.xml.stream.XMLStreamConstants
Indicates an event is a DTD
DTD_PROCESSOR_PROPERTY -
Static variable in class org.apache.xerces.impl.Constants
DTD processor property ("internal/dtd-processor").
DTD_SCANNER_PROPERTY -
Static variable in class org.apache.xerces.impl.Constants
DTD scanner property ("internal/dtd-scanner").
DTD_VALIDATOR_PROPERTY -
Static variable in class org.apache.xerces.impl.Constants
Validator property ("internal/validator/dtd").
DTDConfiguration - Class in org.apache.xerces.parsersThis is the DTD-only parser configuration.DTDConfiguration() -
Constructor for class org.apache.xerces.parsers.DTDConfiguration
Default constructor.
DTDConfiguration(SymbolTable) -
Constructor for class org.apache.xerces.parsers.DTDConfiguration
Constructs a parser configuration using the specified symbol table.
DTDConfiguration(SymbolTable, XMLGrammarPool) -
Constructor for class org.apache.xerces.parsers.DTDConfiguration
Constructs a parser configuration using the specified symbol table and
grammar pool.
DTDConfiguration(SymbolTable, XMLGrammarPool, XMLComponentManager) -
Constructor for class org.apache.xerces.parsers.DTDConfiguration
Constructs a parser configuration using the specified symbol table,
grammar pool, and parent settings.
DTDDECL -
Static variable in class org.apache.xml.resolver.Catalog
The DTDDECL Catalog Entry type.
DTDDVFactory - Class in org.apache.xerces.impl.dvThe factory to create and return DTD types.DTDDVFactoryImpl - Class in org.apache.xerces.impl.dv.dtdthe factory to create/return built-in schema DVs and create user-defined DVsDTDDVFactoryImpl() -
Constructor for class org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl
DTDGrammar - Class in org.apache.xerces.impl.dtdA DTD grammar.DTDGrammar(SymbolTable, XMLDTDDescription) -
Constructor for class org.apache.xerces.impl.dtd.DTDGrammar
Default constructor.
DTDGrammarBucket - Class in org.apache.xerces.impl.dtdThis very simple class is the skeleton of what the DTDValidator could use
to store various grammars that it gets from the GrammarPool.DTDGrammarBucket() -
Constructor for class org.apache.xerces.impl.dtd.DTDGrammarBucket
Default constructor.
DTDHandler - Interface in org.xml.saxReceive notification of basic DTD-related events.DTDParser - Class in org.apache.xerces.parsers DTDParser(SymbolTable) -
Constructor for class org.apache.xerces.parsers.DTDParser
DUPLICATE_NAME_ERR -
Static variable in exception org.apache.xerces.dom3.as.DOMASException
Deprecated. If an element declaration already exists with the same name within an
AS_CHOICE
operator.
DURATION -
Static variable in class javax.xml.datatype.DatatypeConstants
Fully qualified name for W3C XML Schema datatype duration
.
Duration - Class in javax.xml.datatypeImmutable representation of a time span as defined in
the W3C XML Schema 1.0 specification.Duration() -
Constructor for class javax.xml.datatype.Duration
DURATION_DATATYPE -
Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated. The duration data type as defined in .
DURATION_DAYTIME -
Static variable in class javax.xml.datatype.DatatypeConstants
Fully qualified name for XQuery 1.0 and XPath 2.0 datatype dayTimeDuration
.
DURATION_DT -
Static variable in interface org.apache.xerces.xs.XSConstants
duration
DURATION_TYPE -
Static variable in class org.apache.xerces.impl.dv.xs.DurationDV
DURATION_YEARMONTH -
Static variable in class javax.xml.datatype.DatatypeConstants
Fully qualified name for XQuery 1.0 and XPath 2.0 datatype yearMonthDuration
.
DurationDV - Class in org.apache.xerces.impl.dv.xsValidator for <duration> datatype (W3C Schema Datatypes)DurationDV() -
Constructor for class org.apache.xerces.impl.dv.xs.DurationDV
DVFactoryException - Exception in org.apache.xerces.impl.dvA runtime exception that's thrown if an error happens when the application
tries to get a DV factory instance.DVFactoryException() -
Constructor for exception org.apache.xerces.impl.dv.DVFactoryException
DVFactoryException(String) -
Constructor for exception org.apache.xerces.impl.dv.DVFactoryException
DYNAMIC_VALIDATION_FEATURE -
Static variable in class org.apache.xerces.impl.Constants
Dynamic validation feature ("validation/dynamic").