A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

C

C8xx_APPLICATION_ID - Static variable in class com.esf.device.modem.channel.service.CnS
CnS 'C8xx Application' ID
cacheGrammars(String, Grammar[]) - Method in class org.apache.xerces.parsers.CachingParserPool.ShadowedGrammarPool
Give the grammarPool the option of caching these grammars.
cacheGrammars(String, Grammar[]) - Method in class org.apache.xerces.parsers.CachingParserPool.SynchronizedGrammarPool
 
cacheGrammars(String, Grammar[]) - Method in class org.apache.xerces.util.XMLGrammarPoolImpl
 
cacheGrammars(String, Grammar[]) - Method in interface org.apache.xerces.xni.grammars.XMLGrammarPool
return the final set of grammars that the validator ended up with.
CachingParserPool - Class in org.apache.xerces.parsers
A parser pool that enables caching of grammars.
CachingParserPool() - Constructor for class org.apache.xerces.parsers.CachingParserPool
Default constructor.
CachingParserPool(SymbolTable, XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.CachingParserPool
Constructs a caching parser pool with the specified symbol table and grammar pool.
CachingParserPool.ShadowedGrammarPool - Class in org.apache.xerces.parsers
Shadowed grammar pool.
CachingParserPool.ShadowedGrammarPool(XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.CachingParserPool.ShadowedGrammarPool
Constructs a shadowed grammar pool.
CachingParserPool.SynchronizedGrammarPool - Class in org.apache.xerces.parsers
Synchronized grammar pool.
CachingParserPool.SynchronizedGrammarPool(XMLGrammarPool) - Constructor for class org.apache.xerces.parsers.CachingParserPool.SynchronizedGrammarPool
Constructs a synchronized grammar pool.
calculateBroadcast(String, String) - Method in interface com.esf.util.net.service.INetworkUtilityService
calculates the broadcast based on an IP address and subnet mask
calculateNetwork(String, String) - Method in interface com.esf.util.net.service.INetworkUtilityService
calculates the network based on an IP address and subnet mask
canAppendChild(Node) - Method in interface org.apache.xerces.dom3.as.NodeEditAS
Deprecated. Has the same arguments as AppendChild.
canAppendData(String) - Method in interface org.apache.xerces.dom3.as.CharacterDataEditAS
Deprecated. Determines if data can be appended.
cancelable - Variable in class org.apache.xerces.dom.events.EventImpl
 
canDeleteData(int, int) - Method in interface org.apache.xerces.dom3.as.CharacterDataEditAS
Deprecated. Determines if data can be deleted.
canInsertBefore(Node, Node) - Method in interface org.apache.xerces.dom3.as.NodeEditAS
Deprecated. Determines whether the insertBefore operation from the Node interface would make this document invalid with respect to the currently active AS.
canInsertData(int, String) - Method in interface org.apache.xerces.dom3.as.CharacterDataEditAS
Deprecated. Determines if data can be inserted.
canPing(String, int) - Method in interface com.esf.util.net.service.INetworkUtilityService
pings a peer address a number of times.
canRemoveAttribute(String) - Method in interface org.apache.xerces.dom3.as.ElementEditAS
Deprecated. Verifies if an attribute by the given name can be removed.
canRemoveAttributeNode(Node) - Method in interface org.apache.xerces.dom3.as.ElementEditAS
Deprecated. Determines if an attribute node can be removed.
canRemoveAttributeNS(String, String) - Method in interface org.apache.xerces.dom3.as.ElementEditAS
Deprecated. Verifies if an attribute by the given local name and namespace can be removed.
canRemoveChild(Node) - Method in interface org.apache.xerces.dom3.as.NodeEditAS
Deprecated. Has the same arguments as RemoveChild.
canReplaceChild(Node, Node) - Method in interface org.apache.xerces.dom3.as.NodeEditAS
Deprecated. Has the same arguments as ReplaceChild.
canReplaceData(int, int, String) - Method in interface org.apache.xerces.dom3.as.CharacterDataEditAS
Deprecated. Determines if data can be replaced.
canSetAttribute(String, String) - Method in interface org.apache.xerces.dom3.as.ElementEditAS
Deprecated. Determines if the value for specified attribute can be set.
canSetAttributeNode(Attr) - Method in interface org.apache.xerces.dom3.as.ElementEditAS
Deprecated. Determines if an attribute node can be added with respect to the validity check level.This is an attribute node, there is no need for canSetAttributreNodeNS!
canSetAttributeNS(String, String, String) - Method in interface org.apache.xerces.dom3.as.ElementEditAS
Deprecated. Determines if the attribute with given namespace and qualified name can be created if not already present in the attribute list of the element.
canSetData(int, int) - Method in interface org.apache.xerces.dom3.as.CharacterDataEditAS
Deprecated. Determines if data can be set.
canSetParameter(String, Object) - Method in class org.apache.xerces.dom.DOMConfigurationImpl
DOM Level 3 WD - Experimental.
canSetParameter(String, Object) - Method in class org.apache.xerces.impl.xs.XMLSchemaLoader
 
canSetParameter(String, Object) - Method in class org.apache.xerces.impl.xs.XSLoaderImpl
 
canSetParameter(String, Object) - Method in class org.apache.xerces.parsers.DOMParserImpl
 
canSetParameter(String, Object) - Method in class org.apache.xml.serialize.DOMSerializerImpl
Deprecated. DOM L3-EXPERIMENTAL: Check if parameter can be set
canSetParameter(String, Object) - Method in interface org.w3c.dom.DOMConfiguration
Check if setting a parameter to a specific value is supported.
CAPTURING_PHASE - Static variable in interface org.w3c.dom.events.Event
The current event phase is the capturing phase.
Catalog - Class in org.apache.xml.resolver
Represents OASIS Open Catalog files.
Catalog() - Constructor for class org.apache.xml.resolver.Catalog
Constructs an empty Catalog.
Catalog(CatalogManager) - Constructor for class org.apache.xml.resolver.Catalog
Constructs an empty Catalog with a specific CatalogManager.
CATALOG - Static variable in class org.apache.xml.resolver.Catalog
The CATALOG Catalog Entry type.
catalogClassName() - Method in class org.apache.xml.resolver.CatalogManager
Deprecated. No longer static; use get/set methods.
CatalogEntry - Class in org.apache.xml.resolver
Represents a Catalog entry.
CatalogEntry() - Constructor for class org.apache.xml.resolver.CatalogEntry
Null constructor; something for subclasses to call.
CatalogEntry(String, Vector) - Constructor for class org.apache.xml.resolver.CatalogEntry
Construct a catalog entry of the specified type.
CatalogEntry(int, Vector) - Constructor for class org.apache.xml.resolver.CatalogEntry
Construct a catalog entry of the specified type.
CatalogException - Exception in org.apache.xml.resolver
Signal Catalog exception.
CatalogException(int, String) - Constructor for exception org.apache.xml.resolver.CatalogException
Create a new CatalogException.
CatalogException(int) - Constructor for exception org.apache.xml.resolver.CatalogException
Create a new CatalogException.
CatalogException(Exception) - Constructor for exception org.apache.xml.resolver.CatalogException
Create a new CatalogException wrapping an existing exception.
CatalogException(String, Exception) - Constructor for exception org.apache.xml.resolver.CatalogException
Create a new CatalogException from an existing exception.
catalogFiles() - Method in class org.apache.xml.resolver.CatalogManager
Deprecated. No longer static; use get/set methods.
CatalogManager - Class in org.apache.xml.resolver
CatalogManager provides an interface to the catalog properties.
CatalogManager() - Constructor for class org.apache.xml.resolver.CatalogManager
Constructor.
CatalogManager(String) - Constructor for class org.apache.xml.resolver.CatalogManager
Constructor that specifies an explicit property file.
CatalogReader - Interface in org.apache.xml.resolver.readers
The CatalogReader interface.
CatalogResolver - Class in org.apache.xml.resolver.tools
A SAX EntityResolver/JAXP URIResolver that uses catalogs.
CatalogResolver() - Constructor for class org.apache.xml.resolver.tools.CatalogResolver
Constructor
CatalogResolver(boolean) - Constructor for class org.apache.xml.resolver.tools.CatalogResolver
Constructor
CatalogResolver(CatalogManager) - Constructor for class org.apache.xml.resolver.tools.CatalogResolver
Constructor
CatalystNotifyTemps - Class in com.esf.sbc.catalyst.system.management.service
Constructor to contain notify trip temperatures for Catalyst processor
CatalystNotifyTemps() - Constructor for class com.esf.sbc.catalyst.system.management.service.CatalystNotifyTemps
constructor for an empty CatalystNotifyTemps class
CatalystNotifyTemps(TripTemps, TripTemps, TripTemps, TripTemps, TripTemps, TripTemps, short) - Constructor for class com.esf.sbc.catalyst.system.management.service.CatalystNotifyTemps
constructor to create a fully initialized CatalystNotifyTemps class
CatalystPowerState - Class in com.esf.sbc.catalyst.system.management.service
Static definitions to be used with the ICatalystPowerManagementService
CatalystPowerState() - Constructor for class com.esf.sbc.catalyst.system.management.service.CatalystPowerState
 
CatalystTemperatures - Class in com.esf.sbc.catalyst.system.management.service
Constructor to hold Catalyst system temperature values
CatalystTemperatures() - Constructor for class com.esf.sbc.catalyst.system.management.service.CatalystTemperatures
constructor to create an empty CatalystTemperatures class
CatalystTemperatures(short, short, short, short, short, short) - Constructor for class com.esf.sbc.catalyst.system.management.service.CatalystTemperatures
constructor to create a fully initialized CatalystTemperature class
CatalystTemperatures(CatalystTemperatures) - Constructor for class com.esf.sbc.catalyst.system.management.service.CatalystTemperatures
copy constructor
CDATA - Static variable in interface javax.xml.stream.XMLStreamConstants
Indicates an event is a CDATA section
CDATA_SECTION_ELEMENTS - Static variable in class javax.xml.transform.OutputKeys
cdata-section-elements = expanded names.
CDATA_SECTION_NODE - Static variable in interface org.w3c.dom.Node
The node is a CDATASection.
CDATASection - Interface in org.w3c.dom
CDATA sections are used to escape blocks of text containing characters that would otherwise be regarded as markup.
CDATASectionImpl - Class in org.apache.xerces.dom
XML provides the CDATA markup to allow a region of text in which most of the XML delimiter recognition does not take place.
CDATASectionImpl(CoreDocumentImpl, String) - Constructor for class org.apache.xerces.dom.CDATASectionImpl
Factory constructor for creating a CDATA section.
CellularModem - Class in com.esf.device.modem.service
Defines CellularModem class
CellularModem() - Constructor for class com.esf.device.modem.service.CellularModem
 
ch - Variable in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
Character buffer.
ch - Variable in class org.apache.xerces.xni.XMLString
The character array.
changeTermClientBaudRate(int, int) - Method in interface com.esf.net.termclient.service.ITermClientService
This Method is used change the baud rate of the Serial Port for a previously created TermClient
changeTermClientBufferSize(int, int) - Method in interface com.esf.net.termclient.service.ITermClientService
This method is used configure the maximum number of bytes that will be forwarded in one pass from the serial port to the network port or vice versa for a previously created TermClient.
changeTermClientCancelEchoChars(int, boolean) - Method in interface com.esf.net.termclient.service.ITermClientService
This Method is used determine whether to block characters received while transmitting out of the Serial Port for a previously created TermClient.
changeTermClientConnectionAtdtdial(int, int, String) - Method in interface com.esf.net.termclient.service.ITermClientService
This method is used to change the ATDTDial string used to determine to which remote network port the TermClient should connect for a previously created TermClientConnection.
changeTermClientConnectionConnected(int, int, String) - Method in interface com.esf.net.termclient.service.ITermClientService
This method is used to change the Connected string used to indicate a successful connection to a remote server for a previously created TermClientConnection.
changeTermClientConnectionDisconnected(int, int, String) - Method in interface com.esf.net.termclient.service.ITermClientService
This method is used to change the Disconnected string used to indicate a closed connection or a failure to connect to a remote server for a previously created TermClientConnection.
changeTermClientConnectionDisconnectMode(int, int, String) - Method in interface com.esf.net.termclient.service.ITermClientService
This method is used to change the Disconnect mode string used to determine what can be used to interrupt the connection for a previously created TermClientConnection.
changeTermClientConnectionEchoMode(int, int, String) - Method in interface com.esf.net.termclient.service.ITermClientService
This method is used to change the Echo mode string used to control the reply messages to the serial port or also the network port for a previously created TermClientConnection.
changeTermClientConnectionHost1(int, int, String) - Method in interface com.esf.net.termclient.service.ITermClientService
This method is used to change the first remote host's IP address that this connection record configures for a previously created TermClientConnection.
changeTermClientConnectionHost2(int, int, String) - Method in interface com.esf.net.termclient.service.ITermClientService
This method is used to change the second remote host's IP address that this connection record configures for a previously created TermClientConnection.
changeTermClientConnectionHost3(int, int, String) - Method in interface com.esf.net.termclient.service.ITermClientService
This method is used to change the third remote host's IP address that this connection record configures for a previously created TermClientConnection.
changeTermClientConnectionHost4(int, int, String) - Method in interface com.esf.net.termclient.service.ITermClientService
This method is used to change the fourth remote host's IP address that this connection record configures for a previously created TermClientConnection.
changeTermClientConnectionHost5(int, int, String) - Method in interface com.esf.net.termclient.service.ITermClientService
This method is used to change the fifth remote host's IP address that this connection record configures for a previously created TermClientConnection.
changeTermClientConnectionHost6(int, int, String) - Method in interface com.esf.net.termclient.service.ITermClientService
This method is used to change the sixth remote host's IP address that this connection record configures for a previously created TermClientConnection.
changeTermClientConnectionHost7(int, int, String) - Method in interface com.esf.net.termclient.service.ITermClientService
This method is used to change the seventh remote host's IP address that this connection record configures for a previously created TermClientConnection.
changeTermClientConnectionHost8(int, int, String) - Method in interface com.esf.net.termclient.service.ITermClientService
This method is used to change the eighth remote host's IP address that this connection record configures for a previously created TermClientConnection.
changeTermClientConnectionNetworkPort(int, int, int) - Method in interface com.esf.net.termclient.service.ITermClientService
This method is used to change the remote network port to which the connection record configures for a previously created TermClientConnection.
changeTermClientConnectMode(int, String) - Method in interface com.esf.net.termclient.service.ITermClientService
This method is used determine what initiates a connection to a remote server.
changeTermClientDataBits(int, String) - Method in interface com.esf.net.termclient.service.ITermClientService
This Method is used change the data bits per character of the Serial Port for a previously created TermClient
changeTermClientDemarkationMSec(int, int) - Method in interface com.esf.net.termclient.service.ITermClientService
This method is used determine the end of a stream of bytes received on a Serial Port for a previously created TermClient.
changeTermClientDeviceDriver(int, String) - Method in interface com.esf.net.termclient.service.ITermClientService
This Method is used change the Device Driver used on the Serial Port for a previously created TermClient
changeTermClientDtrFollowsConnection(int, boolean) - Method in interface com.esf.net.termclient.service.ITermClientService
This method is used determine whether the DTR output on the serial port should transition to HI and LOW based on the state of the network connection for a previously created TermClient.
changeTermClientIdleTimerSeconds(int, int) - Method in interface com.esf.net.termclient.service.ITermClientService
This method is used determine when and if a connection to a remote server should be closed based on inactivity on a on a Serial Port for a previously created TermClient.
changeTermClientParity(int, String) - Method in interface com.esf.net.termclient.service.ITermClientService
This Method is used change the parity of the Serial Port for a previously created TermClient
changeTermClientReconnectDelaySec(int, int) - Method in interface com.esf.net.termclient.service.ITermClientService
This method is used determine how long to delay reconnecting to a remote server once a previous connection breaks for a previously created TermClient.
changeTermClientReplyWithOk(int, boolean) - Method in interface com.esf.net.termclient.service.ITermClientService
This method is used determine whether the serial replies with an OK packet to any received serial packet beginning with 'AT' that does not match any dialing string for a previously created TermClient.
changeTermClientSerialPortIndex(int, int) - Method in interface com.esf.net.termclient.service.ITermClientService
This Method is used change the index of the Serial Port for a previously created TermClient
changeTermClientStopBits(int, String) - Method in interface com.esf.net.termclient.service.ITermClientService
This Method is used change the stop bits of the Serial Port for a previously created TermClient
changeTermClientWarmDown(int, int) - Method in interface com.esf.net.termclient.service.ITermClientService
This Method is used change the RTS WarmDown Timer of the Serial Port for a previously created TermClient.
changeTermClientWarmUp(int, int) - Method in interface com.esf.net.termclient.service.ITermClientService
This Method is used change the RTS Warmup Timer of the Serial Port for a previously created TermClient.
changeTermServBufferSize(int, int) - Method in interface com.esf.net.termserv.service.ITermServService
This method modifies the BufferSize of a previously created TermServ.
changeTermServDefragTimerMsec(int, int) - Method in interface com.esf.net.termserv.service.ITermServService
This method is used to modify the Defragmentation timer of a previously created TermServ.
changeTermServDemarkationMsec(int, int) - Method in interface com.esf.net.termserv.service.ITermServService
This method is used to modify the Demarkation timer of a previously created TermServ.
changeTermServIdleTimerSeconds(int, int) - Method in interface com.esf.net.termserv.service.ITermServService
This method is used to modify the ResponseTimeout timer for a previously created TermServ.
changeTermServListeningPort(int, int) - Method in interface com.esf.net.termserv.service.ITermServService
This method modifies the network listening port number for a previously created TermServ.
changeTermServMaxAcceptedSockets(int, int) - Method in interface com.esf.net.termserv.service.ITermServService
This method modifies the Maximum number of active connections on the ListeningPort can be serviced simultaneously.
changeTermServOpenModbusMode(int, String) - Method in interface com.esf.net.termserv.service.ITermServService
This method is used to modify the OpenModbus operation of a previously created TermServ.
changeTermServOperation(int, String) - Method in interface com.esf.net.termserv.service.ITermServService
This method is used to modify the operation mode of a previously created TermServ.
changeTermServParallelPortDeviceDriver(int, String) - Method in interface com.esf.net.termserv.service.ITermServService
This method can change the DeviceDriver used to communicate with a previously created TermServParallelPort.
changeTermServParallelPortEndDeviceIndex(int, int) - Method in interface com.esf.net.termserv.service.ITermServService
This method can change the EndDeviceIndex used to communicate with a previously created TermServParallelPort.
changeTermServPassword(int, String) - Method in interface com.esf.net.termserv.service.ITermServService
This method modifies the Password for a previously created TermServ.
changeTermServPrintServer(int, boolean) - Method in interface com.esf.net.termserv.service.ITermServService
This method is used to modify the PrintServer mode of a previously created TermServ.
changeTermServResponseTimeoutMsec(int, int) - Method in interface com.esf.net.termserv.service.ITermServService
This method is used to modify the ResponseTimeout timer of a previously created TermServ.
changeTermServSerialPortBaudRate(int, int, int) - Method in interface com.esf.net.termserv.service.ITermServService
This method changes the BaudRate for a previously created TermServSerialPort.
changeTermServSerialPortCancelEchoChars(int, int, boolean) - Method in interface com.esf.net.termserv.service.ITermServService
This method modifies the CancelEchoChars for a previously created TermServSerialPort.
changeTermServSerialPortDataBits(int, int, String) - Method in interface com.esf.net.termserv.service.ITermServService
This method modifies the DataBits for a previously created TermServSerialPort.
changeTermServSerialPortDeviceDriver(int, int, String) - Method in interface com.esf.net.termserv.service.ITermServService
This method changes the DeviceDriver for a previously created TermServSerialPort.
changeTermServSerialPortEndDeviceIndex(int, int, int) - Method in interface com.esf.net.termserv.service.ITermServService
This method changes the DeviceDriver for a previously created TermServSerialPort
changeTermServSerialPortParity(int, int, String) - Method in interface com.esf.net.termserv.service.ITermServService
This method changes the Parity for a previously created TermServSerialPort.
changeTermServSerialPortStopBits(int, int, String) - Method in interface com.esf.net.termserv.service.ITermServService
This method modifies the StopBits for a previously created TermServSerialPort.
changeTermServSerialPortWarmDownMsec(int, int, int) - Method in interface com.esf.net.termserv.service.ITermServService
This method changes the WarmDownMsec timer for a previously created TermServSerialPort.
changeTermServSerialPortWarmUpMsec(int, int, int) - Method in interface com.esf.net.termserv.service.ITermServService
This method changes the WarmUpMsec timer for a previously created TermServSerialPort.
changeUdpServerBufferSize(int, int) - Method in interface com.esf.net.udpserver.service.IUdpServerService
This method modifies the BufferSize for a previously created UdpSever
changeUdpServerDemarkationMsec(int, int) - Method in interface com.esf.net.udpserver.service.IUdpServerService
This method modifies the DemarkationMsec time limit of a previously created UdpServer.
changeUdpServerLocalAddress(int, String) - Method in interface com.esf.net.udpserver.service.IUdpServerService
This method modifies the TCP/IP dotted notation PeerAddress of a previously created UdpServer.
changeUdpServerOperation(int, String) - Method in interface com.esf.net.udpserver.service.IUdpServerService
This method modifies the Operation mode of a previously created UdpServer.
changeUdpServerParallelPortDeviceDriver(int, int, String) - Method in interface com.esf.net.udpserver.service.IUdpServerService
This method modifies the Device driver used in a previously created UdpServer.
changeUdpServerParallelPortEndDeviceIndex(int, int, int) - Method in interface com.esf.net.udpserver.service.IUdpServerService
This method modifies the EndDeviceIndex of parallel port for a previously created UdpServer.
changeUdpServerPeerAddress(int, String) - Method in interface com.esf.net.udpserver.service.IUdpServerService
This method modifies the TCP/IP dotted notation PeerAddress of a previously created UdpServer.
changeUdpServerPrimaryIpPort(int, int) - Method in interface com.esf.net.udpserver.service.IUdpServerService
This method modifies the PrimaryIpPort of a previously created UdpServer.
changeUdpServerSecondaryIpPort(int, int) - Method in interface com.esf.net.udpserver.service.IUdpServerService
This method modifies the SecondaryIpPort of a previously created UdpServer.
CHAP - Static variable in class com.esf.net.ppp.service.PppAuthentication
CHAP authentication
CHAR_REF_PROBABLE_WS - Static variable in class org.apache.xerces.impl.Constants
Boolean indicating whether a character is a probable white space character (ch <= 0x20) that was the replacement text of a character reference is stored in augmentations using the string "CHAR_REF_PROBABLE_WS".
characterData(String, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
 
characterData(String, Augmentations) - Method in interface org.apache.xerces.impl.RevalidationHandler
Character content.
characterData(String, Augmentations) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
 
CharacterData - Interface in org.w3c.dom
The CharacterData interface extends Node with a set of attributes and methods for accessing character data in the DOM.
CharacterDataEditAS - Interface in org.apache.xerces.dom3.as
Deprecated. This interface extends the NodeEditAS interface with additional methods for document editing. An object implementing this interface must also implement NodeEditAS interface.

See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification.

CharacterDataImpl - Class in org.apache.xerces.dom
CharacterData is an abstract Node that can carry character data as its Value.
CharacterDataImpl() - Constructor for class org.apache.xerces.dom.CharacterDataImpl
 
CharacterDataSelector - Interface in org.w3c.css.sac
 
Characters - Interface in javax.xml.stream.events
This describes the interface to Characters events.
CHARACTERS - Static variable in interface javax.xml.stream.XMLStreamConstants
Indicates an event is characters
characters(String) - Method in class org.apache.html.dom.HTMLBuilder
 
characters(char[], int, int) - Method in class org.apache.html.dom.HTMLBuilder
 
characters(XMLString, Augmentations) - Method in class org.apache.xerces.dom.DOMNormalizer
Character content.
characters(XMLString, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
Character content.
characters(XMLString, Augmentations) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
Character content.
characters(XMLString, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
Character content.
characters(XMLString, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.SchemaDOMParser
Character content.
characters(XMLString, Augmentations) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
Character content.
characters(XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
Character content.
characters(XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
Character content.
characters(XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
Character content.
characters(XMLString, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
 
characters(XMLString, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentFragmentHandler
Character content.
characters(XMLString, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentHandler
Character content.
characters(XMLString, Augmentations) - Method in class org.apache.xerces.xpointer.XPointerHandler
Character content.
characters(char[], int, int) - Method in class org.apache.xml.resolver.readers.OASISXMLCatalogReader
The SAX characters method does nothing.
characters(char[], int, int) - Method in class org.apache.xml.resolver.readers.SAXCatalogReader
The SAX characters method.
characters(char[], int, int) - Method in class org.apache.xml.resolver.readers.SAXParserHandler
 
characters(char[], int, int) - Method in class org.apache.xml.resolver.readers.XCatalogReader
The SAX characters method does nothing.
characters(char[], int, int) - Method in class org.apache.xml.resolver.tools.ResolvingParser
Deprecated. SAX DocumentHandler API.
characters(char[], int, int) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.  
characters(char[], int, int) - Method in class org.apache.xml.serialize.HTMLSerializer
Deprecated.  
characters(char[], int, int) - Method in class org.apache.xml.serialize.TextSerializer
Deprecated.  
characters(char[], int, int) - Method in class org.apache.xml.serialize.XML11Serializer
Deprecated.  
characters(char[], int, int) - Method in interface org.xml.sax.ContentHandler
Receive notification of character data.
characters(char[], int, int) - Method in interface org.xml.sax.DocumentHandler
Deprecated. Receive notification of character data.
characters(char[], int, int) - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of character data inside an element.
characters(char[], int, int) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of character data inside an element.
characters(char[], int, int) - Method in class org.xml.sax.helpers.ParserAdapter
Adapter implementation method; do not call.
characters(char[], int, int) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a character data event.
characters(char[], int, int) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 characters event.
charFromName(String) - Static method in class org.apache.xml.serialize.HTMLdtd
Deprecated. Returns the value of an HTML character reference by its name.
CHARSET_RULE - Static variable in interface org.w3c.dom.css.CSSRule
The rule is a CSSCharsetRule.
checkAttributes(Element, boolean, XSDocumentInfo) - Method in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
Check whether the specified element conforms to the attributes restriction an array of attribute values is returned.
checkAttributes(Element, boolean, XSDocumentInfo, boolean) - Method in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
Check whether the specified element conforms to the attributes restriction an array of attribute values is returned.
checkAttributes(Attributes, String) - Method in class org.apache.xml.resolver.readers.OASISXMLCatalogReader
 
checkAttributes(Attributes, String, String) - Method in class org.apache.xml.resolver.readers.OASISXMLCatalogReader
 
checkComplexDerivationOk(XSComplexTypeDecl, XSTypeDefinition, short) - Static method in class org.apache.xerces.impl.xs.XSConstraints
check whether complex type derived is valid derived from base, given a subset of {restriction, extension}.
checkDuplicatesNS() - Method in class org.apache.xerces.util.XMLAttributesImpl
Checks for duplicate expanded names (local part and namespace name pairs) in the attribute specification.
checkElementDeclsConsistent(XSComplexTypeDecl, XSParticleDecl, SymbolHash, SubstitutionGroupHandler) - Static method in class org.apache.xerces.impl.xs.XSConstraints
 
checkEnclosure(SVGElement, SVGRect) - Method in interface org.w3c.dom.svg.SVGSVGElement
 
checkExtraRules(Object, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.EntityDV
 
checkExtraRules(Object, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.IDDV
 
checkExtraRules(Object, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.IDREFDV
 
checkExtraRules(Object, ValidationContext) - Method in class org.apache.xerces.impl.dv.xs.TypeValidator
 
checkIDRefID() - Method in class org.apache.xerces.impl.validation.ConfigurableValidationState
Checks if all IDREFs have a corresponding ID.
checkIDRefID() - Method in class org.apache.xerces.impl.validation.ValidationState
return null if all IDREF values have a corresponding ID value; otherwise return the first IDREF value without a matching ID value.
checkIntersection(SVGElement, SVGRect) - Method in interface org.w3c.dom.svg.SVGSVGElement
 
checkNonSchemaAttributes(XSGrammarBucket) - Method in class org.apache.xerces.impl.xs.traversers.XSAttributeChecker
 
checkSimpleDerivationOk(XSSimpleType, XSTypeDefinition, short) - Static method in class org.apache.xerces.impl.xs.XSConstraints
check whether simple type derived is valid derived from base, given a subset of {restriction, extension}.
checkTypeDerivationOk(XSTypeDefinition, XSTypeDefinition, short) - Static method in class org.apache.xerces.impl.xs.XSConstraints
check whether derived is valid derived from base, given a subset of {restriction, extension}.B
checkUniqueParticleAttribution(SubstitutionGroupHandler) - Method in class org.apache.xerces.impl.xs.models.XSAllCM
check whether this content violates UPA constraint.
checkUniqueParticleAttribution(SubstitutionGroupHandler) - Method in interface org.apache.xerces.impl.xs.models.XSCMValidator
check whether this content violates UPA constraint.
checkUniqueParticleAttribution(SubstitutionGroupHandler) - Method in class org.apache.xerces.impl.xs.models.XSDFACM
check whether this content violates UPA constraint.
checkUniqueParticleAttribution(SubstitutionGroupHandler) - Method in class org.apache.xerces.impl.xs.models.XSEmptyCM
check whether this content violates UPA constraint.
checkUsbControlIrp(UsbControlIrp) - Static method in class com.ibm.jusb.UsbControlIrpImp
Check the specified UsbControlIrp.
checkUsbIrp(UsbIrp) - Static method in class com.ibm.jusb.UsbIrpImp
Check the specified UsbIrp.
CHILD - Static variable in class org.apache.xerces.impl.xpath.XPath.Axis
Type: child.
ChildNode - Class in org.apache.xerces.dom
ChildNode inherits from NodeImpl and adds the capability of being a child by having references to its previous and next siblings.
ChildNode() - Constructor for class org.apache.xerces.dom.ChildNode
Constructor for serialization.
childrenElement(String) - Method in class org.apache.xerces.parsers.DTDParser
A referenced element in a children content model.
childrenEndGroup() - Method in class org.apache.xerces.parsers.DTDParser
The end of a children group.
childrenOccurrence(short) - Method in class org.apache.xerces.parsers.DTDParser
The occurrence count for a child in a children content model.
childrenSeparator(short) - Method in class org.apache.xerces.parsers.DTDParser
The separator between choices or sequences of a children content model.
childrenStartGroup() - Method in class org.apache.xerces.parsers.DTDParser
The start of a children group.
CHOICE - Static variable in class org.apache.xerces.impl.dtd.models.SimpleContentModel
CHOICE
claim() - Method in class com.ibm.jusb.os.DefaultUsbInterfaceOsImp
Claim this interface.
claim(UsbInterfacePolicy) - Method in class com.ibm.jusb.os.DefaultUsbInterfaceOsImp
Claim this interface using a UsbInterfacePolicy.
claim() - Method in interface com.ibm.jusb.os.UsbInterfaceOsImp
Claim this interface.
claim(UsbInterfacePolicy) - Method in interface com.ibm.jusb.os.UsbInterfaceOsImp
Claim this interface using a UsbInterfacePolicy.
claim() - Method in class com.ibm.jusb.UsbInterfaceImp
Claim this interface.
claim(UsbInterfacePolicy) - Method in class com.ibm.jusb.UsbInterfaceImp
Claim this interface using a UsbInterfacePolicy.
claim() - Method in interface javax.usb.UsbInterface
Claim this interface.
claim(UsbInterfacePolicy) - Method in interface javax.usb.UsbInterface
Claim this interface using a UsbInterfacePolicy.
cleanup() - Method in class org.apache.xerces.impl.xs.opti.SchemaParsingConfig
If the application decides to terminate parsing before the xml document is fully parsed, the application should call this method to free any resource allocated during parsing.
cleanup() - Method in class org.apache.xerces.parsers.DTDConfiguration
If the application decides to terminate parsing before the xml document is fully parsed, the application should call this method to free any resource allocated during parsing.
cleanup() - Method in class org.apache.xerces.parsers.NonValidatingConfiguration
If the application decides to terminate parsing before the xml document is fully parsed, the application should call this method to free any resource allocated during parsing.
cleanup() - Method in class org.apache.xerces.parsers.XML11Configuration
If the application decides to terminate parsing before the xml document is fully parsed, the application should call this method to free any resource allocated during parsing.
cleanup() - Method in class org.apache.xerces.parsers.XML11DTDConfiguration
If the application decides to terminate parsing before the xml document is fully parsed, the application should call this method to free any resource allocated during parsing.
cleanup() - Method in class org.apache.xerces.parsers.XML11NonValidatingConfiguration
If the application decides to terminate parsing before the xml document is fully parsed, the application should call this method to free any resource allocated during parsing.
cleanup() - Method in interface org.apache.xerces.xni.parser.XMLPullParserConfiguration
If the application decides to terminate parsing before the xml document is fully parsed, the application should call this method to free any resource allocated during parsing.
Clear - Static variable in class com.esf.device.serial.comm.service.Parity
Parity bit is present and always clear.
clear() - Method in class com.ibm.jusb.event.EventListenerImp
Clear all listeners.
clear() - Method in class javax.xml.datatype.XMLGregorianCalendar
Unset all fields to undefined.
clear() - Method in class org.apache.xerces.impl.dtd.DTDGrammarBucket
 
clear() - Method in class org.apache.xerces.impl.dtd.XMLAttributeDecl
clear
clear() - Method in class org.apache.xerces.impl.dtd.XMLContentSpec
Clears the values.
clear() - Method in class org.apache.xerces.impl.dtd.XMLElementDecl
clear
clear() - Method in class org.apache.xerces.impl.dtd.XMLEntityDecl
clear
clear() - Method in class org.apache.xerces.impl.dtd.XMLNotationDecl
clear
clear() - Method in class org.apache.xerces.impl.dtd.XMLSimpleType
clear
clear() - Method in class org.apache.xerces.impl.XMLEntityManager.Entity
Clears the entity.
clear() - Method in class org.apache.xerces.impl.xs.util.XSObjectListImpl
 
clear() - Method in class org.apache.xerces.parsers.CachingParserPool.SynchronizedGrammarPool
clear the grammar pool
clear() - Method in class org.apache.xerces.util.IntStack
Clears the stack.
clear() - Method in class org.apache.xerces.util.SymbolHash
Remove all key/value assocaition.
clear() - Method in class org.apache.xerces.util.XMLCatalogResolver
Forces the cache of catalog mappings to be cleared.
clear() - Method in class org.apache.xerces.util.XMLEntityDescriptionImpl
Clears the values.
clear() - Method in class org.apache.xerces.util.XMLGrammarPoolImpl
 
clear() - Method in class org.apache.xerces.util.XMLResourceIdentifierImpl
Clears the values.
clear() - Method in class org.apache.xerces.util.XMLStringBuffer
Clears the string buffer.
clear() - Method in interface org.apache.xerces.xni.grammars.XMLGrammarPool
Removes all grammars from the pool.
clear() - Method in class org.apache.xerces.xni.QName
Clears the values of the qname components.
clear() - Method in class org.apache.xerces.xni.XMLString
Resets all of the values to their defaults.
clear() - Method in interface org.w3c.dom.svg.SVGLengthList
 
clear() - Method in interface org.w3c.dom.svg.SVGNumberList
 
clear() - Method in interface org.w3c.dom.svg.SVGPathSegList
 
clear() - Method in interface org.w3c.dom.svg.SVGPointList
 
clear() - Method in interface org.w3c.dom.svg.SVGStringList
 
clear() - Method in interface org.w3c.dom.svg.SVGTransformList
 
clear() - Method in class org.xml.sax.helpers.AttributeListImpl
Deprecated. Clear the attribute list.
clear() - Method in class org.xml.sax.helpers.AttributesImpl
Clear the attribute list for reuse.
clearFeature(byte, short, short) - Method in class javax.usb.util.StandardRequest
Clear Feature.
clearFeature(UsbDevice, byte, short, short) - Static method in class javax.usb.util.StandardRequest
Clear Feature.
clearGrammarPool() - Method in class org.apache.xerces.parsers.XMLGrammarCachingConfiguration
 
clearParameters() - Method in class javax.xml.transform.Transformer
Clear all parameters set with setParameter.
click() - Method in class org.apache.html.dom.HTMLInputElementImpl
 
click() - Method in interface org.w3c.dom.html.HTMLInputElement
Simulate a mouse-click.
clone() - Method in class javax.xml.datatype.XMLGregorianCalendar
Creates and returns a copy of this object.
clone() - Method in class org.apache.xerces.dom.CoreDocumentImpl
Clone.
clone() - Method in class org.apache.xerces.impl.xpath.regex.Match
 
clone() - Method in class org.apache.xerces.impl.xpath.XPath.Axis
Returns a clone of this object.
clone() - Method in class org.apache.xerces.impl.xpath.XPath.LocationPath
Returns a clone of this object.
clone() - Method in class org.apache.xerces.impl.xpath.XPath.NodeTest
Returns a clone of this object.
clone() - Method in class org.apache.xerces.impl.xpath.XPath.Step
Returns a clone of this object.
clone() - Method in class org.apache.xerces.xni.QName
Returns a clone of this object.
cloneASObject(boolean) - Method in class org.apache.xerces.dom.ASModelImpl
Deprecated. Creates a copy of this ASObject.
cloneASObject(boolean) - Method in interface org.apache.xerces.dom3.as.ASObject
Deprecated. Creates a copy of this ASObject.
cloneContents() - Method in class org.apache.xerces.dom.RangeImpl
 
cloneContents() - Method in interface org.w3c.dom.ranges.Range
Duplicates the contents of a Range
cloneMap(NodeImpl) - Method in class org.apache.xerces.dom.AttributeMap
Cloning a NamedNodeMap is a DEEP OPERATION; it always clones all the nodes contained in the map.
cloneMap(NodeImpl) - Method in class org.apache.xerces.dom.NamedNodeMapImpl
Cloning a NamedNodeMap is a DEEP OPERATION; it always clones all the nodes contained in the map.
cloneNode(boolean) - Method in class org.apache.html.dom.HTMLDocumentImpl
 
cloneNode(boolean) - Method in class org.apache.html.dom.HTMLFormElementImpl
Explicit implementation of cloneNode() to ensure that cache used for getElements() gets cleared.
cloneNode(boolean) - Method in class org.apache.html.dom.HTMLMapElementImpl
Explicit implementation of cloneNode() to ensure that cache used for getAreas() gets cleared.
cloneNode(boolean) - Method in class org.apache.html.dom.HTMLSelectElementImpl
Explicit implementation of cloneNode() to ensure that cache used for getOptions() gets cleared.
cloneNode(boolean) - Method in class org.apache.html.dom.HTMLTableElementImpl
Explicit implementation of cloneNode() to ensure that cache used for getRows() and getTBodies() gets cleared.
cloneNode(boolean) - Method in class org.apache.html.dom.HTMLTableRowElementImpl
Explicit implementation of cloneNode() to ensure that cache used for getCells() gets cleared.
cloneNode(boolean) - Method in class org.apache.html.dom.HTMLTableSectionElementImpl
Explicit implementation of cloneNode() to ensure that cache used for getRows() gets cleared.
cloneNode(boolean) - Method in class org.apache.xerces.dom.AttrImpl
 
cloneNode(boolean) - Method in class org.apache.xerces.dom.ChildNode
Returns a duplicate of a given node.
cloneNode(boolean) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Deep-clone a document, including fixing ownerDoc for the cloned children.
cloneNode(int, boolean) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Creates a clone of the specified node.
cloneNode(boolean) - Method in class org.apache.xerces.dom.DocumentImpl
Deep-clone a document, including fixing ownerDoc for the cloned children.
cloneNode(boolean) - Method in class org.apache.xerces.dom.DocumentTypeImpl
Clones the node.
cloneNode(boolean) - Method in class org.apache.xerces.dom.ElementDefinitionImpl
Replicate this object.
cloneNode(boolean) - Method in class org.apache.xerces.dom.ElementImpl
Return a duplicate copy of this Element.
cloneNode(boolean) - Method in class org.apache.xerces.dom.EntityImpl
Clone node.
cloneNode(boolean) - Method in class org.apache.xerces.dom.EntityReferenceImpl
Clone node.
cloneNode(boolean) - Method in class org.apache.xerces.dom.NodeImpl
Returns a duplicate of a given node.
cloneNode(boolean) - Method in class org.apache.xerces.dom.ParentNode
Returns a duplicate of a given node.
cloneNode(boolean) - Method in class org.apache.xerces.dom.PSVIDocumentImpl
Deep-clone a document, including fixing ownerDoc for the cloned children.
cloneNode(boolean) - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
 
cloneNode(boolean) - Method in interface org.w3c.dom.Node
Returns a duplicate of this node, i.e., serves as a generic copy constructor for nodes.
cloneRange() - Method in class org.apache.xerces.dom.RangeImpl
 
cloneRange() - Method in interface org.w3c.dom.ranges.Range
Produces a new Range whose boundary-points are equal to the boundary-points of the Range.
close(String) - Method in interface com.esf.device.modem.channel.service.IModemChannelService
Closes modem channel
close() - Method in class com.ibm.jusb.os.DefaultUsbPipeOsImp
Close this pipe.
close() - Method in interface com.ibm.jusb.os.UsbPipeOsImp
Close the pipe.
close() - Method in class com.ibm.jusb.UsbPipeImp
Closes this UsbPipe.
close() - Method in interface javax.usb.UsbPipe
Close this UsbPipe.
close() - Method in class javax.usb.util.UsbUtil.SynchronizedUsbPipe
 
close() - Method in class javax.xml.stream.util.EventReaderDelegate
 
close() - Method in class javax.xml.stream.util.StreamReaderDelegate
 
close() - Method in interface javax.xml.stream.XMLEventReader
Frees any resources associated with this Reader.
close() - Method in interface javax.xml.stream.XMLEventWriter
Frees any resources associated with this stream
close() - Method in interface javax.xml.stream.XMLStreamReader
Frees any resources associated with this Reader.
close() - Method in interface javax.xml.stream.XMLStreamWriter
Close this writer and free any resources associated with the writer.
close() - Method in class org.apache.html.dom.HTMLDocumentImpl
 
close() - Method in class org.apache.xerces.impl.io.ASCIIReader
Close the stream.
close() - Method in class org.apache.xerces.impl.io.Latin1Reader
Close the stream.
close() - Method in class org.apache.xerces.impl.io.UCSReader
Close the stream.
close() - Method in class org.apache.xerces.impl.io.UTF8Reader
Close the stream.
close() - Method in class org.apache.xerces.xinclude.XIncludeTextReader
Closes the stream.
close() - Method in interface org.w3c.dom.html.HTMLDocument
Closes a document stream opened by open()and forces rendering.
CLOSE_3PLUSES - Static variable in interface com.esf.net.termclient.service.ITermClientService
 
CLOSE_DCD_DROPS - Static variable in interface com.esf.net.termclient.service.ITermClientService
 
CLOSE_DCD_OR_3PLUSES - Static variable in interface com.esf.net.termclient.service.ITermClientService
 
CLOSE_NEVER - Static variable in interface com.esf.net.termclient.service.ITermClientService
 
closeReaders() - Method in class org.apache.xerces.impl.XMLEntityManager
Close all opened InputStreams and Readers opened by this parser.
CMAny - Class in org.apache.xerces.impl.dtd.models
Content model any node.
CMAny(int, String, int) - Constructor for class org.apache.xerces.impl.dtd.models.CMAny
Constructs a content model any.
CMBinOp - Class in org.apache.xerces.impl.dtd.models
Content model Bin-Op node.
CMBinOp(int, CMNode, CMNode) - Constructor for class org.apache.xerces.impl.dtd.models.CMBinOp
 
CMBuilder - Class in org.apache.xerces.impl.xs.models
This class constructs content models for a given grammar.
CMBuilder(CMNodeFactory) - Constructor for class org.apache.xerces.impl.xs.models.CMBuilder
 
CMLeaf - Class in org.apache.xerces.impl.dtd.models
Content model leaf node.
CMLeaf(QName, int) - Constructor for class org.apache.xerces.impl.dtd.models.CMLeaf
Constructs a content model leaf.
CMLeaf(QName) - Constructor for class org.apache.xerces.impl.dtd.models.CMLeaf
Constructs a content model leaf.
CMNode - Class in org.apache.xerces.impl.dtd.models
A content model node.
CMNode(int) - Constructor for class org.apache.xerces.impl.dtd.models.CMNode
 
CMNodeFactory - Class in org.apache.xerces.impl.xs.models
 
CMNodeFactory() - Constructor for class org.apache.xerces.impl.xs.models.CMNodeFactory
default constructor
CMStateSet - Class in org.apache.xerces.impl.dtd.models
This class is a very simple bitset class.
CMStateSet(int) - Constructor for class org.apache.xerces.impl.dtd.models.CMStateSet
 
CMUniOp - Class in org.apache.xerces.impl.dtd.models
Content model Uni-Op node.
CMUniOp(int, CMNode) - Constructor for class org.apache.xerces.impl.dtd.models.CMUniOp
 
CnS - Class in com.esf.device.modem.channel.service
Describes CnS object.
CnS(int, byte, int) - Constructor for class com.esf.device.modem.channel.service.CnS
CnS message constructor.
CnS(int, byte, int, byte[]) - Constructor for class com.esf.device.modem.channel.service.CnS
CnS message constructor
CnS(int, byte, int, int) - Constructor for class com.esf.device.modem.channel.service.CnS
CnS message constructor
CnS(int, byte, int, long) - Constructor for class com.esf.device.modem.channel.service.CnS
CnS message constructor
CnS(byte[]) - Constructor for class com.esf.device.modem.channel.service.CnS
CnS reply constructor.
CnS - Static variable in class com.esf.device.modem.channel.service.ModemCommandType
CnS command
CnsErrorResponseException - Exception in com.esf.device.modem.exception
Defines CnsErrorResponseException
CnsErrorResponseException() - Constructor for exception com.esf.device.modem.exception.CnsErrorResponseException
Create an instance with no message about why the Exception was thrown.
CnsErrorResponseException(String) - Constructor for exception com.esf.device.modem.exception.CnsErrorResponseException
Creates an instance with a message about why the Exception was thrown.
cnsNotification - Static variable in interface com.esf.device.modem.channel.service.IHipCallback
CnS notification topic
code - Variable in exception org.apache.xerces.dom3.as.DOMASException
Deprecated.  
code - Variable in exception org.apache.xerces.xs.XSException
 
code - Variable in exception org.w3c.dom.DOMException
 
code - Variable in exception org.w3c.dom.events.EventException
 
code - Variable in exception org.w3c.dom.ls.LSException
 
code - Variable in exception org.w3c.dom.ranges.RangeException
 
code - Variable in exception org.w3c.dom.svg.SVGException
 
code - Variable in exception org.w3c.dom.xpath.XPathException
 
collapse(boolean) - Method in class org.apache.xerces.dom.RangeImpl
 
collapse(boolean) - Method in interface org.w3c.dom.ranges.Range
Collapse a Range onto one of its boundary-points
COLOR_PROFILE_RULE - Static variable in interface org.w3c.dom.svg.SVGCSSRule
 
columnNumber - Variable in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
Column number.
com.esf.core.application.manager.service - package com.esf.core.application.manager.service
 
com.esf.core.configuration.service - package com.esf.core.configuration.service
Interface for software components to request/receive/reject configuration data as well as request that configurations be archived within the Configuration Manager.
com.esf.core.logger.service - package com.esf.core.logger.service
Event logging service to pass event messages at varying severity levels to system log.
com.esf.core.system.bootstrap.service - package com.esf.core.system.bootstrap.service
Bundle loader for OSGi bundles.
com.esf.core.system.manager.service - package com.esf.core.system.manager.service
Provides basic system information including Operating System information, JVM information, and filesystem information.
com.esf.core.system.monitor.service - package com.esf.core.system.monitor.service
Provides tools for the management of system level services.
com.esf.device.bluetooth.discovery.service - package com.esf.device.bluetooth.discovery.service
Interface to device service found during the most recent Bluetooth device discovery process.
com.esf.device.bluetooth.serialportprofile.service - package com.esf.device.bluetooth.serialportprofile.service
 
com.esf.device.camera.service - package com.esf.device.camera.service
 
com.esf.device.ethernet.service - package com.esf.device.ethernet.service
Manages Ethernet device configurations.
com.esf.device.gps.service - package com.esf.device.gps.service
Reads location data from a GPS device.
com.esf.device.hedonline.cl103101.service - package com.esf.device.hedonline.cl103101.service
 
com.esf.device.modem.channel.service - package com.esf.device.modem.channel.service
Handles communication to a variety of modem plug-in devices.
com.esf.device.modem.config.component - package com.esf.device.modem.config.component
 
com.esf.device.modem.configuration - package com.esf.device.modem.configuration
 
com.esf.device.modem.exception - package com.esf.device.modem.exception
Defines a variety of types of exception responses from various modems.
com.esf.device.modem.factory.service - package com.esf.device.modem.factory.service
Factory class that dynamically generates an instance of the modem service class.
com.esf.device.modem.manager.service - package com.esf.device.modem.manager.service
Modem manager that adds and removes modem services as needed.
com.esf.device.modem.service - package com.esf.device.modem.service
Interface definitions for generic modem and several specific types of modems.
com.esf.device.network.service - package com.esf.device.network.service
 
com.esf.device.serial.comm.service - package com.esf.device.serial.comm.service
Handles a non-event driven SerialComm port, intended for poll-response operation.
com.esf.device.usb.manager.ethernet.service - package com.esf.device.usb.manager.ethernet.service
 
com.esf.device.usb.manager.gps.service - package com.esf.device.usb.manager.gps.service
 
com.esf.device.usb.manager.modem.service - package com.esf.device.usb.manager.modem.service
Manages supported USB modem devices.
com.esf.device.usb.manager.service - package com.esf.device.usb.manager.service
Manages USB devices in a system.
com.esf.device.usb.manager.storage.service - package com.esf.device.usb.manager.storage.service
Provides tools for management of USB Mass Storage devices.
com.esf.device.usb.manager.usb2serial.service - package com.esf.device.usb.manager.usb2serial.service
Provides tools for management of USB-to-Serial devices.
com.esf.device.usb.manager.usbserial.service - package com.esf.device.usb.manager.usbserial.service
Provides tools for management of USB-to-Serial devices.
com.esf.device.usb.manager.wifi.service - package com.esf.device.usb.manager.wifi.service
 
com.esf.device.watchdog.service - package com.esf.device.watchdog.service
Provides methods for starting, stopping, and updating a hardware watchdog present on the system.
com.esf.device.wifi.exception - package com.esf.device.wifi.exception
 
com.esf.device.wifi.service - package com.esf.device.wifi.service
 
com.esf.device.wifi.ubiquiti.ministation2.service - package com.esf.device.wifi.ubiquiti.ministation2.service
 
com.esf.duracor.guardian.service - package com.esf.duracor.guardian.service
 
com.esf.net.dhcp.server.service - package com.esf.net.dhcp.server.service
Interface to set up DHCP server on a network adapter.
com.esf.net.dns.service - package com.esf.net.dns.service
 
com.esf.net.dnsproxy.service - package com.esf.net.dnsproxy.service
Provides methods to set up a DNS proxy server on a network adapter.
com.esf.net.firewall.service - package com.esf.net.firewall.service
Provides methods to configure Linux firewall settings.
com.esf.net.modem.ppp.factory.service - package com.esf.net.modem.ppp.factory.service
Defines PPP Factory service interface.
com.esf.net.mqtt.client.service - package com.esf.net.mqtt.client.service
 
com.esf.net.netconf.service - package com.esf.net.netconf.service
 
com.esf.net.ntp.service - package com.esf.net.ntp.service
Provides methods for configuring the NTP Service.
com.esf.net.ppp.connection - package com.esf.net.ppp.connection
 
com.esf.net.ppp.service - package com.esf.net.ppp.service
Defines PPP service interface.
com.esf.net.route.service - package com.esf.net.route.service
 
com.esf.net.termclient.service - package com.esf.net.termclient.service
Gives access from local serial port to a remote network TCP server, including AT modem emulation features.
com.esf.net.termserv.service - package com.esf.net.termserv.service
Provides TCP server for network clients to access one or more local serial ports or a single parallel printer port.
com.esf.net.udpserver.service - package com.esf.net.udpserver.service
Provides a UDP server for network clients to access a local serial port, or a local serial port device can access a remote UDP server.
com.esf.protocol.fielddevice.service - package com.esf.protocol.fielddevice.service
Defines an interface for a device that uses a communication protocol to acquire operational data, including methods for handling data of various data types, connection status, protocol exceptions, etc.
com.esf.sbc.catalyst.smbus.service - package com.esf.sbc.catalyst.smbus.service
Allows access to the SM Bus on the Catalyst processor.
com.esf.sbc.catalyst.system.management.service - package com.esf.sbc.catalyst.system.management.service
Provides services to access GPIO, power, thermal, and other hardware features of the Catalyst processor.
com.esf.sbc.helios.led.service - package com.esf.sbc.helios.led.service
Provides services to control the action of the LEDs on the Helios platform.
com.esf.testing.console.service - package com.esf.testing.console.service
 
com.esf.testing.tcpconsole.service - package com.esf.testing.tcpconsole.service
 
com.esf.util.net.service - package com.esf.util.net.service
Utilities dealing with TCP/IP network interfaces.
com.esf.util.proc.service - package com.esf.util.proc.service
Provides utilities for dealing with starting and stopping system processes.
com.ibm.jusb - package com.ibm.jusb
 
com.ibm.jusb.event - package com.ibm.jusb.event
 
com.ibm.jusb.os - package com.ibm.jusb.os
 
com.ibm.jusb.os.linux - package com.ibm.jusb.os.linux
 
com.ibm.jusb.tools - package com.ibm.jusb.tools
 
com.ibm.jusb.tools.text - package com.ibm.jusb.tools.text
 
com.ibm.jusb.util - package com.ibm.jusb.util
 
CombinatorCondition - Interface in org.w3c.css.sac
 
Command - Class in com.esf.testing.tcpconsole.service
 
Command(Object, String, String) - Constructor for class com.esf.testing.tcpconsole.service.Command
 
Comment - Interface in javax.xml.stream.events
An interface for comment events
COMMENT - Static variable in interface javax.xml.stream.XMLStreamConstants
Indicates an event is a comment
comment(XMLString, Augmentations) - Method in class org.apache.xerces.dom.DOMNormalizer
A comment.
comment(XMLString, Augmentations) - Method in class org.apache.xerces.impl.dtd.DTDGrammar
A comment.
comment(XMLString, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDProcessor
A comment.
comment(XMLString, Augmentations) - Method in class org.apache.xerces.impl.dtd.XMLDTDValidator
A comment.
comment(XMLString, Augmentations) - Method in class org.apache.xerces.impl.XMLNamespaceBinder
A comment.
comment(XMLString, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.DefaultXMLDocumentHandler
A comment.
comment(XMLString, Augmentations) - Method in class org.apache.xerces.impl.xs.opti.SchemaDOMParser
A comment.
comment(XMLString, Augmentations) - Method in class org.apache.xerces.impl.xs.XMLSchemaValidator
A comment.
comment(XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractDOMParser
A comment.
comment(XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractSAXParser
A comment.
comment(XMLString, Augmentations) - Method in class org.apache.xerces.parsers.AbstractXMLDocumentParser
A comment.
comment(XMLString, Augmentations) - Method in class org.apache.xerces.parsers.DTDParser
A comment.
comment(XMLString, Augmentations) - Method in class org.apache.xerces.xinclude.XIncludeHandler
 
comment(XMLString, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentFragmentHandler
A comment.
comment(XMLString, Augmentations) - Method in interface org.apache.xerces.xni.XMLDocumentHandler
A comment.
comment(XMLString, Augmentations) - Method in interface org.apache.xerces.xni.XMLDTDHandler
A comment.
comment(XMLString, Augmentations) - Method in class org.apache.xerces.xpointer.XPointerHandler
If the comment is a child of a matched element, then pass else return.
comment(char[], int, int) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.  
comment(String) - Method in class org.apache.xml.serialize.BaseMarkupSerializer
Deprecated.  
comment(String) - Method in class org.apache.xml.serialize.TextSerializer
Deprecated.  
comment(char[], int, int) - Method in class org.apache.xml.serialize.TextSerializer
Deprecated.  
comment(String) - Method in interface org.w3c.css.sac.DocumentHandler
Receive notification of a comment.
Comment - Interface in org.w3c.dom
This interface inherits from CharacterData and represents the content of a comment, i.e., all the characters between the starting ' <!--' and ending '-->'.
comment(char[], int, int) - Method in class org.xml.sax.ext.DefaultHandler2
 
comment(char[], int, int) - Method in interface org.xml.sax.ext.LexicalHandler
Report an XML comment anywhere in the document.
COMMENT_NODE - Static variable in interface org.w3c.dom.Node
The node is a Comment.
CommentImpl - Class in org.apache.xerces.dom
Represents an XML (or HTML) comment.
CommentImpl(CoreDocumentImpl, String) - Constructor for class org.apache.xerces.dom.CommentImpl
Factory constructor.
compare(Duration) - Method in class javax.xml.datatype.Duration
Partial order relation comparison with this Duration instance.
compare(XMLGregorianCalendar) - Method in class javax.xml.datatype.XMLGregorianCalendar
Compare two instances of W3C XML Schema 1.0 date/time datatypes according to partial order relation defined in W3C XML Schema 1.0 Part 2, Section 3.2.7.3, Order relation on dateTime.
compare(Object, Object) - Method in class org.apache.xerces.impl.dv.xs.AbstractDateTimeDV
 
compare(Object, Object) - Method in class org.apache.xerces.impl.dv.xs.DecimalDV
 
compare(Object, Object) - Method in class org.apache.xerces.impl.dv.xs.DoubleDV
 
compare(Object, Object) - Method in class org.apache.xerces.impl.dv.xs.FloatDV
 
compare(Object, Object) - Method in class org.apache.xerces.impl.dv.xs.TypeValidator
 
compareBoundaryPoints(short, Range) - Method in class org.apache.xerces.dom.RangeImpl
 
compareBoundaryPoints(short, Range) - Method in interface org.w3c.dom.ranges.Range
Compare the boundary-points of two Ranges in a document.
compareDocumentPosition(Node) - Method in class org.apache.xerces.dom.NodeImpl
Compares a node with this node with regard to their position in the document.
compareDocumentPosition(Node) - Method in class org.apache.xerces.impl.xs.opti.DefaultNode
 
compareDocumentPosition(Node) - Method in interface org.w3c.dom.Node
Compares the reference node, i.e.
compareTreePosition(Node) - Method in class org.apache.xerces.dom.NodeImpl
Deprecated.  
compile(String) - Method in interface javax.xml.xpath.XPath
Compile an XPath expression for later evaluation.
complete() - Method in class com.ibm.jusb.UsbControlIrpImp
Complete this submission.
complete() - Method in class com.ibm.jusb.UsbIrpImp
Complete this submission.
complete() - Method in interface javax.usb.UsbIrp
Set this as complete.
complete() - Method in class javax.usb.util.DefaultUsbIrp
Complete this submission.
COMPLEX_DATATYPE - Static variable in interface org.apache.xerces.dom3.as.ASDataType
Deprecated. The user-defined complex data type as defined in .
COMPLEX_TYPE - Static variable in interface org.apache.xerces.xs.XSTypeDefinition
The object describes a complex type.
COMPOSITOR_ALL - Static variable in interface org.apache.xerces.xs.XSModelGroup
This content model represents a simplified version of the SGML &-Connector and is limited to the top-level of any content model.
COMPOSITOR_CHOICE - Static variable in interface org.apache.xerces.xs.XSModelGroup
This constant value signifies a choice operator.
COMPOSITOR_SEQUENCE - Static variable in interface org.apache.xerces.xs.XSModelGroup
This constant value signifies a sequence operator.
Condition - Interface in org.w3c.css.sac
 
CONDITIONAL_IGNORE - Static variable in interface org.apache.xerces.xni.XMLDTDHandler
Conditional section: IGNORE.
CONDITIONAL_INCLUDE - Static variable in interface org.apache.xerces.xni.XMLDTDHandler
Conditional section: INCLUDE.
ConditionalSelector - Interface in org.w3c.css.sac
 
ConditionFactory - Interface in org.w3c.css.sac
 
CONFIG_NUM - Static variable in class com.ibm.jusb.VirtualRootUsbHubImp
 
CONFIG_TOTAL_LEN - Static variable in class com.ibm.jusb.VirtualRootUsbHubImp
 
configChangePending(String) - Method in interface com.esf.core.configuration.service.IConfigurationManagerService
This method is used to find out if the configuration manager has sent a new configuration to a component and is waiting for a response.
configChangePending(String) - Method in interface com.esf.core.configuration.service.IEsfConfigProviderService
This method is used to find out if the configuration manager has sent a new configuration to a component and is waiting for a response.
configFileDoesExist() - Method in interface com.esf.net.dnsproxy.service.IDnsProxyService
checks for the existence of DNS proxy configuration file
ConfigurableValidationState - Class in org.apache.xerces.impl.validation
An extension of ValidationState which can be configured to turn off checking for ID/IDREF errors and unparsed entity errors.
ConfigurableValidationState() - Constructor for class org.apache.xerces.impl.validation.ConfigurableValidationState
Creates a new ConfigurableValidationState.
CONFIGURATION_POWERED_MASK - Static variable in interface javax.usb.UsbConst
 
CONFIGURATION_REMOTE_WAKEUP - Static variable in interface javax.usb.UsbConst
 
CONFIGURATION_SELF_POWERED - Static variable in interface javax.usb.UsbConst
 
configurationDescriptorBytes - Static variable in class com.ibm.jusb.VirtualRootUsbHubImp
 
ConfigurationPropertiesObject - Class in com.esf.core.configuration.service
A @ConfigurationPropertiesObject is a @Hashtable of a specific form.
ConfigurationPropertiesObject(Hashtable) - Constructor for class com.esf.core.configuration.service.ConfigurationPropertiesObject
Constructor to create a new @ConfigurationPropertiesObject from a @Hashtable
ConfigurationPropertiesObject(String[], Object[]) - Constructor for class com.esf.core.configuration.service.ConfigurationPropertiesObject
Constructor to create a new @ConfigurationPropertiesObject from an array of bundle symbolic names and an array of @Object representing their respective configurations
ConfigurationPropertiesObject(String, Object) - Constructor for class com.esf.core.configuration.service.ConfigurationPropertiesObject
Constructor to create a new @ConfigurationPropertiesObject that contains one bundle and configuration
ConfigurationPropertiesObject() - Constructor for class com.esf.core.configuration.service.ConfigurationPropertiesObject
Constructor to create a new empty @ConfigurationPropertiesObject
configure(String, int, int, String, int, int, String, int, ArrayList, ArrayList) - Method in interface com.esf.net.dnsproxy.service.IDnsProxyService
 
configureConnection(Properties) - Method in class com.esf.protocol.fielddevice.service.ProtocolDevice
configure access to the physical device.
configureDataMap(Properties) - Method in class com.esf.protocol.fielddevice.service.ProtocolDevice
configure addressing schemes between the physical device and the client presentation of the data.
configureProtocol(Properties) - Method in class com.esf.protocol.fielddevice.service.ProtocolDevice
any protocol specific configuration elements would be configured here.
connect() - Method in interface com.esf.device.modem.service.ICellularModemService
Establishes connection with service provider by starting PPP session
connect() - Method in interface com.esf.device.modem.service.IModemService
Establishes connection with service provider by starting PPP session
connect() - Method in interface com.esf.net.mqtt.client.service.IEsfMqttClient
Connects to the MQtt broker.
connect() - Method in interface com.esf.net.ppp.service.IPppService
Establishes PPP connection with a service provider
connect() - Method in class com.esf.protocol.fielddevice.service.ProtocolDevice
attempt to connect to the field device using the provided configuration.
connect(UsbHubImp, byte) - Method in class com.ibm.jusb.UsbDeviceImp
Connect to the parent UsbHubImp.
connect(UsbHubImp, byte) - Method in class com.ibm.jusb.VirtualRootUsbHubImp
No connect operation
CONNECT_ALWAYS - Static variable in interface com.esf.net.termclient.service.ITermClientService
 
CONNECT_ANYDATA - Static variable in interface com.esf.net.termclient.service.ITermClientService
 
CONNECT_ATDT - Static variable in interface com.esf.net.termclient.service.ITermClientService
 
CONNECT_DCD - Static variable in interface com.esf.net.termclient.service.ITermClientService
 
CONNECT_DCD_OR_ATDT - Static variable in interface com.esf.net.termclient.service.ITermClientService
 
CONNECT_DELAY - Static variable in class com.esf.device.modem.configuration.ModemConfiguration
 
CONNECTED - Static variable in class com.esf.protocol.fielddevice.service.ProtocolConnectionStatus
a connection to the field device currently exists.
CONNECTING - Static variable in class com.esf.protocol.fielddevice.service.ProtocolConnectionStatus
attempting to connect to field device, this is a transient state
connectionLost() - Method in interface com.esf.net.mqtt.client.service.IEsfMqttCallback
Notification that the client has lost its connection with the broker.
consolidate() - Method in interface org.w3c.dom.svg.SVGTransformList
 
Constants - Class in org.apache.xerces.impl
Commonly used constants.
contains(String) - Method in class org.apache.xerces.dom.DOMStringListImpl
 
contains(byte) - Method in class org.apache.xerces.impl.dv.util.ByteListImpl
Checks if the byte item is a member of this list.
contains(short) - Method in class org.apache.xerces.impl.xs.util.ShortListImpl
Checks if the unsigned short item is a member of this list.
contains(String) - Method in class org.apache.xerces.impl.xs.util.StringListImpl
Checks if the GenericString item is a member of this list.
contains(byte) - Method in interface org.apache.xerces.xs.datatypes.ByteList
Checks if the byte item is a member of this list.
contains(Object) - Method in interface org.apache.xerces.xs.datatypes.ObjectList
Checks if the Object item is a member of this list.
contains(short) - Method in interface org.apache.xerces.xs.ShortList
Checks if the unsigned short item is a member of this list.
contains(String) - Method in interface org.apache.xerces.xs.StringList
Checks if the GenericString item is a member of this list.
contains(String) - Method in interface org.w3c.dom.DOMStringList
Test if a string is part of this DOMStringList.
contains(String) - Method in interface org.w3c.dom.NameList
Test if a name is part of this NameList.
containsGrammar(XMLGrammarDescription) - Method in class org.apache.xerces.parsers.CachingParserPool.ShadowedGrammarPool
Returns true if the grammar pool contains a grammar associated to the specified description.
containsGrammar(XMLGrammarDescription) - Method in class org.apache.xerces.util.XMLGrammarPoolImpl
Returns true if the grammar pool contains a grammar associated to the specified grammar description.
containsNS(String, String) - Method in interface org.w3c.dom.NameList
Test if the pair namespaceURI/name is part of this NameList.
containsPrefix(String) - Method in class org.apache.xerces.util.NamespaceSupport
Checks whether a binding or unbinding for the given prefix exists in the context.
containsSetting(byte) - Method in class com.ibm.jusb.UsbInterfaceImp
 
containsSetting(byte) - Method in interface javax.usb.UsbInterface
If the specified alternate setting exists.
containsSymbol(String) - Method in class org.apache.xerces.util.SoftReferenceSymbolTable
Returns true if the symbol table already contains the specified symbol.
containsSymbol(char[], int, int) - Method in class org.apache.xerces.util.SoftReferenceSymbolTable
Returns true if the symbol table already contains the specified symbol.
containsSymbol(String) - Method in class org.apache.xerces.util.SymbolTable
Returns true if the symbol table already contains the specified symbol.
containsSymbol(char[], int, int) - Method in class org.apache.xerces.util.SymbolTable
Returns true if the symbol table already contains the specified symbol.
containsSymbol(String) - Method in class org.apache.xerces.util.SynchronizedSymbolTable
Returns true if the symbol table already contains the specified symbol.
containsSymbol(char[], int, int) - Method in class org.apache.xerces.util.SynchronizedSymbolTable
Returns true if the symbol table already contains the specified symbol.
containsTypeID() - Method in class org.apache.xerces.impl.xs.XSComplexTypeDecl
 
containsUsbConfiguration(byte) - Method in class com.ibm.jusb.UsbDeviceImp
 
containsUsbConfiguration(byte) - Method in interface javax.usb.UsbDevice
If this UsbDevice contains the specified UsbConfiguration.
containsUsbConfiguration(byte) - Method in class javax.usb.util.UsbUtil.SynchronizedUsbDevice
 
containsUsbEndpoint(byte) - Method in class com.ibm.jusb.UsbInterfaceImp
 
containsUsbEndpoint(byte) - Method in interface javax.usb.UsbInterface
If the specified UsbEndpoint is contained in this UsbInterface.
containsUsbInterface(byte) - Method in class com.ibm.jusb.UsbConfigurationImp
 
containsUsbInterface(byte) - Method in interface javax.usb.UsbConfiguration
If the specified UsbInterface is contained in this UsbConfiguration.
ContentCondition - Interface in org.w3c.css.sac
 
ContentHandler - Interface in org.xml.sax
Receive notification of the logical content of a document.
ContentModelValidator - Interface in org.apache.xerces.impl.dtd.models
 
contentModelValidator - Variable in class org.apache.xerces.impl.dtd.XMLElementDecl
contentModelValidator
CONTENTSPECNODE_ANY - Static variable in class org.apache.xerces.impl.dtd.XMLContentSpec
Represents any namespace specified namespace.
CONTENTSPECNODE_ANY_LAX - Static variable in class org.apache.xerces.impl.dtd.XMLContentSpec
prcessContent is 'lax'
CONTENTSPECNODE_ANY_LOCAL - Static variable in class org.apache.xerces.impl.dtd.XMLContentSpec
Represents any local element (XML Schema: ##local).
CONTENTSPECNODE_ANY_LOCAL_LAX - Static variable in class org.apache.xerces.impl.dtd.XMLContentSpec
 
CONTENTSPECNODE_ANY_LOCAL_SKIP - Static variable in class org.apache.xerces.impl.dtd.XMLContentSpec
 
CONTENTSPECNODE_ANY_OTHER - Static variable in class org.apache.xerces.impl.dtd.XMLContentSpec
Represents any other namespace (XML Schema: ##other).
CONTENTSPECNODE_ANY_OTHER_LAX - Static variable in class org.apache.xerces.impl.dtd.XMLContentSpec
 
CONTENTSPECNODE_ANY_OTHER_SKIP - Static variable in class org.apache.xerces.impl.dtd.XMLContentSpec
 
CONTENTSPECNODE_ANY_SKIP - Static variable in class org.apache.xerces.impl.dtd.XMLContentSpec
processContent is 'skip'
CONTENTSPECNODE_CHOICE - Static variable in class org.apache.xerces.impl.dtd.XMLContentSpec
Represents choice, '|'.
CONTENTSPECNODE_LEAF - Static variable in class org.apache.xerces.impl.dtd.XMLContentSpec
Name or #PCDATA.
CONTENTSPECNODE_ONE_OR_MORE - Static variable in class org.apache.xerces.impl.dtd.XMLContentSpec
Represents a one or more occurence count, '+'.
CONTENTSPECNODE_SEQ - Static variable in class org.apache.xerces.impl.dtd.XMLContentSpec
Represents sequence, ','.
CONTENTSPECNODE_ZERO_OR_MORE - Static variable in class org.apache.xerces.impl.dtd.XMLContentSpec
Represents a zero or more occurence count, '*'.
CONTENTSPECNODE_ZERO_OR_ONE - Static variable in class org.apache.xerces.impl.dtd.XMLContentSpec
Represents a zero or one occurence count, '?'.
contentType() - Method in interface org.apache.xerces.dom3.as.ElementEditAS
Deprecated. Determines element content type.
CONTENTTYPE_ELEMENT - Static variable in interface org.apache.xerces.xs.XSComplexTypeDefinition
Represents an element-only content type.
CONTENTTYPE_EMPTY - Static variable in interface org.apache.xerces.xs.XSComplexTypeDefinition
Represents an empty content type.
CONTENTTYPE_MIXED - Static variable in interface org.apache.xerces.xs.XSComplexTypeDefinition
Represents a mixed content type.
CONTENTTYPE_SIMPLE - Static variable in interface org.apache.xerces.xs.XSComplexTypeDefinition
Represents a simple content type.
CONTEXT_ATTRIBUTE - Static variable in class org.apache.xerces.impl.xs.XSDDescription
Indicate that the parse of the current schema document is triggered by the occurrence of an attribute whose namespace is the target namespace of this schema document.
CONTEXT_ATTRIBUTE - Static variable in interface org.apache.xerces.xni.grammars.XMLSchemaDescription
Indicate that the parse of the current schema document is triggered by the occurrence of an attribute whose namespace is the target namespace of this schema document.
CONTEXT_ELEMENT - Static variable in class org.apache.xerces.impl.xs.XSDDescription
Indicate that the parse of the current schema document is triggered by the occurrence of an element whose namespace is the target namespace of this schema document.
CONTEXT_ELEMENT - Static variable in interface org.apache.xerces.xni.grammars.XMLSchemaDescription
Indicate that the parse of the current schema document is triggered by the occurrence of an element whose namespace is the target namespace of this schema document.
CONTEXT_IMPORT - Static variable in class org.apache.xerces.impl.xs.XSDDescription
Indicate that the current schema document is ed by another schema document.
CONTEXT_IMPORT - Static variable in interface org.apache.xerces.xni.grammars.XMLSchemaDescription
Indicate that the current schema document is <import>ed by another schema document.
CONTEXT_INCLUDE - Static variable in class org.apache.xerces.impl.xs.XSDDescription
Indicate that the current schema document is d by another schema document.
CONTEXT_INCLUDE - Static variable in interface org.apache.xerces.xni.grammars.XMLSchemaDescription
Indicate that the current schema document is <include>d by another schema document.
CONTEXT_INITIALIZE - Static variable in class org.apache.xerces.impl.xs.XSDDescription
Indicate that this description was just initialized.
CONTEXT_INSTANCE - Static variable in class org.apache.xerces.impl.xs.XSDDescription
Indicate that the parse of the current schema document is triggered by xsi:schemaLocation/noNamespaceSchemaLocation attribute(s) in the instance document.
CONTEXT_INSTANCE - Static variable in interface org.apache.xerces.xni.grammars.XMLSchemaDescription
Indicate that the parse of the current schema document is triggered by xsi:schemaLocation/noNamespaceSchemaLocation attribute(s) in the instance document.
CONTEXT_PREPARSE - Static variable in class org.apache.xerces.impl.xs.XSDDescription
Indicate that the current schema document is being preparsed.
CONTEXT_PREPARSE - Static variable in interface org.apache.xerces.xni.grammars.XMLSchemaDescription
Indicate that the current schema document is being preparsed.
CONTEXT_REDEFINE - Static variable in class org.apache.xerces.impl.xs.XSDDescription
Indicate that the current schema document is d by another schema document.
CONTEXT_REDEFINE - Static variable in interface org.apache.xerces.xni.grammars.XMLSchemaDescription
Indicate that the current schema document is <redefine>d by another schema document.
CONTEXT_XSITYPE - Static variable in class org.apache.xerces.impl.xs.XSDDescription
Indicate that the parse of the current schema document is triggered by the occurrence of an "xsi:type" attribute, whose value (a QName) has the target namespace of this schema document as its namespace.
CONTEXT_XSITYPE - Static variable in interface org.apache.xerces.xni.grammars.XMLSchemaDescription
Indicate that the parse of the current schema document is triggered by the occurrence of an "xsi:type" attribute, whose value (a QName) has the target namespace of this schema document as its namespace.
CONTINUE_AFTER_FATAL_ERROR_FEATURE - Static variable in class org.apache.xerces.impl.Constants
Continue after fatal error feature ("continue-after-fatal-error").
convertToSpecifiedUnits(short) - Method in interface org.w3c.dom.svg.SVGAngle
 
convertToSpecifiedUnits(short) - Method in interface org.w3c.dom.svg.SVGLength
 
copyConfig(IConfigElement) - Method in interface com.esf.net.netconf.service.INetconfModule
Replaces an entire configuration with the supplied configuration.
copyFile(String, File) - Method in class com.esf.device.wifi.service.Hostapd
 
copyFile(String, File) - Method in class com.esf.device.wifi.service.WpaSupplicant
 
copyInto(Node, Node) - Static method in class org.apache.xerces.util.DOMUtil
Copies the source tree into the specified place in a destination tree.
CoreDocumentImpl - Class in org.apache.xerces.dom
The Document interface represents the entire HTML or XML document.
CoreDocumentImpl() - Constructor for class org.apache.xerces.dom.CoreDocumentImpl
NON-DOM: Actually creating a Document is outside the DOM's spec, since it has to operate in terms of a particular implementation.
CoreDocumentImpl(boolean) - Constructor for class org.apache.xerces.dom.CoreDocumentImpl
Constructor.
CoreDocumentImpl(DocumentType) - Constructor for class org.apache.xerces.dom.CoreDocumentImpl
For DOM2 support.
CoreDocumentImpl(DocumentType, boolean) - Constructor for class org.apache.xerces.dom.CoreDocumentImpl
For DOM2 support.
CoreDOMImplementationImpl - Class in org.apache.xerces.dom
The DOMImplementation class is description of a particular implementation of the Document Object Model.
CoreDOMImplementationImpl() - Constructor for class org.apache.xerces.dom.CoreDOMImplementationImpl
 
count - Variable in class org.apache.xerces.impl.XMLEntityManager.ScannedEntity
Count of characters in buffer.
Counter - Interface in org.w3c.dom.css
The Counter interface is used to represent any counter or counters function value.
CREATE_CDATA_NODES_FEATURE - Static variable in class org.apache.xerces.impl.Constants
Create cdata nodes feature ("create-cdata-nodes").
CREATE_ENTITY_REF_NODES_FEATURE - Static variable in class org.apache.xerces.impl.Constants
Create entity reference nodes feature ("dom/create-entity-ref-nodes").
CREATE_SHORT_PACKET_EXCEPTION_POLICY_KEY - Static variable in class com.ibm.jusb.UsbDeviceImp
 
CREATE_SHORT_PACKET_EXCEPTION_POLICY_KEY - Static variable in class com.ibm.jusb.UsbPipeImp
 
createAndCondition(Condition, Condition) - Method in interface org.w3c.css.sac.ConditionFactory
Creates an and condition
createAnyNodeSelector() - Method in interface org.w3c.css.sac.SelectorFactory
Creates an any node selector.
createAS(boolean) - Method in class org.apache.xerces.dom.ASDOMImplementationImpl
Deprecated. DOM Level 3 WD - Experimental.
createAS(boolean) - Method in interface org.apache.xerces.dom3.as.DOMImplementationAS
Deprecated. Creates an ASModel.
createASAttributeDeclaration(String, String) - Method in class org.apache.xerces.dom.ASModelImpl
Deprecated. Creates an attribute declaration.
createASAttributeDeclaration(String, String) - Method in interface org.apache.xerces.dom3.as.ASModel
Deprecated. Creates an attribute declaration.
createASContentModel(int, int, short) - Method in class org.apache.xerces.dom.ASModelImpl
Deprecated. Creates an object which describes part of an ASElementDeclaration's content model.
createASContentModel(int, int, short) - Method in interface org.apache.xerces.dom3.as.ASModel
Deprecated. Creates an object which describes part of an ASElementDeclaration's content model.
createASElementDeclaration(String, String) - Method in class org.apache.xerces.dom.ASModelImpl
Deprecated. Creates an element declaration for the element type specified.
createASElementDeclaration(String, String) - Method in interface org.apache.xerces.dom3.as.ASModel
Deprecated. Creates an element declaration for the element type specified.
createASEntityDeclaration(String) - Method in class org.apache.xerces.dom.ASModelImpl
Deprecated. Creates an ASEntityDeclaration.
createASEntityDeclaration(String) - Method in interface org.apache.xerces.dom3.as.ASModel
Deprecated. Creates an ASEntityDeclaration.
createASNotationDeclaration(String, String, String, String) - Method in class org.apache.xerces.dom.ASModelImpl
Deprecated. Creates a new notation declaration.
createASNotationDeclaration(String, String, String, String) - Method in interface org.apache.xerces.dom3.as.ASModel
Deprecated. Creates a new notation declaration.
createAttribute(String, String, String, String) - Method in class javax.xml.stream.XMLEventFactory
Create a new Attribute
createAttribute(String, String) - Method in class javax.xml.stream.XMLEventFactory
Create a new Attribute
createAttribute(QName, String) - Method in class javax.xml.stream.XMLEventFactory
Create a new Attribute
createAttribute(String) - Method in class org.apache.html.dom.HTMLDocumentImpl
Creates an Attribute having this Document as its OwnerDoc.
createAttribute(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Factory method; creates an Attribute having this Document as its OwnerDoc.
createAttribute(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
 
createAttribute(String) - Method in interface org.w3c.dom.Document
Creates an Attr of the given name.
createAttributeCondition(String, String, boolean, String) - Method in interface org.w3c.css.sac.ConditionFactory
Creates an attribute condition
createAttributeNS(String, String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Introduced in DOM Level 2.
createAttributeNS(String, String, String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
NON-DOM: a factory method used by the Xerces DOM parser to create an element.
createAttributeNS(String, String) - Method in class org.apache.xerces.dom.PSVIDocumentImpl
Create an attribute with PSVI information
createAttributeNS(String, String, String) - Method in class org.apache.xerces.dom.PSVIDocumentImpl
Create an attribute with PSVI information
createAttributeNS(String, String) - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
 
createAttributeNS(String, String) - Method in interface org.w3c.dom.Document
Creates an attribute of the given qualified name and namespace URI.
createBeginHyphenAttributeCondition(String, String, boolean, String) - Method in interface org.w3c.css.sac.ConditionFactory
Creates a "begin hyphen" attribute condition
createCaption() - Method in class org.apache.html.dom.HTMLTableElementImpl
 
createCaption() - Method in interface org.w3c.dom.html.HTMLTableElement
Create a new table caption object or return an existing one.
createCData(String) - Method in class javax.xml.stream.XMLEventFactory
Create a Characters event with the CData flag set to true
createCDATASection(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Factory method; creates a CDATASection having this Document as its OwnerDoc.
createCDATASection(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
 
createCDATASection(String) - Method in interface org.w3c.dom.Document
Creates a CDATASection node whose value is the specified string.
createCDataSectionSelector(String) - Method in interface org.w3c.css.sac.SelectorFactory
Creates a cdata section node selector.
createCharacters(String) - Method in class javax.xml.stream.XMLEventFactory
Create a Characters event, this method does not check if the content is all whitespace.
createChildSelector(Selector, SimpleSelector) - Method in interface org.w3c.css.sac.SelectorFactory
Creates a child selector.
createClassCondition(String, String) - Method in interface org.w3c.css.sac.ConditionFactory
Creates a class condition
createCloudIEsfMqttClient(String) - Method in interface com.esf.net.mqtt.client.service.IEsfMqttService
Returns a IEsfMqttCloudClient implementation.
createComment(String) - Method in class javax.xml.stream.XMLEventFactory
Create a comment
createComment(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Factory method; creates a Comment having this Document as its OwnerDoc.
createComment(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
 
createComment(String) - Method in interface org.w3c.dom.Document
Creates a Comment node given the specified string.
createCommentSelector(String) - Method in interface org.w3c.css.sac.SelectorFactory
Creates a comment node selector.
createConditionalSelector(SimpleSelector, Condition) - Method in interface org.w3c.css.sac.SelectorFactory
Creates a conditional selector.
createContentCondition(String) - Method in interface org.w3c.css.sac.ConditionFactory
Creates a content condition
createCSSStyleSheet(String, String) - Method in interface org.w3c.dom.css.DOMImplementationCSS
Creates a new CSSStyleSheet.
createDeferredAttribute(String, String, boolean) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Creates an attribute in the table.
createDeferredAttribute(String, String, String, boolean) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Creates an attribute with a URI in the table.
createDeferredCDATASection(String) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Creates a CDATA section node in the table.
createDeferredComment(String) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Creates a comment node in the table.
createDeferredDocument() - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Creates a document node in the table.
createDeferredDocumentType(String, String, String) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Creates a doctype.
createDeferredElement(String, String, Object) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Deprecated.  
createDeferredElement(String) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Deprecated.  
createDeferredElement(String, String) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Creates an element node with a URI in the table.
createDeferredElementDefinition(String) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Creates an element definition in the table.
createDeferredEntity(String, String, String, String, String) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Creates an entity in the table.
createDeferredEntityReference(String, String) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Creates an entity reference node in the table.
createDeferredNotation(String, String, String, String) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Creates a notation in the table.
createDeferredProcessingInstruction(String, String) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Creates a processing instruction node in the table.
createDeferredTextNode(String, boolean) - Method in class org.apache.xerces.dom.DeferredDocumentImpl
Creates a text node in the table.
createDescendantSelector(Selector, SimpleSelector) - Method in interface org.w3c.css.sac.SelectorFactory
Creates a descendant selector.
createDirectAdjacentSelector(short, Selector, SimpleSelector) - Method in interface org.w3c.css.sac.SelectorFactory
Creates a sibling selector.
createDocument(String, String, DocumentType) - Method in class org.apache.wml.dom.WMLDOMImplementationImpl
 
createDocument(String, String, DocumentType) - Method in class org.apache.xerces.dom.CoreDOMImplementationImpl
Introduced in DOM Level 2.
createDocument(String, String, DocumentType) - Method in class org.apache.xerces.dom.DOMImplementationImpl
Introduced in DOM Level 2.
createDocument(String, String, DocumentType) - Method in class org.apache.xerces.dom.PSVIDOMImplementationImpl
Introduced in DOM Level 2.
createDocument(String, String, DocumentType) - Method in interface org.w3c.dom.DOMImplementation
Creates a DOM Document object of the specified type with its document element.
createDocumentFragment() - Method in class org.apache.xerces.dom.CoreDocumentImpl
Factory method; creates a DocumentFragment having this Document as its OwnerDoc.
createDocumentFragment() - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
 
createDocumentFragment() - Method in interface org.w3c.dom.Document
Creates an empty DocumentFragment object.
createDocumentType(String, String, String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
NON-DOM Factory method; creates a DocumentType having this Document as its OwnerDoc.
createDocumentType(String, String, String) - Method in class org.apache.xerces.dom.CoreDOMImplementationImpl
Introduced in DOM Level 2.
createDocumentType(String, String, String) - Method in interface org.w3c.dom.DOMImplementation
Creates an empty DocumentType node.
createDOMASBuilder() - Method in class org.apache.xerces.dom.ASDOMImplementationImpl
Deprecated. DOM Level 3 WD - Experimental.
createDOMASBuilder() - Method in interface org.apache.xerces.dom3.as.DOMImplementationAS
Deprecated. Creates an DOMASBuilder.Do we need the method since we already have DOMImplementationLS.createDOMParser?
createDOMASWriter() - Method in class org.apache.xerces.dom.ASDOMImplementationImpl
Deprecated. DOM Level 3 WD - Experimental.
createDOMASWriter() - Method in interface org.apache.xerces.dom3.as.DOMImplementationAS
Deprecated. Creates an DOMASWriter.
createDOMException(short, Throwable) - Static method in class org.apache.xerces.util.DOMUtil
Creates a DOMException.
createDOMParser() - Method in class org.apache.xerces.parsers.CachingParserPool
Creates a new DOM parser.
createDTD(String) - Method in class javax.xml.stream.XMLEventFactory
Create a document type definition event This string contains the entire document type declaration that matches the doctypedecl in the XML 1.0 specification
createElement(String) - Method in class org.apache.html.dom.HTMLDocumentImpl
 
createElement(String) - Method in class org.apache.wml.dom.WMLDocumentImpl
 
createElement(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Factory method; creates an Element having this Document as its OwnerDoc.
createElement(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
 
createElement(String) - Method in interface org.w3c.dom.Document
Creates an element of the type specified.
createElementDefinition(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
NON-DOM Factory method: creates an element definition.
createElementNS(String, String, String) - Method in class org.apache.html.dom.HTMLDocumentImpl
Xerces-specific constructor.
createElementNS(String, String) - Method in class org.apache.html.dom.HTMLDocumentImpl
 
createElementNS(String, String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Introduced in DOM Level 2.
createElementNS(String, String, String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
NON-DOM: a factory method used by the Xerces DOM parser to create an element.
createElementNS(String, String) - Method in class org.apache.xerces.dom.PSVIDocumentImpl
Create an element with PSVI information
createElementNS(String, String, String) - Method in class org.apache.xerces.dom.PSVIDocumentImpl
Create an element with PSVI information
createElementNS(String, String) - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
 
createElementNS(String, String) - Method in interface org.w3c.dom.Document
Creates an element of the given qualified name and namespace URI.
createElementSelector(String, String) - Method in interface org.w3c.css.sac.SelectorFactory
Creates an element selector.
createEndDocument() - Method in class javax.xml.stream.XMLEventFactory
Creates a new instance of an EndDocument event
createEndElement(QName, Iterator) - Method in class javax.xml.stream.XMLEventFactory
Create a new EndElement
createEndElement(String, String, String) - Method in class javax.xml.stream.XMLEventFactory
Create a new EndElement
createEndElement(String, String, String, Iterator) - Method in class javax.xml.stream.XMLEventFactory
Create a new EndElement
createEntity(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
NON-DOM Factory method; creates an Entity having this Document as its OwnerDoc.
createEntityReference(String, EntityDeclaration) - Method in class javax.xml.stream.XMLEventFactory
Creates a new instance of a EntityReference event
createEntityReference(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Factory method; creates an EntityReference having this Document as its OwnerDoc.
createEntityReference(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
 
createEntityReference(String) - Method in interface org.w3c.dom.Document
Creates an EntityReference object.
createEvent(String) - Method in class org.apache.xerces.dom.DocumentImpl
Introduced in DOM Level 2.
createEvent(String) - Method in interface org.w3c.dom.events.DocumentEvent
 
createExpression(String, XPathNSResolver) - Method in interface org.w3c.dom.xpath.XPathEvaluator
Creates a parsed XPath expression with resolved namespaces.
createFilteredReader(XMLStreamReader, StreamFilter) - Method in class javax.xml.stream.XMLInputFactory
Create a filtered reader that wraps the filter around the reader
createFilteredReader(XMLEventReader, EventFilter) - Method in class javax.xml.stream.XMLInputFactory
Create a filtered event reader that wraps the filter around the event reader
createGenericIEsfMqttClient(String, int) - Method in interface com.esf.net.mqtt.client.service.IEsfMqttService
Returns a generic IEsfMqttClient implementation using the specified broker address and port number.
createHTMLDocument(String) - Method in class org.apache.html.dom.HTMLDOMImplementationImpl
Create a new HTML document of the specified TITLE text.
createHTMLDocument(String) - Method in interface org.w3c.dom.html.HTMLDOMImplementation
Creates an HTMLDocument object with the minimal tree made of the following elements: HTML , HEAD , TITLE , and BODY .
createIdCondition(String) - Method in interface org.w3c.css.sac.ConditionFactory
Creates an id condition
createIgnorableSpace(String) - Method in class javax.xml.stream.XMLEventFactory
Create an ignorable space
createLangCondition(String) - Method in interface org.w3c.css.sac.ConditionFactory
Creates a lang condition
createLSException(short, Throwable) - Static method in class org.apache.xerces.util.DOMUtil
Creates an LSException.
createLSInput() - Method in class org.apache.xerces.dom.CoreDOMImplementationImpl
DOM Level 3 LS CR - Experimental.
createLSInput() - Method in interface org.w3c.dom.ls.DOMImplementationLS
Create a new empty input source object where LSInput.characterStream, LSInput.byteStream , LSInput.stringData LSInput.systemId, LSInput.publicId, LSInput.baseURI, and LSInput.encoding are null, and LSInput.certifiedText is false.
createLSOutput() - Method in class org.apache.xerces.dom.CoreDOMImplementationImpl
DOM Level 3 LS CR - Experimental.
createLSOutput() - Method in interface org.w3c.dom.ls.DOMImplementationLS
Create a new empty output destination object where LSOutput.characterStream, LSOutput.byteStream, LSOutput.systemId, LSOutput.encoding are null.
createLSParser(short, String) - Method in class org.apache.xerces.dom.CoreDOMImplementationImpl
DOM Level 3 LS CR - Experimental.
createLSParser(short, String) - Method in interface org.w3c.dom.ls.DOMImplementationLS
Create a new LSParser.
createLSSerializer() - Method in class org.apache.xerces.dom.CoreDOMImplementationImpl
DOM Level 3 LS CR - Experimental.
createLSSerializer() - Method in interface org.w3c.dom.ls.DOMImplementationLS
Create a new LSSerializer object.
createMatcher(ValueStore) - Method in class org.apache.xerces.impl.xs.identity.Field
Creates a field matcher.
createMatcher(FieldActivator, int) - Method in class org.apache.xerces.impl.xs.identity.Selector
Creates a selector matcher.
createNamespace(String) - Method in class javax.xml.stream.XMLEventFactory
Create a new default Namespace
createNamespace(String, String) - Method in class javax.xml.stream.XMLEventFactory
Create a new Namespace
createNegativeCondition(Condition) - Method in interface org.w3c.css.sac.ConditionFactory
Creates a negative condition
createNegativeSelector(SimpleSelector) - Method in interface org.w3c.css.sac.SelectorFactory
Creates an negative selector.
createNodeIterator(Node, short, NodeFilter) - Method in class org.apache.xerces.dom.DocumentImpl
NON-DOM extension: Create and return a NodeIterator.
createNodeIterator(Node, int, NodeFilter, boolean) - Method in class org.apache.xerces.dom.DocumentImpl
Create and return a NodeIterator.
createNodeIterator(Node, int, NodeFilter, boolean) - Method in interface org.w3c.dom.traversal.DocumentTraversal
Create a new NodeIterator over the subtree rooted at the specified node.
createNotation(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
NON-DOM Factory method; creates a Notation having this Document as its OwnerDoc.
createNSResolver(Node) - Method in interface org.w3c.dom.xpath.XPathEvaluator
Adapts any DOM node to resolve namespaces so that an XPath expression can be easily evaluated relative to the context of the node where it appeared within the document.
createOneOfAttributeCondition(String, String, boolean, String) - Method in interface org.w3c.css.sac.ConditionFactory
Creates a "one of" attribute condition
createOnlyChildCondition() - Method in interface org.w3c.css.sac.ConditionFactory
Creates a "only one" child condition
createOnlyTypeCondition() - Method in interface org.w3c.css.sac.ConditionFactory
Creates a "only one" type condition
createOrCondition(Condition, Condition) - Method in interface org.w3c.css.sac.ConditionFactory
Creates an or condition
createOutputStream(String) - Static method in class org.apache.xerces.impl.XMLEntityManager
 
createPositionalCondition(int, boolean, boolean) - Method in interface org.w3c.css.sac.ConditionFactory
Creates a positional condition
createProcessingInstruction(String, String) - Method in class javax.xml.stream.XMLEventFactory
Create a processing instruction
createProcessingInstruction(String, String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Factory method; creates a ProcessingInstruction having this Document as its OwnerDoc.
createProcessingInstruction(String, String) - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
 
createProcessingInstruction(String, String) - Method in interface org.w3c.dom.Document
Creates a ProcessingInstruction node given the specified name and data strings.
createProcessingInstructionSelector(String, String) - Method in interface org.w3c.css.sac.SelectorFactory
Creates a processing instruction node selector.
createPseudoClassCondition(String, String) - Method in interface org.w3c.css.sac.ConditionFactory
Creates a pseudo class condition
createPseudoElementSelector(String, String) - Method in interface org.w3c.css.sac.SelectorFactory
Creates a pseudo element selector.
createRange() - Method in class org.apache.xerces.dom.DocumentImpl
 
createRange() - Method in interface org.w3c.dom.ranges.DocumentRange
This interface can be obtained from the object implementing the Document interface using binding-specific casting methods.
createRegex(String, String) - Static method in class org.apache.xerces.impl.xpath.regex.REUtil
Creates a RegularExpression instance.
createRootNodeSelector() - Method in interface org.w3c.css.sac.SelectorFactory
Creates an root node selector.
createSAXParser() - Method in class org.apache.xerces.parsers.CachingParserPool
Creates a new SAX parser.
createSpace(String) - Method in class javax.xml.stream.XMLEventFactory
Create a Characters event with the isSpace flag set to true
createStartDocument() - Method in class javax.xml.stream.XMLEventFactory
Creates a new instance of a StartDocument event
createStartDocument(String, String, boolean) - Method in class javax.xml.stream.XMLEventFactory
Creates a new instance of a StartDocument event
createStartDocument(String, String) - Method in class javax.xml.stream.XMLEventFactory
Creates a new instance of a StartDocument event
createStartDocument(String) - Method in class javax.xml.stream.XMLEventFactory
Creates a new instance of a StartDocument event
createStartElement(QName, Iterator, Iterator) - Method in class javax.xml.stream.XMLEventFactory
Create a new StartElement.
createStartElement(String, String, String) - Method in class javax.xml.stream.XMLEventFactory
Create a new StartElement.
createStartElement(String, String, String, Iterator, Iterator) - Method in class javax.xml.stream.XMLEventFactory
Create a new StartElement.
createStartElement(String, String, String, Iterator, Iterator, NamespaceContext) - Method in class javax.xml.stream.XMLEventFactory
Create a new StartElement.
createSVGAngle() - Method in interface org.w3c.dom.svg.SVGSVGElement
 
createSVGLength() - Method in interface org.w3c.dom.svg.SVGSVGElement
 
createSVGMatrix() - Method in interface org.w3c.dom.svg.SVGSVGElement
 
createSVGNumber() - Method in interface org.w3c.dom.svg.SVGSVGElement
 
createSVGPathSegArcAbs(float, float, float, float, float, boolean, boolean) - Method in interface org.w3c.dom.svg.SVGPathElement
 
createSVGPathSegArcRel(float, float, float, float, float, boolean, boolean) - Method in interface org.w3c.dom.svg.SVGPathElement
 
createSVGPathSegClosePath() - Method in interface org.w3c.dom.svg.SVGPathElement
 
createSVGPathSegCurvetoCubicAbs(float, float, float, float, float, float) - Method in interface org.w3c.dom.svg.SVGPathElement
 
createSVGPathSegCurvetoCubicRel(float, float, float, float, float, float) - Method in interface org.w3c.dom.svg.SVGPathElement
 
createSVGPathSegCurvetoCubicSmoothAbs(float, float, float, float) - Method in interface org.w3c.dom.svg.SVGPathElement
 
createSVGPathSegCurvetoCubicSmoothRel(float, float, float, float) - Method in interface org.w3c.dom.svg.SVGPathElement
 
createSVGPathSegCurvetoQuadraticAbs(float, float, float, float) - Method in interface org.w3c.dom.svg.SVGPathElement
 
createSVGPathSegCurvetoQuadraticRel(float, float, float, float) - Method in interface org.w3c.dom.svg.SVGPathElement
 
createSVGPathSegCurvetoQuadraticSmoothAbs(float, float) - Method in interface org.w3c.dom.svg.SVGPathElement
 
createSVGPathSegCurvetoQuadraticSmoothRel(float, float) - Method in interface org.w3c.dom.svg.SVGPathElement
 
createSVGPathSegLinetoAbs(float, float) - Method in interface org.w3c.dom.svg.SVGPathElement
 
createSVGPathSegLinetoHorizontalAbs(float) - Method in interface org.w3c.dom.svg.SVGPathElement
 
createSVGPathSegLinetoHorizontalRel(float) - Method in interface org.w3c.dom.svg.SVGPathElement
 
createSVGPathSegLinetoRel(float, float) - Method in interface org.w3c.dom.svg.SVGPathElement
 
createSVGPathSegLinetoVerticalAbs(float) - Method in interface org.w3c.dom.svg.SVGPathElement
 
createSVGPathSegLinetoVerticalRel(float) - Method in interface org.w3c.dom.svg.SVGPathElement
 
createSVGPathSegMovetoAbs(float, float) - Method in interface org.w3c.dom.svg.SVGPathElement
 
createSVGPathSegMovetoRel(float, float) - Method in interface org.w3c.dom.svg.SVGPathElement
 
createSVGPoint() - Method in interface org.w3c.dom.svg.SVGSVGElement
 
createSVGRect() - Method in interface org.w3c.dom.svg.SVGSVGElement
 
createSVGTransform() - Method in interface org.w3c.dom.svg.SVGSVGElement
 
createSVGTransformFromMatrix(SVGMatrix) - Method in interface org.w3c.dom.svg.SVGSVGElement
 
createSVGTransformFromMatrix(SVGMatrix) - Method in interface org.w3c.dom.svg.SVGTransformList
 
createTermClient(String, int, int, String, String, String, int, int, boolean, int, int, int, int, boolean, boolean, String) - Method in interface com.esf.net.termclient.service.ITermClientService
This method is used to create a new instance of TermClient.
createTermClientConnection(int, String, String, String, String, String, int, String, String, String, String, String, String, String, String) - Method in interface com.esf.net.termclient.service.ITermClientService
This method configures the information necessary to connect to a remote server.
createTermServ(int, int, String, boolean, String, int, int, int, int, int, String) - Method in interface com.esf.net.termserv.service.ITermServService
Configure operating parameters for Terminal Server minus the end device(s) parameters which use another method
createTermServParallelPort(int, String, int) - Method in interface com.esf.net.termserv.service.ITermServService
This method adds a parallel port to the Terminal Server.
createTermServSerialPort(int, String, int, int, String, String, String, int, int, boolean) - Method in interface com.esf.net.termserv.service.ITermServService
This method adds a serial port to the Terminal Server.
createTextNode(String) - Method in class org.apache.xerces.dom.CoreDocumentImpl
Factory method; creates a Text node having this Document as its OwnerDoc.
createTextNode(String) - Method in class org.apache.xerces.impl.xs.opti.DefaultDocument
 
createTextNode(String) - Method in interface org.w3c.dom.Document
Creates a Text node given the specified string.
createTextNodeSelector(String) - Method in interface org.w3c.css.sac.SelectorFactory
Creates a text node selector.
createTFoot() - Method in class org.apache.html.dom.HTMLTableElementImpl
 
createTFoot() - Method in interface org.w3c.dom.html.HTMLTableElement
Create a table footer row or return an existing one.
createTHead() - Method in class org.apache.html.dom.HTMLTableElementImpl
 
createTHead() - Method in interface org.w3c.dom.html.HTMLTableElement
Create a table header row or return an existing one.
createTreeWalker(Node, short, NodeFilter) - Method in class org.apache.xerces.dom.DocumentImpl
NON-DOM extension: Create and return a TreeWalker.
createTreeWalker(Node, int, NodeFilter, boolean) - Method in class org.apache.xerces.dom.DocumentImpl
Create and return a TreeWalker.
createTreeWalker(Node, int, NodeFilter, boolean) - Method in interface org.w3c.dom.traversal.DocumentTraversal
Create a new TreeWalker over the subtree rooted at the specified node.
createTypeList(String, String, short, XSSimpleType, XSObjectList) - Method in class org.apache.xerces.impl.dv.SchemaDVFactory
Create a new simple type which is derived by list from another simple type.
createTypeList(String, String, short, XSSimpleType, XSObjectList) - Method in class org.apache.xerces.impl.dv.xs.BaseDVFactory
Create a new simple type which is derived by list from another simple type.
createTypeList(String, String, short, XSSimpleType, XSObjectList) - Method in class org.apache.xerces.impl.dv.xs.SchemaDVFactoryImpl
Create a new simple type which is derived by list from another simple type.
createTypeRestriction(String, String, short, XSSimpleType, XSObjectList) - Method in class org.apache.xerces.impl.dv.SchemaDVFactory
Create a new simple type which is derived by restriction from another simple type.
createTypeRestriction(String, String, short, XSSimpleType, XSObjectList) - Method in class org.apache.xerces.impl.dv.xs.BaseDVFactory
Create a new simple type which is derived by restriction from another simple type.
createTypeRestriction(String, String, short, XSSimpleType, XSObjectList) - Method in class org.apache.xerces.impl.dv.xs.SchemaDVFactoryImpl
Create a new simple type which is derived by restriction from another simple type.
createTypeUnion(String, String, short, XSSimpleType[], XSObjectList) - Method in class org.apache.xerces.impl.dv.SchemaDVFactory
Create a new simple type which is derived by union from a list of other simple types.
createTypeUnion(String, String, short, XSSimpleType[], XSObjectList) - Method in class org.apache.xerces.impl.dv.xs.BaseDVFactory
Create a new simple type which is derived by union from a list of other simple types.
createTypeUnion(String, String, short, XSSimpleType[], XSObjectList) - Method in class org.apache.xerces.impl.dv.xs.SchemaDVFactoryImpl
Create a new simple type which is derived by union from a list of other simple types.
createUdpServer(String, int, String, int, String, int, int) - Method in interface com.esf.net.udpserver.service.IUdpServerService
Configure operating parameters for UDP Server minus the end device(s) parameters which use another method
createUdpServerParallelPort(int, String, int) - Method in interface com.esf.net.udpserver.service.IUdpServerService
This method adds a parallel port to the UdpServer.
createUdpServerSerialPort(int, String, int, int, String, String, String, int, int, boolean) - Method in interface com.esf.net.udpserver.service.IUdpServerService
This method adds a serial port to the UdpServer.
createUsbControlIrp(byte, byte, short, short) - Method in class com.ibm.jusb.UsbDeviceImp
Create a UsbControlIrp.
createUsbControlIrp(byte, byte, short, short) - Method in class com.ibm.jusb.UsbPipeImp
Create a UsbControlIrp.
createUsbControlIrp(byte, byte, short, short) - Method in interface javax.usb.UsbDevice
Create a UsbControlIrp.
createUsbControlIrp(byte, byte, short, short) - Method in interface javax.usb.UsbPipe
Create a UsbControlIrp.
createUsbControlIrp(byte, byte, short, short) - Method in class javax.usb.util.UsbUtil.SynchronizedUsbDevice
 
createUsbControlIrp(byte, byte, short, short) - Method in class javax.usb.util.UsbUtil.SynchronizedUsbPipe
 
createUsbIrp() - Method in class com.ibm.jusb.UsbPipeImp
Create a UsbIrp.
createUsbIrp() - Method in interface javax.usb.UsbPipe
Create a UsbIrp.
createUsbIrp() - Method in class javax.usb.util.UsbUtil.SynchronizedUsbPipe
 
createXMLEventReader(Reader) - Method in class javax.xml.stream.XMLInputFactory
Create a new XMLEventReader from a reader
createXMLEventReader(String, Reader) - Method in class javax.xml.stream.XMLInputFactory
Create a new XMLEventReader from a reader
createXMLEventReader(XMLStreamReader) - Method in class javax.xml.stream.XMLInputFactory
Create a new XMLEventReader from an XMLStreamReader.
createXMLEventReader(Source) - Method in class javax.xml.stream.XMLInputFactory
Create a new XMLEventReader from a JAXP source.
createXMLEventReader(InputStream) - Method in class javax.xml.stream.XMLInputFactory
Create a new XMLEventReader from a java.io.InputStream
createXMLEventReader(InputStream, String) - Method in class javax.xml.stream.XMLInputFactory
Create a new XMLEventReader from a java.io.InputStream
createXMLEventReader(String, InputStream) - Method in class javax.xml.stream.XMLInputFactory
Create a new XMLEventReader from a java.io.InputStream
createXMLEventWriter(Result) - Method in class javax.xml.stream.XMLOutputFactory
Create a new XMLEventWriter that writes to a JAXP result.
createXMLEventWriter(OutputStream) - Method in class javax.xml.stream.XMLOutputFactory
Create a new XMLEventWriter that writes to a stream
createXMLEventWriter(OutputStream, String) - Method in class javax.xml.stream.XMLOutputFactory
Create a new XMLEventWriter that writes to a stream
createXMLEventWriter(Writer) - Method in class javax.xml.stream.XMLOutputFactory
Create a new XMLEventWriter that writes to a writer
createXMLReader() - Static method in class org.xml.sax.helpers.XMLReaderFactory
Attempt to create an XMLReader from system defaults.
createXMLReader(String) - Static method in class org.xml.sax.helpers.XMLReaderFactory
Attempt to create an XML reader from a class name.
createXMLStreamReader(Reader) - Method in class javax.xml.stream.XMLInputFactory
Create a new XMLStreamReader from a reader
createXMLStreamReader(Source) - Method in class javax.xml.stream.XMLInputFactory
Create a new XMLStreamReader from a JAXP source.
createXMLStreamReader(InputStream) - Method in class javax.xml.stream.XMLInputFactory
Create a new XMLStreamReader from a java.io.InputStream
createXMLStreamReader(InputStream, String) - Method in class javax.xml.stream.XMLInputFactory
Create a new XMLStreamReader from a java.io.InputStream
createXMLStreamReader(String, InputStream) - Method in class javax.xml.stream.XMLInputFactory
Create a new XMLStreamReader from a java.io.InputStream
createXMLStreamReader(String, Reader) - Method in class javax.xml.stream.XMLInputFactory
Create a new XMLStreamReader from a java.io.InputStream
createXMLStreamWriter(Writer) - Method in class javax.xml.stream.XMLOutputFactory
Create a new XMLStreamWriter that writes to a writer
createXMLStreamWriter(OutputStream) - Method in class javax.xml.stream.XMLOutputFactory
Create a new XMLStreamWriter that writes to a stream
createXMLStreamWriter(OutputStream, String) - Method in class javax.xml.stream.XMLOutputFactory
Create a new XMLStreamWriter that writes to a stream
createXMLStreamWriter(Result) - Method in class javax.xml.stream.XMLOutputFactory
Create a new XMLStreamWriter that writes to a JAXP result.
createXSLoader(StringList) - Method in class org.apache.xerces.impl.xs.XSImplementationImpl
 
createXSLoader(StringList) - Method in interface org.apache.xerces.xs.XSImplementation
Creates a new XSLoader.
CS0 - Static variable in class com.esf.sbc.catalyst.system.management.service.CatalystPowerState
power state 0 - highest performance mode
CS1 - Static variable in class com.esf.sbc.catalyst.system.management.service.CatalystPowerState
power state 1 - tuned performance mode
CS2 - Static variable in class com.esf.sbc.catalyst.system.management.service.CatalystPowerState
power state 2 - reserved
CS3 - Static variable in class com.esf.sbc.catalyst.system.management.service.CatalystPowerState
power state 3 - reserved
CS4 - Static variable in class com.esf.sbc.catalyst.system.management.service.CatalystPowerState
power state 4 - reserved
CS5 - Static variable in class com.esf.sbc.catalyst.system.management.service.CatalystPowerState
power state 5 - highest power saving mode
CSS2Properties - Interface in org.w3c.dom.css
The CSS2Properties interface represents a convenience mechanism for retrieving and setting properties within a CSSStyleDeclaration.
CSS_ATTR - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
The value is a attribute function.
CSS_CM - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
The value is a length (cm).
CSS_COUNTER - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
The value is a counter or counters function.
CSS_CUSTOM - Static variable in interface org.w3c.dom.css.CSSValue
The value is a custom value.
CSS_DEG - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
The value is an angle (deg).
CSS_DIMENSION - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
The value is a number with an unknown dimension.
CSS_EMS - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
The value is a length (ems).
CSS_EXS - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
The value is a length (exs).
CSS_GRAD - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
The value is an angle (grad).
CSS_HZ - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
The value is a frequency (Hz).
CSS_IDENT - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
The value is an identifier.
CSS_IN - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
The value is a length (in).
CSS_INHERIT - Static variable in interface org.w3c.dom.css.CSSValue
The value is inherited and the cssText contains "inherit".
CSS_KHZ - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
The value is a frequency (kHz).
CSS_MM - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
The value is a length (mm).
CSS_MS - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
The value is a time (ms).
CSS_NUMBER - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
The value is a simple number.
CSS_PC - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
The value is a length (pc).
CSS_PERCENTAGE - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
The value is a percentage.
CSS_PRIMITIVE_VALUE - Static variable in interface org.w3c.dom.css.CSSValue
The value is a primitive value and an instance of the CSSPrimitiveValue interface can be obtained by using binding-specific casting methods on this instance of the CSSValue interface.
CSS_PT - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
The value is a length (pt).
CSS_PX - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
The value is a length (px).
CSS_RAD - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
The value is an angle (rad).
CSS_RECT - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
The value is a rect function.
CSS_RGBCOLOR - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
The value is a RGB color.
CSS_S - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
The value is a time (s).
CSS_STRING - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
The value is a STRING.
CSS_UNKNOWN - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
The value is not a recognized CSS2 value.
CSS_URI - Static variable in interface org.w3c.dom.css.CSSPrimitiveValue
The value is a URI.
CSS_VALUE_LIST - Static variable in interface org.w3c.dom.css.CSSValue
The value is a CSSValue list and an instance of the CSSValueList interface can be obtained by using binding-specific casting methods on this instance of the CSSValue interface.
CSSCharsetRule - Interface in org.w3c.dom.css
The CSSCharsetRule interface represents a @charset rule in a CSS style sheet.
CSSException - Exception in org.w3c.css.sac
 
CSSException() - Constructor for exception org.w3c.css.sac.CSSException
Creates a new CSSException
CSSException(String) - Constructor for exception org.w3c.css.sac.CSSException
Creates a new CSSException
CSSException(Exception) - Constructor for exception org.w3c.css.sac.CSSException
Creates a new CSSException with an embeded exception.
CSSException(short) - Constructor for exception org.w3c.css.sac.CSSException
Creates a new CSSException with a specific code.
CSSException(short, String, Exception) - Constructor for exception org.w3c.css.sac.CSSException
Creates a new CSSException with an embeded exception and a specified message.
CSSFontFaceRule - Interface in org.w3c.dom.css
The CSSFontFaceRule interface represents a @font-face rule in a CSS style sheet.
CSSImportRule - Interface in org.w3c.dom.css
The CSSImportRule interface represents a @import rule within a CSS style sheet.
CSSMediaRule - Interface in org.w3c.dom.css
The CSSMediaRule interface represents a @media rule in a CSS style sheet.
CSSPageRule - Interface in org.w3c.dom.css
The CSSPageRule interface represents a @page rule within a CSS style sheet.
CSSParseException - Exception in org.w3c.css.sac
Encapsulate a CSS parse error or warning.
CSSParseException(String, Locator) - Constructor for exception org.w3c.css.sac.CSSParseException
Create a new CSSParseException from a message and a Locator.
CSSParseException(String, Locator, Exception) - Constructor for exception org.w3c.css.sac.CSSParseException
Wrap an existing exception in a CSSParseException.
CSSParseException(String, String, int, int) - Constructor for exception org.w3c.css.sac.CSSParseException
Create a new CSSParseException.
CSSParseException(String, String, int, int, Exception) - Constructor for exception org.w3c.css.sac.CSSParseException
Create a new CSSParseException with an embedded exception.
CSSPrimitiveValue - Interface in org.w3c.dom.css
The CSSPrimitiveValue interface represents a single CSS value .
CSSRule - Interface in org.w3c.dom.css
The CSSRule interface is the abstract base interface for any type of CSS statement.
CSSRuleList - Interface in org.w3c.dom.css
The CSSRuleList interface provides the abstraction of an ordered collection of CSS rules.
CSSStyleDeclaration - Interface in org.w3c.dom.css
The CSSStyleDeclaration interface represents a single CSS declaration block.
CSSStyleRule - Interface in org.w3c.dom.css
The CSSStyleRule interface represents a single rule set in a CSS style sheet.
CSSStyleSheet - Interface in org.w3c.dom.css
The CSSStyleSheet interface is a concrete interface used to represent a CSS style sheet i.e., a style sheet whose content type is "text/css".
CSSUnknownRule - Interface in org.w3c.dom.css
The CSSUnknownRule interface represents an at-rule not supported by this user agent.
CSSValue - Interface in org.w3c.dom.css
The CSSValue interface represents a simple or a complex value.
CSSValueList - Interface in org.w3c.dom.css
The CSSValueList interface provides the abstraction of an ordered collection of CSS values.
CURRENT_BASE_URI - Static variable in class org.apache.xerces.xinclude.XIncludeHandler
The identifier for the Augmentation that contains the current base URI
CURRENT_ELEMENT_NODE_PROPERTY - Static variable in class org.apache.xerces.impl.Constants
Current element node property ("dom/current-element-node").
currentTarget - Variable in class org.apache.xerces.dom.events.EventImpl
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z