BEA Systems, Inc.

WebLogic Server 6.1 API Reference
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 _

E

E_CharDataFlag - Static variable in class weblogic.apache.xerces.utils.XMLCharacterProperties
 
E_InitialNameCharFlag - Static variable in class weblogic.apache.xerces.utils.XMLCharacterProperties
 
E_NameCharFlag - Static variable in class weblogic.apache.xerces.utils.XMLCharacterProperties
 
EJBCacheRuntimeMBean - interface weblogic.management.runtime.EJBCacheRuntimeMBean.
 
EJBComponentMBean - interface weblogic.management.configuration.EJBComponentMBean.
NOTE cbeust@bea.com 23-Apr-01 Extending EJBContainerMBean is not very pretty since EJBComponent *isn't a* EJBContainer.
EJBContainerMBean - interface weblogic.management.configuration.EJBContainerMBean.
This MBean is used to specify EJB container-wide settings.
EJBLockingRuntimeMBean - interface weblogic.management.runtime.EJBLockingRuntimeMBean.
 
EJBPoolRuntimeMBean - interface weblogic.management.runtime.EJBPoolRuntimeMBean.
 
EJBRuntimeMBean - interface weblogic.management.runtime.EJBRuntimeMBean.
 
EJBTransactionRuntimeMBean - interface weblogic.management.runtime.EJBTransactionRuntimeMBean.
 
ElemApplyImport - class weblogic.apache.xalan.templates.ElemApplyImport.
Implement xsl:apply-imports.
ElemApplyImport() - Constructor for class weblogic.apache.xalan.templates.ElemApplyImport
 
ElemApplyTemplates - class weblogic.apache.xalan.templates.ElemApplyTemplates.
Implement xsl:apply-templates.
ElemApplyTemplates() - Constructor for class weblogic.apache.xalan.templates.ElemApplyTemplates
 
ElemAttribute - class weblogic.apache.xalan.templates.ElemAttribute.
Implement xsl:attribute.
ElemAttribute() - Constructor for class weblogic.apache.xalan.templates.ElemAttribute
 
ElemAttributeSet - class weblogic.apache.xalan.templates.ElemAttributeSet.
Implement xsl:attribute-set.
ElemAttributeSet() - Constructor for class weblogic.apache.xalan.templates.ElemAttributeSet
 
ElemCallTemplate - class weblogic.apache.xalan.templates.ElemCallTemplate.
Implement xsl:call-template.
ElemCallTemplate() - Constructor for class weblogic.apache.xalan.templates.ElemCallTemplate
 
ElemChoose - class weblogic.apache.xalan.templates.ElemChoose.
Implement xsl:choose.
ElemChoose() - Constructor for class weblogic.apache.xalan.templates.ElemChoose
Constructor ElemChoose
ElemComment - class weblogic.apache.xalan.templates.ElemComment.
Implement xsl:comment.
ElemComment() - Constructor for class weblogic.apache.xalan.templates.ElemComment
 
ElemCopy - class weblogic.apache.xalan.templates.ElemCopy.
Implement xsl:copy.
ElemCopy() - Constructor for class weblogic.apache.xalan.templates.ElemCopy
 
ElemCopyOf - class weblogic.apache.xalan.templates.ElemCopyOf.
Implement xsl:copy-of.
ElemCopyOf() - Constructor for class weblogic.apache.xalan.templates.ElemCopyOf
 
ElemElement - class weblogic.apache.xalan.templates.ElemElement.
Implement xsl:element
ElemElement() - Constructor for class weblogic.apache.xalan.templates.ElemElement
 
ElemEmpty - class weblogic.apache.xalan.templates.ElemEmpty.
Simple empty elem to push on the stack when nothing else got pushed, so that pop() works correctly.
ElemEmpty() - Constructor for class weblogic.apache.xalan.templates.ElemEmpty
Constructor ElemEmpty
ELEMENT_DEFINITION_NODE - Static variable in class weblogic.apache.xerces.dom.NodeImpl
Element definition node type.
element(QName) - Method in interface weblogic.apache.xerces.framework.XMLDocumentScanner.EventHandler
Signal the scanning of an element name in a start element tag.
element(QName) - Method in class weblogic.apache.xerces.validators.common.XMLValidator
Signal the scanning of an element name in a start element tag.
elementAt(int) - Method in class weblogic.apache.xml.utils.IntVector
Get the nth element.
elementAt(int) - Method in class weblogic.apache.xml.utils.NodeVector
Get the nth element.
elementAt(int) - Method in class weblogic.apache.xml.utils.StringToStringTable
Get the nth element.
elementAt(int) - Method in class weblogic.apache.xml.utils.StringVector
Get the nth element.
elementAt(int) - Method in class weblogic.apache.xml.utils.StringToStringTableVector
Get the nth element.
elementAt(int) - Method in class weblogic.apache.xpath.NodeSet
Get the nth element.
elementAt(int) - Method in class weblogic.common.ParamValue
Used for accessing ParamValues in a Vector of ParamValues.
elementAvailable(QName) - Method in class weblogic.apache.xalan.processor.XSLTSchema
Determines whether the passed element name is present in the list of available elements.
elementAvailable(String, String) - Method in class weblogic.apache.xalan.extensions.ExtensionsTable
Execute the element-available() function.
elementDecl(QName, int, int, XMLContentSpec.Provider) - Method in interface weblogic.apache.xerces.framework.XMLDocumentHandler.DTDHandler
callback for an element declaration.
elementDecl(QName, int, int, XMLContentSpec.Provider) - Method in class weblogic.apache.xerces.parsers.SAXParser
Report an element type declaration.
elementDecl(QName, int, int, XMLContentSpec.Provider) - Method in class weblogic.apache.xerces.parsers.DOMParser
<!ELEMENT Name contentspec>
elementDecl(String, String) - Method in class weblogic.apache.xalan.serialize.SerializerToXML
Report an element type declaration.
elementDecl(String, String) - Method in class weblogic.apache.xalan.stree.SourceTreeHandler
Report an element type declaration.
elementDecl(String, String) - Method in class weblogic.apache.xalan.transformer.TransformerIdentityImpl
Report an element type declaration.
elementDecl(String, String) - Method in class weblogic.apache.xml.serialize.BaseMarkupSerializer
 
ElementDefinitionImpl - class weblogic.apache.xerces.dom.ElementDefinitionImpl.
NON-DOM CLASS: Describe one of the Elements (and its associated Attributes) defined in this Document Type.
ElementDefinitionImpl(DocumentImpl, String) - Constructor for class weblogic.apache.xerces.dom.ElementDefinitionImpl
Factory constructor.
ElementImpl - class weblogic.apache.xalan.stree.ElementImpl.
This class represents an element in an HTML or XML document.
ElementImpl - class weblogic.apache.xerces.dom.ElementImpl.
Elements represent most of the "markup" and structure of the document.
ElementImpl() - Constructor for class weblogic.apache.xerces.dom.ElementImpl
 
ElementImpl(DocumentImpl, String) - Constructor for class weblogic.apache.xerces.dom.ElementImpl
Factory constructor.
ElementImplWithNS - class weblogic.apache.xalan.stree.ElementImplWithNS.
This class represents an element in an HTML or XML document associated with a given namespace.
ElementNSImpl - class weblogic.apache.xerces.dom.ElementNSImpl.
ElementNSImpl inherits from ElementImpl and adds namespace support.
ElementNSImpl(DocumentImpl, String) - Constructor for class weblogic.apache.xerces.dom.ElementNSImpl
 
ElementNSImpl(DocumentImpl, String, String) - Constructor for class weblogic.apache.xerces.dom.ElementNSImpl
DOM2: Constructor for Namespace implementation.
elements - Variable in class weblogic.apache.xerces.dom.DocumentTypeImpl
Elements.
elements() - Method in class weblogic.html.HtmlContainer
Deprecated. Enumerates the elements in an HtmlContainer.
ElementWithAttributes - class weblogic.html.ElementWithAttributes.
Deprecated.  
ElementWithAttributes() - Constructor for class weblogic.html.ElementWithAttributes
Deprecated.  
ElemExtensionCall - class weblogic.apache.xalan.templates.ElemExtensionCall.
Implement an extension element.
ElemExtensionCall() - Constructor for class weblogic.apache.xalan.templates.ElemExtensionCall
 
ElemExtensionDecl - class weblogic.apache.xalan.templates.ElemExtensionDecl.
Implement the declaration of an extension element
ElemExtensionDecl() - Constructor for class weblogic.apache.xalan.templates.ElemExtensionDecl
Constructor ElemExtensionDecl
ElemExtensionScript - class weblogic.apache.xalan.templates.ElemExtensionScript.
Implement Script extension element
ElemExtensionScript() - Constructor for class weblogic.apache.xalan.templates.ElemExtensionScript
Constructor ElemExtensionScript
ElemFallback - class weblogic.apache.xalan.templates.ElemFallback.
Implement xsl:fallback.
ElemFallback() - Constructor for class weblogic.apache.xalan.templates.ElemFallback
 
ElemForEach - class weblogic.apache.xalan.templates.ElemForEach.
Implement xsl:for-each.
ElemForEach() - Constructor for class weblogic.apache.xalan.templates.ElemForEach
Construct a element representing xsl:for-each.
ElemIf - class weblogic.apache.xalan.templates.ElemIf.
Implement xsl:if.
ElemIf() - Constructor for class weblogic.apache.xalan.templates.ElemIf
 
ElemLiteralResult - class weblogic.apache.xalan.templates.ElemLiteralResult.
Implement a Literal Result Element.
ElemLiteralResult() - Constructor for class weblogic.apache.xalan.templates.ElemLiteralResult
 
ElemMessage - class weblogic.apache.xalan.templates.ElemMessage.
Implement xsl:message.
ElemMessage() - Constructor for class weblogic.apache.xalan.templates.ElemMessage
 
ELEMNAME_ADDATTRIBUTE - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_ANCHOR - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_ANCHOR_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_ANY - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_ANY_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_APPLY_IMPORTS - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_APPLY_IMPORTS_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_APPLY_TEMPLATES - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_APPLY_TEMPLATES_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_ARG_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_ATTRIBUTE - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_ATTRIBUTE_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_ATTRIBUTESET_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_CALL - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_CALL_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_CALLTEMPLATE - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_CALLTEMPLATE_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_CALLTEMPLATEARG_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_CHILDREN - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_CHILDREN_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_CHOOSE - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_CHOOSE_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_COMMENT - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_COMMENT_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_COMPONENT - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_COMPONENT_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_CONSTRUCT - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_CONSTRUCT_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_CONTENTS - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_CONTENTS_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_COPY - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_COPY_OF - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_COPY_OF_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_COPY_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_COUNTER - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_COUNTER_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_COUNTERINCREMENT - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_COUNTERINCREMENT_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_COUNTERRESET - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_COUNTERRESET_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_COUNTERS - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_COUNTERS_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_COUNTERSCOPE - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_COUNTERSCOPE_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_CSSSTYLECONVERSION - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_CSSSTYLECONVERSION_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_DECIMALFORMAT - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_DECIMALFORMAT_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_DEFINEATTRIBUTESET - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_DEFINESCRIPT - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_DISPLAYIF - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_DISPLAYIF_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_ELEMENT - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_ELEMENT_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_EMPTY - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_EMPTY_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_EVAL - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_EVAL_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_EXPECTEDCHILDREN - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_EXPECTEDCHILDREN_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_EXTENSION - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_EXTENSION_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_EXTENSIONCALL - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_EXTENSIONDECL - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_EXTENSIONHANDLER - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_EXTENSIONHANDLER_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_EXTENSIONSCRIPT - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_FALLBACK - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_FALLBACK_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_FOREACH - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_FOREACH_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_IF - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_IF_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_IMPORT - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_IMPORT_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_INCLUDE - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_INCLUDE_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_KEY - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_KEY_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_LITERALRESULT - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_LOCALE - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_LOCALE_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_MESSAGE - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_MESSAGE_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_NSALIAS - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_NSALIAS_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_NUMBER - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_NUMBER_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_OTHERWISE - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_OTHERWISE_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_OUTPUT - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_OUTPUT_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_PARAMVARIABLE - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_PARAMVARIABLE_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_PI - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_PI_OLD_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_PI_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_PRESERVESPACE - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_PRESERVESPACE_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_REMOVEATTRIBUTE - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_ROOT - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_ROOT_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_SCRIPT - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_SCRIPT_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_SORT - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_SORT_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_STRIPSPACE - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_STRIPSPACE_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_STYLESHEET - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_STYLESHEET_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_TARGETATTRIBUTE - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_TARGETATTRIBUTE_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_TARGETCOMMENT - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_TARGETCOMMENT_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_TARGETELEMENT - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_TARGETELEMENT_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_TARGETPI - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_TARGETPI_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_TARGETTEXT - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_TARGETTEXT_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_TEMPLATE - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_TEMPLATE_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_TEXT - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_TEXT_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_TEXTLITERALRESULT - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_TRANSFORM_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_UNDEFINED - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_URL - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_URL_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_USE - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_USE_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_VALUEOF - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_VALUEOF_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_VARIABLE - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_VARIABLE_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_WHEN - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_WHEN_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ELEMNAME_WITHPARAM - Static variable in class weblogic.apache.xalan.templates.Constants
IDs for XSL element types.
ELEMNAME_WITHPARAM_STRING - Static variable in class weblogic.apache.xalan.templates.Constants
Literals for XSL element names.
ElemNumber - class weblogic.apache.xalan.templates.ElemNumber.
Implement xsl:number.
ElemNumber() - Constructor for class weblogic.apache.xalan.templates.ElemNumber
 
ElemOtherwise - class weblogic.apache.xalan.templates.ElemOtherwise.
Implement xsl:otherwise.
ElemOtherwise() - Constructor for class weblogic.apache.xalan.templates.ElemOtherwise
 
ElemParam - class weblogic.apache.xalan.templates.ElemParam.
Implement xsl:param.
ElemParam() - Constructor for class weblogic.apache.xalan.templates.ElemParam
Constructor ElemParam
ElemParam(ElemParam) - Constructor for class weblogic.apache.xalan.templates.ElemParam
Copy constructor.
ElemPI - class weblogic.apache.xalan.templates.ElemPI.
Implement xsl:processing-instruction.
ElemPI() - Constructor for class weblogic.apache.xalan.templates.ElemPI
 
ElemSort - class weblogic.apache.xalan.templates.ElemSort.
Implement xsl:sort.
ElemSort() - Constructor for class weblogic.apache.xalan.templates.ElemSort
 
ElemTemplate - class weblogic.apache.xalan.templates.ElemTemplate.
Implement xsl:template.
ElemTemplate() - Constructor for class weblogic.apache.xalan.templates.ElemTemplate
 
ElemTemplateElement - class weblogic.apache.xalan.templates.ElemTemplateElement.
An instance of this class represents an element inside an xsl:template class.
ElemTemplateElement() - Constructor for class weblogic.apache.xalan.templates.ElemTemplateElement
Construct a template element instance.
ElemText - class weblogic.apache.xalan.templates.ElemText.
Implement xsl:template.
ElemText() - Constructor for class weblogic.apache.xalan.templates.ElemText
 
ElemTextLiteral - class weblogic.apache.xalan.templates.ElemTextLiteral.
Implement a text literal.
ElemTextLiteral() - Constructor for class weblogic.apache.xalan.templates.ElemTextLiteral
 
ElemUnknown - class weblogic.apache.xalan.templates.ElemUnknown.
Implement a Literal Result Element.
ElemUnknown() - Constructor for class weblogic.apache.xalan.templates.ElemUnknown
 
ElemUse - class weblogic.apache.xalan.templates.ElemUse.
Implement xsl:use.
ElemUse() - Constructor for class weblogic.apache.xalan.templates.ElemUse
 
ElemValueOf - class weblogic.apache.xalan.templates.ElemValueOf.
Implement xsl:value-of.
ElemValueOf() - Constructor for class weblogic.apache.xalan.templates.ElemValueOf
 
ElemVariable - class weblogic.apache.xalan.templates.ElemVariable.
Implement xsl:variable.
ElemVariable() - Constructor for class weblogic.apache.xalan.templates.ElemVariable
Constructor ElemVariable
ElemVariable(ElemVariable) - Constructor for class weblogic.apache.xalan.templates.ElemVariable
Copy constructor.
ElemWhen - class weblogic.apache.xalan.templates.ElemWhen.
Implement xsl:when.
ElemWhen() - Constructor for class weblogic.apache.xalan.templates.ElemWhen
Constructor ElemWhen
ELEMWILDCARD - Static variable in class weblogic.apache.xpath.compiler.OpCodes
[ELEMWILDCARD] Means ELEMWILDCARD ("*"), used instead of string index in some places.
ElemWithParam - class weblogic.apache.xalan.templates.ElemWithParam.
Implement xsl:with-param.
ElemWithParam() - Constructor for class weblogic.apache.xalan.templates.ElemWithParam
 
ELT_ALL - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ELT_ANNOTATION - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ELT_ANY - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ELT_ANYATTRIBUTE - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ELT_APPINFO - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ELT_ATTRIBUTE - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ELT_ATTRIBUTEGROUP - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ELT_CHOICE - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ELT_COMPLEXCONTENT - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ELT_COMPLEXTYPE - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ELT_CONTENT - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ELT_DOCUMENTATION - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ELT_DURATION - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ELT_ELEMENT - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ELT_ENCODING - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ELT_ENUMERATION - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ELT_EXTENSION - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ELT_FIELD - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ELT_GROUP - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ELT_IMPORT - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ELT_INCLUDE - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ELT_KEY - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ELT_KEYREF - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ELT_LENGTH - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ELT_LIST - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ELT_MAXEXCLUSIVE - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ELT_MAXINCLUSIVE - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ELT_MAXLENGTH - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ELT_MINEXCLUSIVE - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ELT_MININCLUSIVE - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ELT_MINLENGTH - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ELT_NOTATION - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ELT_PATTERN - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ELT_PERIOD - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ELT_PRECISION - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ELT_REDEFINE - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ELT_RESTRICTION - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ELT_SCALE - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ELT_SCHEMA - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ELT_SELECTOR - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ELT_SEQUENCE - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ELT_SIMPLECONTENT - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ELT_SIMPLETYPE - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ELT_UNION - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ELT_UNIQUE - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ELT_WHITESPACE - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ELT_WILDCARD - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
EltRefOnlyInMixedElemOnly - Static variable in class weblogic.apache.xerces.validators.schema.SchemaMessageProvider
 
email - Variable in class weblogic.security.X500Name
 
EmbedElement - class weblogic.html.EmbedElement.
Deprecated.  
EmbedElement(String) - Constructor for class weblogic.html.EmbedElement
Deprecated. Constructs an EmbedElement with the specified URL.
EMERGENCY - Static variable in class weblogic.logging.Severities
The server is in an unusable state.
EMERGENCY - Static variable in interface weblogic.management.configuration.DomainLogFilterMBean
 
EMERGENCY_TEXT - Static variable in class weblogic.logging.Severities
 
EmphasisElement - class weblogic.html.EmphasisElement.
Deprecated.  
EmphasisElement() - Constructor for class weblogic.html.EmphasisElement
Deprecated. Constructs a EmphasisElement.
EmphasisElement(HtmlElement) - Constructor for class weblogic.html.EmphasisElement
Deprecated. Constructs a EmphasisElement with the specified HtmlElement.
EmphasisElement(String) - Constructor for class weblogic.html.EmphasisElement
Deprecated. Constructs a EmphasisElement with the specified string.
EMPTY - Static variable in class weblogic.apache.xpath.compiler.OpCodes
[EMPTY] Empty slot to indicate NULL.
EMPTY_SET - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
EMPTY_STRING - Static variable in class weblogic.apache.xerces.utils.StringPool
 
empty() - Method in class weblogic.apache.xml.utils.IntStack
Tests if this stack is empty.
EMPTYSTRING - Static variable in class weblogic.apache.xpath.objects.XString
Empty string XString object
enable() - Method in interface weblogic.jdbc.common.Pool
Deprecated. Enables a disabled connection pool.
ENABLED - Static variable in interface weblogic.common.T3ResourceDef
Deprecated. Is this pool enabled for use?
ENABLED_DEFAULT - Static variable in interface weblogic.management.configuration.JMSConstants
 
ENABLED_FALSE - Static variable in interface weblogic.management.configuration.JMSConstants
 
ENABLED_TRUE - Static variable in interface weblogic.management.configuration.JMSConstants
 
enableDefaultConnectionPool() - Method in class weblogic.apache.xalan.lib.sql.XConnection
There is a problem with some JDBC drivers when a Connection is open and the JVM shutsdown.
enableEscapeProcessing - Variable in class weblogic.jdbc.informix4.Statement
JDK 1.2: combine with PStatement method protected InformixInputStream doEscapeProcessing(String iSQL) throws SQLException { return null; // return sql without modifications (PreparedStatement will do the processing) }
enableNS - Variable in class weblogic.apache.xerces.dom.DeepNodeListImpl
 
enablePool() - Method in class weblogic.apache.xalan.lib.sql.DefaultConnectionPool
 
enablePool() - Method in interface weblogic.apache.xalan.lib.sql.ConnectionPool
The Pool can be Enabled and Disabled.
enableWatchDog(int) - Method in interface weblogic.common.AdminServicesDef
Deprecated. Deprecated in WebLogic Server 6.1.
ENC4 - Static variable in class weblogic.apache.xerces.utils.ImplementationMessages
 
ENC5 - Static variable in class weblogic.apache.xerces.utils.ImplementationMessages
 
ENC6 - Static variable in class weblogic.apache.xerces.utils.ImplementationMessages
 
ENC7 - Static variable in class weblogic.apache.xerces.utils.ImplementationMessages
 
enclosingScope - Variable in class weblogic.apache.xerces.validators.common.XMLElementDecl
 
encode(byte[]) - Static method in class weblogic.apache.xerces.utils.HexBin
array of byte to encode
encode(byte[]) - Static method in class weblogic.apache.xerces.utils.Base64
Encodes hex octects into Base64
encode(Date) - Static method in class weblogic.soap.codec.DateTimeCodec
 
encode(OutputStream) - Method in class weblogic.security.JDK11Certificate
Encodes the certificate to an output stream in a format that can be decoded by the decode method.
encode(Writer, String, ArrayType, Object) - Method in class weblogic.soap.codec.SimpleSoapEncodingCodec
 
ENCODED_SEPERATOR - Static variable in interface weblogicx.jsp.tags.validators.Validatable
string denoting the hidden field's encoded seperator
encodeNullWithType(Writer, String, Class) - Method in class weblogic.soap.codec.SimpleSoapEncodingCodec
 
EncodeTag - class weblogicx.jsp.tags.EncodeTag.
The encode tag checks to see that the user has a session and the session id did not come in via a cookie, if these are both true the body of the tag is searched for relative URL references and they are replaced with versions that contain the session id.
EncodeTag() - Constructor for class weblogicx.jsp.tags.EncodeTag
 
encodeXSS(String) - Static method in class weblogic.servlet.security.Utils
This helper method can be used to help prevent Cross Site Scripting vulnerabilities.
encoding - Variable in class weblogic.apache.xerces.dom.DocumentImpl
Experimental DOM Level 3 feature: Document encoding
encoding - Variable in class weblogic.apache.xerces.dom.EntityImpl
Encoding
encoding - Variable in class weblogic.apache.xerces.domx.XGrammarWriter
Encoding.
encoding - Variable in class weblogic.jdbc.informix4.SimpleInputStream
 
encoding - Variable in class weblogic.jdbc.informix4.Statement
 
encoding - Variable in class weblogic.jdbc.informix4.BaseConnection
 
Encoding - Static variable in class weblogic.apache.xml.serialize.OutputFormat.Defaults
The default encoding for Web documents it UTF-8.
ENCODING_PREFIX - Static variable in class weblogic.soap.codec.SimpleSoapEncodingCodec
 
ENCODING_STYLE - Static variable in class weblogic.soap.codec.LiteralCodec
The Apache Literal XML encoding URI
EncodingInfo - class weblogic.apache.xalan.serialize.EncodingInfo.
Holds information about a given encoding.
EncodingInfo - class weblogic.apache.xml.serialize.EncodingInfo.
This class represents an encoding.
EncodingInfo(String, int) - Constructor for class weblogic.apache.xml.serialize.EncodingInfo
Creates new EncodingInfo instance.
EncodingInfo(String, String, int) - Constructor for class weblogic.apache.xalan.serialize.EncodingInfo
Create an EncodingInfo object based on the name, java name, and the max character size.
EncodingInfo(String, String, int) - Constructor for class weblogic.apache.xml.serialize.EncodingInfo
Creates new EncodingInfo instance.
Encodings - class weblogic.apache.xalan.serialize.Encodings.
Provides information about encodings.
Encodings() - Constructor for class weblogic.apache.xalan.serialize.Encodings
 
end(Xid, int) - Method in class weblogic.jdbc.oci.xa.XADataSource
 
EndAddress - Static variable in class weblogic.html.MarkupElement
Deprecated. Use with an addElement() method.
EndAddressStr - Static variable in class weblogic.html.MarkupElement
Deprecated. Internal use only.
endAttrList() - Method in class weblogic.apache.xerces.framework.XMLAttrList
Terminate the current set of attributes.
EndBlockquote - Static variable in class weblogic.html.MarkupElement
Deprecated. Use with an addElement() method.
EndBlockquoteStr - Static variable in class weblogic.html.MarkupElement
Deprecated. Internal use only.
EndBody - Static variable in class weblogic.html.MarkupElement
Deprecated. Use with an addElement() method.
EndBodyStr - Static variable in class weblogic.html.MarkupElement
Deprecated. Internal use only.
EndBold - Static variable in class weblogic.html.MarkupElement
Deprecated. Use with an addElement() method.
EndBoldStr - Static variable in class weblogic.html.MarkupElement
Deprecated. Internal use only.
endCDATA() - Method in class weblogic.apache.xalan.serialize.SerializerToXML
Report the end of a CDATA section.
endCDATA() - Method in class weblogic.apache.xalan.stree.SourceTreeHandler
Report the end of a CDATA section.
endCDATA() - Method in class weblogic.apache.xalan.transformer.ResultTreeHandler
End the CDATA characters.
endCDATA() - Method in class weblogic.apache.xalan.transformer.TransformerIdentityImpl
Report the end of a CDATA section.
endCDATA() - Method in class weblogic.apache.xalan.xslt.XSLTEngineImpl
Report the end of a CDATA section.
endCDATA() - Method in interface weblogic.apache.xerces.framework.XMLDocumentHandler
callback for end of CDATA section.
endCDATA() - Method in class weblogic.apache.xerces.parsers.SAXParser
End CDATA section.
endCDATA() - Method in class weblogic.apache.xerces.parsers.DOMParser
End CDATA section.
endCDATA() - Method in class weblogic.apache.xml.serialize.BaseMarkupSerializer
 
endCDATA() - Method in class weblogic.apache.xml.utils.DOMBuilder
Report the end of a CDATA section.
EndCenter - Static variable in class weblogic.html.MarkupElement
Deprecated. Use with an addElement() method.
EndCenterStr - Static variable in class weblogic.html.MarkupElement
Deprecated. Internal use only.
EndComment - Static variable in class weblogic.html.MarkupElement
Deprecated. Use with an addElement() method.
EndCommentStr - Static variable in class weblogic.html.MarkupElement
Deprecated. Internal use only.
EndDiv - Static variable in class weblogic.html.MarkupElement
Deprecated. Use with an addElement() method.
EndDivStr - Static variable in class weblogic.html.MarkupElement
Deprecated. Internal use only.
endDocument() - Method in class weblogic.apache.html.dom.HTMLBuilder
 
endDocument() - Method in class weblogic.apache.xalan.processor.StylesheetHandler
Receive notification of the end of the document.
endDocument() - Method in class weblogic.apache.xalan.processor.CompilingStylesheetHandler
Receive notification of the end of the document.
endDocument() - Method in class weblogic.apache.xalan.serialize.SerializerToXML
Receive notification of the end of a document.
endDocument() - Method in class weblogic.apache.xalan.serialize.SerializerToText
Receive notification of the end of a document.
endDocument() - Method in class weblogic.apache.xalan.stree.SourceTreeHandler
Implement the endDocument event.
endDocument() - Method in class weblogic.apache.xalan.stree.StreeDOMBuilder
Receive notification of the end of a document.
endDocument() - Method in class weblogic.apache.xalan.transformer.ResultTreeHandler
Bottleneck the endDocument event.
endDocument() - Method in class weblogic.apache.xalan.transformer.TransformerIdentityImpl
Receive notification of the end of the document.
endDocument() - Method in class weblogic.apache.xalan.xslt.XSLTEngineImpl
Receive notification of the end of a document.
endDocument() - Method in interface weblogic.apache.xerces.framework.XMLDocumentHandler
callback for the end of document.
endDocument() - Method in class weblogic.apache.xerces.parsers.SAXParser
End document.
endDocument() - Method in class weblogic.apache.xerces.parsers.DOMParser
End document.
endDocument() - Method in class weblogic.apache.xerces.validators.common.XMLValidator.ValueStoreBase
Signals the end of the document.
endDocument() - Method in class weblogic.apache.xerces.validators.common.XMLValidator.KeyRefValueStore
End document.
endDocument() - Method in class weblogic.apache.xerces.validators.common.XMLValidator.ValueStoreCache
Check identity constraints.
endDocument() - Method in class weblogic.apache.xml.serialize.BaseMarkupSerializer
Called at the end of the document to wrap it up.
endDocument() - Method in class weblogic.apache.xml.utils.DOMBuilder
Receive notification of the end of a document.
endDocumentFragment() - Method in class weblogic.apache.xerces.validators.schema.identity.XPathMatcher
The end of the document fragment.
endDTD() - Method in class weblogic.apache.xalan.serialize.SerializerToXML
Report the end of DTD declarations.
endDTD() - Method in class weblogic.apache.xalan.stree.SourceTreeHandler
Report the end of DTD declarations.
endDTD() - Method in class weblogic.apache.xalan.transformer.ResultTreeHandler
End the DTD.
endDTD() - Method in class weblogic.apache.xalan.transformer.TransformerIdentityImpl
Report the end of DTD declarations.
endDTD() - Method in class weblogic.apache.xalan.xslt.XSLTEngineImpl
Report the end of DTD declarations.
endDTD() - Method in interface weblogic.apache.xerces.framework.XMLDocumentHandler.DTDHandler
callback for the end of the DTD This function will be called at the end of the DTD.
endDTD() - Method in class weblogic.apache.xerces.parsers.SAXParser
This function will be called at the end of the DTD.
endDTD() - Method in class weblogic.apache.xerces.parsers.DOMParser
This function will be called at the end of the DTD.
endDTD() - Method in class weblogic.apache.xml.serialize.BaseMarkupSerializer
 
endDTD() - Method in class weblogic.apache.xml.utils.DOMBuilder
Report the end of DTD declarations.
endElement(QName) - Method in interface weblogic.apache.xerces.framework.XMLDocumentHandler
callback for end of element.
endElement(QName) - Method in class weblogic.apache.xerces.parsers.SAXParser
End element.
endElement(QName) - Method in class weblogic.apache.xerces.parsers.DOMParser
End element.
endElement(QName) - Method in class weblogic.apache.xerces.validators.schema.identity.XPathMatcher
The end of an element.
endElement(QName) - Method in class weblogic.apache.xerces.validators.schema.identity.Selector.Matcher
 
endElement(String) - Method in class weblogic.apache.html.dom.HTMLBuilder
 
endElement(String) - Method in class weblogic.apache.xalan.xslt.XSLTEngineImpl
Receive notification of the end of an element.
endElement(String) - Method in class weblogic.apache.xml.serialize.HTMLSerializer
 
endElement(String) - Method in class weblogic.apache.xml.serialize.XMLSerializer
 
endElement(String) - Method in class weblogic.apache.xml.serialize.TextSerializer
 
endElement(String, String, String) - Method in class weblogic.apache.xalan.processor.StylesheetHandler
Receive notification of the end of an element.
endElement(String, String, String) - Method in class weblogic.apache.xalan.serialize.SerializerToXML
Receive notification of the end of an element.
endElement(String, String, String) - Method in class weblogic.apache.xalan.serialize.SerializerToText
Receive notification of the end of an element.
endElement(String, String, String) - Method in class weblogic.apache.xalan.serialize.SerializerToHTML
Receive notification of the end of an element.
endElement(String, String, String) - Method in class weblogic.apache.xalan.stree.SourceTreeHandler
Implement the endElement event.
endElement(String, String, String) - Method in class weblogic.apache.xalan.stree.StreeDOMBuilder
Receive notification of the end of an element.
endElement(String, String, String) - Method in class weblogic.apache.xalan.transformer.ResultTreeHandler
Bottleneck the endElement event.
endElement(String, String, String) - Method in class weblogic.apache.xalan.transformer.TransformerIdentityImpl
Receive notification of the end of an element.
endElement(String, String, String) - Method in class weblogic.apache.xml.serialize.HTMLSerializer
 
endElement(String, String, String) - Method in class weblogic.apache.xml.serialize.XMLSerializer
 
endElement(String, String, String) - Method in class weblogic.apache.xml.serialize.TextSerializer
 
endElement(String, String, String) - Method in class weblogic.apache.xml.utils.DOMBuilder
Receive notification of the end of an element.
endElement(StylesheetHandler, String, String, String) - Method in class weblogic.apache.xalan.processor.XSLTElementProcessor
Receive notification of the end of an element.
endElement(StylesheetHandler, String, String, String) - Method in class weblogic.apache.xalan.processor.ProcessorTemplateElem
Receive notification of the end of an element.
endElement(StylesheetHandler, String, String, String) - Method in class weblogic.apache.xalan.processor.ProcessorUnknown
Receive notification of the end of an element.
endElement(StylesheetHandler, String, String, String) - Method in class weblogic.apache.xalan.processor.ProcessorText
Receive notification of the end of an element.
endElement(StylesheetHandler, String, String, String) - Method in class weblogic.apache.xalan.processor.ProcessorCharacters
Receive notification of the end of an element.
endElement(StylesheetHandler, String, String, String) - Method in class weblogic.apache.xalan.processor.ProcessorLRE
Receive notification of the end of an element.
endEntity(String) - Method in class weblogic.apache.xalan.serialize.SerializerToXML
Report the end of an entity.
endEntity(String) - Method in class weblogic.apache.xalan.stree.SourceTreeHandler
Report the end of an entity.
endEntity(String) - Method in class weblogic.apache.xalan.transformer.ResultTreeHandler
End an entity.
endEntity(String) - Method in class weblogic.apache.xalan.transformer.TransformerIdentityImpl
Report the end of an entity.
endEntity(String) - Method in class weblogic.apache.xalan.xslt.XSLTEngineImpl
Report the end of an entity.
endEntity(String) - Method in class weblogic.apache.xml.serialize.BaseMarkupSerializer
 
endEntity(String) - Method in class weblogic.apache.xml.utils.DOMBuilder
Report the end of an entity.
endEntityDecl() - Method in interface weblogic.apache.xerces.framework.XMLDTDScanner.EventHandler
End the scope of an entity declaration.
endEntityDecl() - Method in class weblogic.apache.xerces.readers.DefaultEntityHandler
end an entity declaration
endEntityDecl() - Method in interface weblogic.apache.xerces.readers.XMLEntityHandler.DTDHandler
End the scope of an entity declaration.
endEntityDecl() - Method in class weblogic.apache.xerces.validators.dtd.DTDGrammar
End the scope of an entity declaration.
endEntityReference(int, int, int) - Method in interface weblogic.apache.xerces.framework.XMLDocumentHandler
callback for end of entity reference.
endEntityReference(int, int, int) - Method in class weblogic.apache.xerces.parsers.SAXParser
End entity reference.
endEntityReference(int, int, int) - Method in class weblogic.apache.xerces.parsers.DOMParser
End entity reference.
endEntityReference(int, int, int) - Method in interface weblogic.apache.xerces.readers.DefaultEntityHandler.EventHandler
 
endEntityReference(int, int, int) - Method in class weblogic.apache.xerces.validators.common.XMLValidator
End entity reference.
endEnumeration(int) - Method in interface weblogic.apache.xerces.framework.XMLDTDScanner.EventHandler
Finish processing an enumeration
endEnumeration(int) - Method in class weblogic.apache.xerces.validators.dtd.DTDGrammar
Finish processing an enumeration
EndFont - Static variable in class weblogic.html.MarkupElement
Deprecated. Use with an addElement() method with BeginFont().
EndFontStr - Static variable in class weblogic.html.MarkupElement
Deprecated. Internal use only.
EndHeader(int) - Static method in class weblogic.html.MarkupElement
Deprecated. Ends a heading container.
EndHeadStr - Static variable in class weblogic.html.MarkupElement
Deprecated. Internal use only.
EndHtml - Static variable in class weblogic.html.MarkupElement
Deprecated. Use with an addElement() method.
EndHtmlStr - Static variable in class weblogic.html.MarkupElement
Deprecated. Internal use only.
EndItalic - Static variable in class weblogic.html.MarkupElement
Deprecated. Use with an addElement() method.
EndItalicStr - Static variable in class weblogic.html.MarkupElement
Deprecated. Internal use only.
EndLiteral - Static variable in class weblogic.html.MarkupElement
Deprecated. Use with an addElement() method.
EndLiteralStr - Static variable in class weblogic.html.MarkupElement
Deprecated. Internal use only.
endNamespaceDeclScope(int) - Method in interface weblogic.apache.xerces.framework.XMLDocumentHandler
callback for the end a namespace declaration scope.
endNamespaceDeclScope(int) - Method in class weblogic.apache.xerces.parsers.SAXParser
Report the end of the scope of a namespace declaration.
endNamespaceDeclScope(int) - Method in class weblogic.apache.xerces.parsers.DOMParser
Report the end of the scope of a namespace declaration.
endNamespaceDeclScope(int) - Method in interface weblogic.apache.xerces.utils.NamespacesScope.NamespacesHandler
endNamespaceDeclScope is called when a namespace scope ends
endNamespaceDeclScope(int) - Method in class weblogic.apache.xerces.validators.common.XMLValidator
End a namespace declaration scope.
endNamespaceDeclScope(int) - Method in class weblogic.apache.xerces.validators.schema.TraverseSchema
 
endNode(Node) - Method in class weblogic.apache.xml.utils.TreeWalker
End processing of given node
endNonEscaping() - Method in class weblogic.apache.xalan.serialize.SerializerToXML
Ends an un-escaping section.
endNonEscaping() - Method in class weblogic.apache.xml.serialize.BaseMarkupSerializer
 
endOfInput(int, boolean) - Method in class weblogic.apache.xerces.framework.XMLDTDScanner
Handle the end of input
endOfInput(int, boolean) - Method in class weblogic.apache.xerces.framework.XMLDocumentScanner
Handle the end of input
ENDOP - Static variable in class weblogic.apache.xpath.compiler.OpCodes
[ENDOP] Some operators may like to have a terminator.
EndParagraph - Static variable in class weblogic.html.MarkupElement
Deprecated. Use with an addElement() method.
EndParagraphStr - Static variable in class weblogic.html.MarkupElement
Deprecated. Internal use only.
endPrefixMapping(String) - Method in class weblogic.apache.xalan.processor.StylesheetHandler
Receive notification of the end of a Namespace mapping.
endPrefixMapping(String) - Method in class weblogic.apache.xalan.serialize.SerializerToXML
End the scope of a prefix-URI Namespace mapping.
endPrefixMapping(String) - Method in class weblogic.apache.xalan.stree.SourceTreeHandler
End the scope of a prefix-URI mapping.
endPrefixMapping(String) - Method in class weblogic.apache.xalan.transformer.ResultTreeHandler
End the scope of a prefix-URI mapping.
endPrefixMapping(String) - Method in class weblogic.apache.xalan.transformer.TransformerIdentityImpl
Receive notification of the end of a Namespace mapping.
endPrefixMapping(String) - Method in class weblogic.apache.xml.serialize.BaseMarkupSerializer
 
endPrefixMapping(String) - Method in class weblogic.apache.xml.utils.DOMBuilder
End the scope of a prefix-URI mapping.
endPreserving() - Method in class weblogic.apache.xalan.serialize.SerializerToXML
Ends a whitespace preserving section.
endPreserving() - Method in class weblogic.apache.xml.serialize.BaseMarkupSerializer
 
EndScriptStr - Static variable in class weblogic.html.MarkupElement
Deprecated. Internal use only.
EndTitle - Static variable in class weblogic.html.MarkupElement
Deprecated. Use with an addElement() method.
EndTitleStr - Static variable in class weblogic.html.MarkupElement
Deprecated. Internal use only.
endValueScope() - Method in class weblogic.apache.xerces.validators.common.XMLValidator.ValueStoreBase
Ends scope for value store.
endValueScopeFor(IdentityConstraint) - Method in class weblogic.apache.xerces.validators.common.XMLValidator
Ends the value scope for the specified identity constraint.
endValueScopeFor(IdentityConstraint) - Method in interface weblogic.apache.xerces.validators.schema.identity.FieldActivator
Ends the value scope for the specified identity constraint.
EnqueueRequest - class weblogic.wtc.jatmi.EnqueueRequest.
This represents the information tpenqueue needs in order to make an enqueue request
EnqueueRequest() - Constructor for class weblogic.wtc.jatmi.EnqueueRequest
Initializes an empty EnqueueRequest object
EnqueueRequest(QueueTimeField, Integer, QueueTimeField, int, int, byte[], byte[], String, String, boolean, boolean, int) - Constructor for class weblogic.wtc.jatmi.EnqueueRequest
Creates an Enqueue Request with the given fields.
ensureAdmin(String) - Method in class weblogicx.jsp.tags.CacheTag
 
ensureCapacity(int, int) - Method in class weblogic.apache.xerces.dom.DeferredDocumentImpl
Ensures that the internal tables are large enough.
ensureForceClose() - Method in class weblogic.security.SSL.SSLSocket
 
ensureFreshness() - Method in class weblogic.security.acl.FlatGroup
Important method for implementors.
enterDTD() - Method in class weblogic.apache.xml.serialize.Printer
Called by any of the DTD handlers to enter DTD mode.
enterElementState(String, String, String, boolean) - Method in class weblogic.apache.xml.serialize.BaseMarkupSerializer
Enter a new element state for the specified element.
entities - Variable in class weblogic.apache.xerces.dom.DocumentTypeImpl
Entities.
ENTITY_INITIALIZE - Static variable in class weblogic.apache.xerces.validators.datatype.ENTITYDatatypeValidator
 
EntityCacheCumulativeRuntimeMBean - interface weblogic.management.runtime.EntityCacheCumulativeRuntimeMBean.
This class is used for monitoring an XML Cache.
EntityCacheCurrentStateRuntimeMBean - interface weblogic.management.runtime.EntityCacheCurrentStateRuntimeMBean.
This class is used for monitoring an XML Cache.
EntityCacheRuntimeMBean - interface weblogic.management.runtime.EntityCacheRuntimeMBean.
This class is used for monitoring an XML Cache.
ENTITYDatatypeValidator - class weblogic.apache.xerces.validators.datatype.ENTITYDatatypeValidator.
ENTITYDatatypeValidator implements the DatattypeValidator interface.
ENTITYDatatypeValidator() - Constructor for class weblogic.apache.xerces.validators.datatype.ENTITYDatatypeValidator
 
ENTITYDatatypeValidator(DatatypeValidator, Hashtable, boolean) - Constructor for class weblogic.apache.xerces.validators.datatype.ENTITYDatatypeValidator
 
EntityEJBRuntimeMBean - interface weblogic.management.runtime.EntityEJBRuntimeMBean.
 
EntityEscape - class weblogic.html.EntityEscape.
Deprecated.  
EntityEscape() - Constructor for class weblogic.html.EntityEscape
Deprecated.  
EntityImpl - class weblogic.apache.xalan.stree.EntityImpl.
 
EntityImpl - class weblogic.apache.xerces.dom.EntityImpl.
Entity nodes hold the reference data for an XML Entity -- either parsed or unparsed.
EntityImpl(DocumentImpl, String) - Constructor for class weblogic.apache.xerces.dom.EntityImpl
Factory constructor.
ENTITYREF_DOCUMENT - Static variable in interface weblogic.apache.xerces.readers.XMLEntityHandler
This is an enumeration of all the defined contexts in which an entity reference may appear.
ENTITYREF_EXTERNAL_SUBSET - Static variable in interface weblogic.apache.xerces.readers.XMLEntityHandler
This is an enumeration of all the defined contexts in which an entity reference may appear.
ENTITYREF_IN_ATTVALUE - Static variable in interface weblogic.apache.xerces.readers.XMLEntityHandler
This is an enumeration of all the defined contexts in which an entity reference may appear.
ENTITYREF_IN_CONTENT - Static variable in interface weblogic.apache.xerces.readers.XMLEntityHandler
This is an enumeration of all the defined contexts in which an entity reference may appear.
ENTITYREF_IN_DEFAULTATTVALUE - Static variable in interface weblogic.apache.xerces.readers.XMLEntityHandler
This is an enumeration of all the defined contexts in which an entity reference may appear.
ENTITYREF_IN_DTD_AS_MARKUP - Static variable in interface weblogic.apache.xerces.readers.XMLEntityHandler
This is an enumeration of all the defined contexts in which an entity reference may appear.
ENTITYREF_IN_DTD_WITHIN_MARKUP - Static variable in interface weblogic.apache.xerces.readers.XMLEntityHandler
This is an enumeration of all the defined contexts in which an entity reference may appear.
ENTITYREF_IN_ENTITYVALUE - Static variable in interface weblogic.apache.xerces.readers.XMLEntityHandler
This is an enumeration of all the defined contexts in which an entity reference may appear.
entityReference(String) - Method in class weblogic.apache.xalan.serialize.SerializerToXML
Receive notivication of a entityReference.
entityReference(String) - Method in class weblogic.apache.xalan.serialize.SerializerToText
Receive notivication of a entityReference.
entityReference(String) - Method in class weblogic.apache.xalan.serialize.SerializerToHTML
Receive notivication of a entityReference.
entityReference(String) - Method in class weblogic.apache.xalan.transformer.ResultTreeHandler
Entity reference event.
entityReference(String) - Method in class weblogic.apache.xml.utils.DOMBuilder
Receive notivication of a entityReference.
EntityReferenceImpl - class weblogic.apache.xerces.dom.EntityReferenceImpl.
EntityReference models the XML &entityname; syntax, when used for entities defined by the DOM.
EntityReferenceImpl(DocumentImpl, String) - Constructor for class weblogic.apache.xerces.dom.EntityReferenceImpl
Factory constructor.
ENTITYTYPE_DOCUMENT - Static variable in interface weblogic.apache.xerces.readers.XMLEntityHandler
This is an enumeration of all the defined entity types.
ENTITYTYPE_EXTERNAL - Static variable in interface weblogic.apache.xerces.readers.XMLEntityHandler
This is an enumeration of all the defined entity types.
ENTITYTYPE_EXTERNAL_PE - Static variable in interface weblogic.apache.xerces.readers.XMLEntityHandler
This is an enumeration of all the defined entity types.
ENTITYTYPE_EXTERNAL_SUBSET - Static variable in interface weblogic.apache.xerces.readers.XMLEntityHandler
This is an enumeration of all the defined entity types.
ENTITYTYPE_INTERNAL - Static variable in interface weblogic.apache.xerces.readers.XMLEntityHandler
This is an enumeration of all the defined entity types.
ENTITYTYPE_INTERNAL_PE - Static variable in interface weblogic.apache.xerces.readers.XMLEntityHandler
This is an enumeration of all the defined entity types.
ENTITYTYPE_UNPARSED - Static variable in interface weblogic.apache.xerces.readers.XMLEntityHandler
This is an enumeration of all the defined entity types.
ENTITYVALUE_RESULT_END_OF_INPUT - Static variable in interface weblogic.apache.xerces.readers.XMLEntityHandler
Special return values for scanEntityValue method.
ENTITYVALUE_RESULT_FINISHED - Static variable in interface weblogic.apache.xerces.readers.XMLEntityHandler
Special return values for scanEntityValue method.
ENTITYVALUE_RESULT_INVALID_CHAR - Static variable in interface weblogic.apache.xerces.readers.XMLEntityHandler
Special return values for scanEntityValue method.
ENTITYVALUE_RESULT_PEREF - Static variable in interface weblogic.apache.xerces.readers.XMLEntityHandler
Special return values for scanEntityValue method.
ENTITYVALUE_RESULT_REFERENCE - Static variable in interface weblogic.apache.xerces.readers.XMLEntityHandler
Special return values for scanEntityValue method.
entries() - Method in class weblogic.security.acl.AclImpl
Returns an enumeration of the entries in an ACL.
EntryPoint - class weblogic.apache.xml.utils.synthetic.reflection.EntryPoint.
API/behaviors shared between Constructors and Methods.
EntryPoint(Class) - Constructor for class weblogic.apache.xml.utils.synthetic.reflection.EntryPoint
Insert the method's description here.
EntryPoint(Object) - Constructor for class weblogic.apache.xml.utils.synthetic.reflection.EntryPoint
Nonpublic constructor.
EntryPoint(Object, Class) - Constructor for class weblogic.apache.xml.utils.synthetic.reflection.EntryPoint
Nonpublic constructor.
entrySet() - Method in class weblogic.security.UserConfigFileManager
 
enumerateLiteralResultAttributes() - Method in class weblogic.apache.xalan.templates.ElemLiteralResult
Compiling templates requires that we be able to list the AVTs ADDED 9/5/2000 to support compilation experiment
enumeration - Variable in class weblogic.apache.xerces.validators.common.XMLAttributeDecl
 
ENUMERATION - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
Enums - class weblogic.db.jdbc.Enums.
Class for constants used in dbKona.
Enums() - Constructor for class weblogic.db.jdbc.Enums
 
Environment - class weblogic.jndi.Environment.
The Environment class represents the properties used to create an initial Context.
Environment() - Constructor for class weblogic.jndi.Environment
Constructs an Environment with default properties, that is, with a WebLogic initial context.
Environment(Hashtable) - Constructor for class weblogic.jndi.Environment
Constructs an Environment and initializes it with the properties contained in the specified Hashtable.
EPHEMERAL - Static variable in interface weblogic.event.common.EventTopicDef
Deprecated. Represents the lifetime of a topic to end when there are no more registrations of interest for the topic, even if there are pending events that have not yet been evaluated.
EqualityExpr(int) - Method in class weblogic.apache.xpath.compiler.XPathParser
 
equalNames(int, int) - Method in class weblogic.apache.xerces.utils.StringPool
 
Equals - class weblogic.apache.xpath.operations.Equals.
The '=' operation expression executer.
Equals() - Constructor for class weblogic.apache.xpath.operations.Equals
 
equals(Entity) - Method in class weblogic.security.X500Name
 
equals(int) - Method in class weblogic.apache.xpath.compiler.Compiler
Compile a '=' operation.
equals(Object) - Method in class weblogic.apache.xalan.transformer.StackGuard
Overide equal method for StackGuard objects
equals(Object) - Method in class weblogic.apache.xerces.domx.XGrammarWriter.OutputFormat
Returns true if the objects are equal.
equals(Object) - Method in class weblogic.apache.xerces.framework.XMLContentSpec
Returns true if the two objects are equal.
equals(Object) - Method in class weblogic.apache.xerces.utils.QName
Returns true if the two objects are equal.
equals(Object) - Method in class weblogic.apache.xerces.utils.URI
Determines if the passed-in Object is equivalent to this URI.
equals(Object) - Method in class weblogic.apache.xerces.utils.regex.RegularExpression
Return true if patterns are the same and the options are equivalent.
equals(Object) - Method in class weblogic.apache.xerces.validators.common.XMLElementDecl
 
equals(Object) - Method in class weblogic.apache.xerces.validators.common.XMLAttributeDecl
 
equals(Object) - Method in class weblogic.apache.xml.utils.QName
Override equals and agree that we're equal if the passed object is a QName and it matches the name of the arg.
equals(Object) - Method in class weblogic.apache.xml.utils.URI
Determines if the passed-in Object is equivalent to this URI.
equals(Object) - Method in class weblogic.apache.xml.utils.StringKey
Override of equals() for this object
equals(Object) - Method in class weblogic.apache.xml.utils.CharKey
Override of equals() for this object
equals(Object) - Method in class weblogic.apache.xml.utils.synthetic.reflection.EntryPoint
Compares this against the specified object.
equals(Object) - Method in class weblogic.apache.xml.utils.synthetic.reflection.Field
Compares this Field against the specified object.
equals(Object) - Method in class weblogic.apache.xpath.Arg
Equality function specialized for the variable name.
equals(Object) - Method in class weblogic.common.T3User
Checks password equality between this T3User and the specified object (that T3User).
equals(Object) - Method in interface weblogic.io.common.T3File
Deprecated. Deprecated in WebLogic Server 6.1.
equals(Object) - Method in class weblogic.management.tools.MBeanReflector.Attribute
 
equals(Object) - Method in class weblogic.security.X500Name
 
equals(Object) - Method in class weblogic.security.UserConfigFileManager
 
equals(Object) - Method in class weblogic.security.acl.DefaultUserInfoImpl
 
equals(Object) - Method in class weblogic.security.acl.SSLUserInfo
 
equals(Object) - Method in class weblogic.security.acl.CachingRealm.CaseInsensitiveUserInfo
This method will return true if the other object is a matching CaseSensitiveUserInfo object, or if it is a UserInfo object that matches the UserInfo object wrapped inside this object.
equals(Object) - Method in class weblogic.security.acl.PermissionImpl
Determines whether the object passed matches the permission represented in this interface.
equals(Object) - Method in class weblogic.security.acl.FlatGroup
 
equals(Object) - Method in class weblogic.security.net.ConnectionEvent
 
equals(Object) - Method in interface weblogic.wtc.jatmi.CallDescriptor
All call descriptors should implement equals so that replies can be correlated with each other
equals(Object) - Method in class weblogic.wtc.jatmi.FmlKey
Compares two FmlKey objects
equals(Object) - Method in class weblogicx.jsp.tags.validators.CustomizableAdapter
 
equals(Object) - Method in class weblogicx.jsp.tags.validators.CompareValidator
 
equals(Object) - Method in class weblogicx.jsp.tags.validators.RegExpValidator
 
equals(Object) - Method in class weblogicx.jsp.tags.validators.RequiredFieldValidator
 
equals(Object) - Method in class weblogicx.jsp.tags.validators.CustomValidator
 
equals(String, String) - Method in class weblogic.apache.xml.utils.QName
Override equals and agree that we're equal if the passed object is a string and it matches the name of the arg.
equals(String, String, String) - Method in class weblogic.common.T3User
Compares the equality of a T3User with an ID, a password, and a realm name.
equals(XObject) - Method in class weblogic.apache.xalan.xpath.XNodeSet
Tell if two objects are functionally equal.
equals(XObject) - Method in class weblogic.apache.xalan.xpath.XNumber
Tell if two objects are functionally equal.
equals(XObject) - Method in class weblogic.apache.xalan.xpath.XBoolean
Tell if two objects are functionally equal.
equals(XObject) - Method in class weblogic.apache.xalan.xpath.XBooleanStatic
Tell if two objects are functionally equal.
equals(XObject) - Method in class weblogic.apache.xalan.xpath.XRTreeFrag
Tell if two objects are functionally equal.
equals(XObject) - Method in class weblogic.apache.xalan.xpath.XNull
Tell if two objects are functionally equal.
equals(XObject) - Method in class weblogic.apache.xalan.xpath.XString
Tell if two objects are functionally equal.
equals(XObject) - Method in class weblogic.apache.xpath.objects.XObject
Tell if two objects are functionally equal.
equals(XObject) - Method in class weblogic.apache.xpath.objects.XBoolean
Tell if two objects are functionally equal.
equals(XObject) - Method in class weblogic.apache.xpath.objects.XRTreeFrag
Tell if two objects are functionally equal.
equals(XObject) - Method in class weblogic.apache.xpath.objects.XNumber
Tell if two objects are functionally equal.
equals(XObject) - Method in class weblogic.apache.xpath.objects.XNodeSet
Tell if two objects are functionally equal.
equals(XObject) - Method in class weblogic.apache.xpath.objects.XString
Tell if two objects are functionally equal.
equals(XObject) - Method in class weblogic.apache.xpath.objects.XBooleanStatic
Tell if two objects are functionally equal.
equals(XObject) - Method in class weblogic.apache.xpath.objects.XNull
Tell if two objects are functionally equal.
equalsInAllButName(DefaultUserInfoImpl) - Method in class weblogic.security.acl.DefaultUserInfoImpl
Ensure that the non-name components of a UserInfo object match those of another.
equalsString(int, int, char[], int, int) - Method in class weblogic.apache.xerces.utils.UTF8DataChunk
 
equalsString(int, int, char[], int, int) - Method in interface weblogic.apache.xerces.utils.StringPool.StringProducer
 
equalsString(int, int, char[], int, int) - Method in class weblogic.apache.xerces.utils.CharDataChunk
Compare a range in this chunk and a range in a character array for equality
equivType - Static variable in class weblogic.html.MetaElement
Deprecated. Constant for "metatype" argument in this class.
ER_AXES_NOT_ALLOWED - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_AXES_NOT_ALLOWED
ER_BAD_STYLESHEET_URL - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_BAD_STYLESHEET_URL
ER_BAD_VAL_ON_LEVEL_ATTRIB - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_BAD_VAL_ON_LEVEL_ATTRIB
ER_BAD_XSLSORT_USE - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_BAD_XSLSORT_USE
ER_BOOLEAN_ARG_NO_LONGER_OPTIONAL - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_BOOLEAN_ARG_NO_LONGER_OPTIONAL
ER_CALL_TO_EXT_FAILED - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_CALL_TO_EXT_FAILED
ER_CAN_ONLY_OUTPUT_TO_ELEMENT - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_CAN_ONLY_OUTPUT_TO_ELEMENT
ER_CANNOT_ADD - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_CANNOT_ADD
ER_CANNOT_BUILD_FORMATTERLISTENER_IN_REDIRECT - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_CANNOT_BUILD_FORMATTERLISTENER_IN_REDIRECT
ER_CANNOT_CREATE_URL - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_CANNOT_CREATE_URL
ER_CANNOT_MIX_XERCESDOM - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_CANNOT_MIX_XERCESDOM
ER_CANNOT_SERIALIZE_XSLPROCESSOR - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_CANNOT_SERIALIZE_XSLPROCESSOR
ER_CANNOT_WRITE_TO_EMPTYNODELISTIMPL - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_CANNOT_WRITE_TO_EMPTYNODELISTIMPL
ER_CANT_CONVERT_TO_MUTABLENODELIST - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_CANT_CONVERT_TO_MUTABLENODELIST
ER_CANT_CONVERT_TO_NODELIST - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_CANT_CONVERT_TO_NODELIST
ER_CANT_CONVERT_TO_NUMBER - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_CANT_CONVERT_TO_NUMBER
ER_CANT_CONVERT_TO_TYPE - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_CANT_CONVERT_TO_TYPE
ER_CANT_CREATE_ITEM - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_CANT_CREATE_ITEM
ER_CANT_CREATE_URL - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_CANT_CREATE_URL
ER_CANT_HAVE_MORE_THAN_ONE_ROOT - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_CANT_HAVE_MORE_THAN_ONE_ROOT
ER_CANT_OUTPUT_TEXT_BEFORE_DOC - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_CANT_OUTPUT_TEXT_BEFORE_DOC
ER_CANT_RESOLVE_NAME_AVT - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_CANT_RESOLVE_NAME_AVT
ER_CANT_RESOLVE_NSPREFIX - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_CANT_RESOLVE_NSPREFIX
ER_CANT_RESOLVE_PREFIX_OF_NON_PREFIX_RESOLVER - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_CANT_RESOLVE_PREFIX_OF_NON_PREFIX_RESOLVER
ER_CANT_USE_DTM_FOR_INPUT - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_CANT_USE_DTM_FOR_INPUT
ER_CANT_USE_DTM_FOR_OUTPUT - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_CANT_USE_DTM_FOR_OUTPUT
ER_CHILD_HAS_NO_OWNER_DOCUMENT - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_CHILD_HAS_NO_OWNER_DOCUMENT
ER_CHILD_HAS_NO_OWNER_DOCUMENT_ELEMENT - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_CHILD_HAS_NO_OWNER_DOCUMENT_ELEMENT
ER_CHOOSE_REQUIRES_WHEN - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_CHOOSE_REQUIRES_WHEN
ER_CLASS_NOT_FOUND_FOR_OPTION - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
Class not found for option
ER_CONTEXT_HAS_NO_OWNERDOC - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_CONTEXT_HAS_NO_OWNERDOC
ER_COULD_NOT_CREATE_TRACELISTENER - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_COULD_NOT_CREATE_TRACELISTENER
ER_COULD_NOT_CREATE_XML_PROC_LIAISON - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_COULD_NOT_CREATE_XML_PROC_LIAISON
ER_COULDNOT_BE_FORMATTED_TO_NUMBER - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_COULDNOT_BE_FORMATTED_TO_NUMBER
ER_COULDNOT_CREATE_XMLPROCESSORLIAISON - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_COULDNOT_CREATE_XMLPROCESSORLIAISON
ER_COULDNOT_FIND_ENDOP_AFTER_OPLOCATIONPATH - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_COULDNOT_FIND_ENDOP_AFTER_OPLOCATIONPATH
ER_COULDNOT_FIND_FUNCTION - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_COULDNOT_FIND_FUNCTION
ER_COULDNOT_GET_VAR_NAMED - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_COULDNOT_GET_VAR_NAMED
ER_COULDNT_FIND_FRAGMENT - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_COULDNT_FIND_FRAGMENT
ER_COULDNT_PARSE_DOC - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_COULDNT_PARSE_DOC
ER_COUNT_TAKES_1_ARG - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_COUNT_TAKES_1_ARG
ER_CREATEDOCUMENT_NOT_SUPPORTED - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_CREATEDOCUMENT_NOT_SUPPORTED
ER_CURRENCY_SIGN_ILLEGAL - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_CURRENCY_SIGN_ILLEGAL
ER_CURRENT_NOT_ALLOWED_IN_MATCH - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_CURRENT_NOT_ALLOWED_IN_MATCH
ER_CURRENT_TAKES_NO_ARGS - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_CURRENT_TAKES_NO_ARGS
ER_DEFAULTSPACE_NOT_SUPPORTED - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_DEFAULTSPACE_NOT_SUPPORTED
ER_DIDNOT_FIND_XPATH_SELECT_EXP - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_DIDNOT_FIND_XPATH_SELECT_EXP
ER_DOCUMENT_FUNCTION_INVALID_IN_STYLESHEET_DOM - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_DOCUMENT_FUNCTION_INVALID_IN_STYLESHEET_DOM
ER_DOCUMENT_REPLACED - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_DOCUMENT_REPLACED
ER_DTM_CANNOT_HANDLE_NODES - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_DTM_CANNOT_HANDLE_NODES
ER_DUPLICATE_NAMED_TEMPLATE - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_DUPLICATE_NAMED_TEMPLATE
ER_ELEMTEMPLATEELEM_ERR - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_ELEMTEMPLATEELEM_ERR
ER_EMPTY_EXPRESSION - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_EMPTY_EXPRESSION
ER_ENCODING_NOT_SUPPORTED - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_ENCODING_NOT_SUPPORTED
ER_ERROR_OCCURED - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_ERROR_OCCURED
ER_EXPECTED_BUT_FOUND - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_EXPECTED_BUT_FOUND
ER_EXPECTED_DOUBLE_QUOTE - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_EXPECTED_DOUBLE_QUOTE
ER_EXPECTED_MATCH_PATTERN - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_EXPECTED_MATCH_PATTERN
ER_EXPECTED_SINGLE_QUOTE - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_EXPECTED_SINGLE_QUOTE
ER_EXTRA_ILLEGAL_TOKENS - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_EXTRA_ILLEGAL_TOKENS
ER_FAILED_PROCESS_STYLESHEET - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_FAILED_PROCESS_STYLESHEET
ER_FILE_NOT_FOUND - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_FILE_NOT_FOUND
ER_FOREACH_NEED_MATCH_OR_NAME_ATTRIB - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_FOREACH_NEED_MATCH_OR_NAME_ATTRIB
ER_FOUND_COMMA_BUT_NO_FOLLOWING_ARG - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_FOUND_COMMA_BUT_NO_FOLLOWING_ARG
ER_FOUND_COMMA_BUT_NO_PRECEDING_ARG - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_FOUND_COMMA_BUT_NO_PRECEDING_ARG
ER_FUNCTION_NOT_SUPPORTED - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_FUNCTION_NOT_SUPPORTED
ER_FUNCTION_TOKEN_NOT_FOUND - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_XPATH_READOBJECT
ER_IGNORABLE_WHITESPACE_NOT_HANDLED - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_IGNORABLE_WHITESPACE_NOT_HANDLED
ER_ILLEGAL_ATTRIB - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_ILLEGAL_ATTRIB
ER_ILLEGAL_ATTRIBUTE - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_ILLEGAL_ATTRIBUTE
ER_ILLEGAL_ATTRIBUTE_VALUE - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_ILLEGAL_ATTRIBUTE_VALUE
ER_ILLEGAL_AXIS_NAME - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_ILLEGAL_AXIS_NAME
ER_ILLEGAL_DOMSOURCE_INPUT - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
Illegal DOMSource input
ER_ILLEGAL_VALUE - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_ILLEGAL_VALUE
ER_ILLEGAL_VARIABLE_REFERENCE - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_ILLEGAL_VARIABLE_REFERENCE
ER_IMPORTING_ITSELF - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_IMPORTING_ITSELF
ER_IMPORTS_AS_FIRST_ELEM - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_IMPORTS_AS_FIRST_ELEM
ER_IN_ELEMTEMPLATEELEM_READOBJECT - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_IN_ELEMTEMPLATEELEM_READOBJECT
ER_INCORRECT_ARG_LENGTH - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_INCORRECT_ARG_LENGTH
ER_INCORRECT_PROGRAMMER_ASSERTION - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_INCORRECT_PROGRAMMER_ASSERTION
ER_INDENTRESULT_NOT_SUPPORTED - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_INDENTRESULT_NOT_SUPPORTED
ER_INVALID_KEY_CALL - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_INVALID_KEY_CALL
ER_INVALID_OPTION - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_INVALID_OPTION
ER_INVALID_PREFIX_IN_EXCLUDERESULTPREFIX - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_INVALID_PREFIX_IN_EXCLUDERESULTPREFIX
ER_INVALID_UTF16_SURROGATE - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_INVALID_UTF16_SURROGATE
ER_INVALID_UTF16_SURROGATE - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_INVALID_UTF16_SURROGATE
ER_IOEXCEPTION - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_IOEXCEPTION
ER_KEY_HAS_TOO_MANY_ARGS - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_KEY_HAS_TOO_MANY_ARGS
ER_KEY_REQUIRES_MATCH_ATTRIB - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_KEY_REQUIRES_MATCH_ATTRIB
ER_KEY_REQUIRES_NAME_ATTRIB - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_KEY_REQUIRES_NAME_ATTRIB
ER_KEY_REQUIRES_USE_ATTRIB - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_KEY_REQUIRES_USE_ATTRIB
ER_LOCALNAME_HAS_TOO_MANY_ARGS - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_LOCALNAME_HAS_TOO_MANY_ARGS
ER_MALFORMED_FORMAT_STRING - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_MALFORMED_FORMAT_STRING
ER_MISPLACED_XSLOTHERWISE - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_MISPLACED_XSLOTHERWISE
ER_MISPLACED_XSLWHEN - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_MISPLACED_XSLWHEN
ER_MISSING_ARG_FOR_OPTION - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_MISSING_ARG_FOR_OPTION
ER_MISSING_CONTAINER_ELEMENT_COMPONENT - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_MISSING_CONTAINER_ELEMENT_COMPONENT
ER_MISSING_LANG_ATTRIB - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_MISSING_LANG_ATTRIB
ER_MISSING_NS_URI - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_MISSING_NS_URI
ER_MISSING_PREFIX_ATTRIB - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_MISSING_PREFIX_ATTRIB
ER_MUST_HAVE_TEST_ATTRIB - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_MUST_HAVE_TEST_ATTRIB
ER_NAME_HAS_TOO_MANY_ARGS - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_NAME_HAS_TOO_MANY_ARGS
ER_NAMESPACEAXIS_NOT_IMPLEMENTED - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_NAMESPACEAXIS_NOT_IMPLEMENTED
ER_NAMESPACEURI_HAS_TOO_MANY_ARGS - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_NAMESPACEURI_HAS_TOO_MANY_ARGS
ER_NEED_MATCH_ATTRIB - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_NEED_MATCH_ATTRIB
ER_NEED_NAME_ATTRIB - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_NEED_NAME_ATTRIB
ER_NEED_NAME_OR_MATCH_ATTRIB - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_NEED_NAME_OR_MATCH_ATTRIB
ER_NEED_SELECT_ATTRIB - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_NEED_SELECT_ATTRIB
ER_NEED_TEST_ATTRIB - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_NEED_TEST_ATTRIB
ER_NO_APPLY_IMPORT_IN_FOR_EACH - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_NO_APPLY_IMPORT_IN_FOR_EACH
ER_NO_CLONE_OF_DOCUMENT_FRAG - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_NO_CLONE_OF_DOCUMENT_FRAG
ER_NO_CONTEXT_OWNERDOC - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_NO_CONTEXT_OWNERDOC
ER_NO_CURLYBRACE - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_NO_CURLYBRACE
ER_NO_HREF_ATTRIB - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_NO_HREF_ATTRIB
ER_NO_INPUT_STYLESHEET - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_NO_INPUT_STYLESHEET
ER_NO_NAME_ATTRIB - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_NO_NAME_ATTRIB
ER_NO_OWNERDOC - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_NO_OWNERDOC
ER_NO_SELECT_EXPRESSION - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_NO_SELECT_EXPRESSION
ER_NO_XSLKEY_DECLARATION - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_NO_XSLKEY_DECLARATION
ER_NODE_NOT_ELEMENT - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_NODE_NOT_ELEMENT
ER_NORMALIZESPACE_HAS_TOO_MANY_ARGS - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_NORMALIZESPACE_HAS_TOO_MANY_ARGS
ER_NOT_ALLOWED_INSIDE_STYLESHEET - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_NOT_ALLOWED_INSIDE_STYLESHEET
ER_NOT_ALLOWED_INSIDE_TEMPLATE - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_NOT_ALLOWED_INSIDE_TEMPLATE
ER_NOT_SUCCESSFUL - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_NOT_SUCCESSFUL
ER_NULL_CHILD - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_NULL_CHILD
ER_NULL_SOURCENODE_APPLYIMPORTS - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_NULL_SOURCENODE_APPLYIMPORTS
ER_NULL_SOURCENODE_HANDLEAPPLYTEMPLATES - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_NULL_SOURCENODE_HANDLEAPPLYTEMPLATES
ER_NUMBER_HAS_TOO_MANY_ARGS - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_NUMBER_HAS_TOO_MANY_ARGS
ER_OIERROR - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_OIERROR
ER_PARSE_NOT_SUPPORTED - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_PARSE_NOT_SUPPORTED
ER_PATTERN_LITERAL_NEEDS_BE_QUOTED - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_PATTERN_LITERAL_NEEDS_BE_QUOTED
ER_PREDICATE_ILLEGAL_SYNTAX - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_PREDICATE_ILLEGAL_SYNTAX
ER_PREFIX_MUST_RESOLVE - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_PREFIX_MUST_RESOLVE
ER_PREFIX_MUST_RESOLVE - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_PREFIX_MUST_RESOLVE
ER_PROBLEM_IN_DTM_NEXTSIBLING - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_PROBLEM_IN_DTM_NEXTSIBLING
ER_PROCESS_ERROR - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_PROCESS_ERROR
ER_PROCESS_NOT_SUCCESSFUL - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_PROCESS_NOT_SUCCESSFUL
ER_PROCESSINCLUDE_ERROR - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_PROCESSINCLUDE_ERROR
ER_PROCESSINGINSTRUCTION_NAME_CANT_BE_XML - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_PROCESSINGINSTRUCTION_NAME_CANT_BE_XML
ER_PROCESSINGINSTRUCTION_NOTVALID_NCNAME - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_PROCESSINGINSTRUCTION_NOTVALID_NCNAME
ER_PROCESSOR_ERROR - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_PROCESSOR_ERROR
ER_PROCESSSTYLESHEET_NOT_SUCCESSFUL - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_PROCESSSTYLESHEET_NOT_SUCCESSFUL
ER_REDIRECT_COULDNT_GET_FILENAME - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_REDIRECT_COULDNT_GET_FILENAME
ER_REFERENCING_ITSELF - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
Variable is referencing itself
ER_REQUIRES_ATTRIB - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_REQUIRES_ATTRIB
ER_REQUIRES_ELEMENTS_ATTRIB - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_REQUIRES_ELEMENTS_ATTRIB
ER_RESULTNS_NOT_SUPPORTED - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_RESULTNS_NOT_SUPPORTED
ER_SAX_API_NOT_HANDLED - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_SAX_API_NOT_HANDLED
ER_SAX_EXCEPTION - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_SAX_EXCEPTION
ER_SETDOMFACTORY_NOT_SUPPORTED - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_SETDOMFACTORY_NOT_SUPPORTED
ER_STRING_HAS_TOO_MANY_ARGS - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_STRING_HAS_TOO_MANY_ARGS
ER_STRINGLENGTH_HAS_TOO_MANY_ARGS - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_STRINGLENGTH_HAS_TOO_MANY_ARGS
ER_STYLESHEET_INCLUDES_ITSELF - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_STYLESHEET_INCLUDES_ITSELF
ER_STYLESHEET_REQUIRES_VERSION_ATTRIB - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_STYLESHEET_REQUIRES_VERSION_ATTRIB
ER_TEMPLATE_NOT_FOUND - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_TEMPLATE_NOT_FOUND
ER_TEMPLATES_NEED_MATCH_OR_NAME_ATTRIB - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_TEMPLATES_NEED_MATCH_OR_NAME_ATTRIB
ER_TOO_MANY_LISTENERS - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_TOO_MANY_LISTENERS
ER_TRANSLATE_TAKES_3_ARGS - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_TRANSLATE_TAKES_3_ARGS
ER_UNIMPLNODE_ERROR - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_UNIMPLNODE_ERROR
ER_UNKNOWN_AXIS - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_UNKNOWN_AXIS
ER_UNKNOWN_EXT_NS_PREFIX - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_UNKNOWN_EXT_NS_PREFIX
ER_UNKNOWN_MATCH_OPERATION - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_UNKNOWN_MATCH_OPERATION
ER_UNKNOWN_NODETYPE - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_UNKNOWN_NODETYPE
ER_UNKNOWN_OPCODE - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_UNKNOWN_OPCODE
ER_UNKNOWN_XSL_ELEM - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_UNKNOWN_XSL_ELEM
ER_UNPARSEDENTITYURI_TAKES_1_ARG - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_UNPARSEDENTITYURI_TAKES_1_ARG
ER_UNSUPPORTED_ENCODING - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_UNSUPPORTED_ENCODING
ER_XERCES_CANNOT_HANDLE_NODES - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_XERCES_CANNOT_HANDLE_NODES
ER_XERCES_PARSE_ERROR - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_XERCES_PARSE_ERROR
ER_XERCES_PARSE_ERROR_DETAILS - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_XERCES_PARSE_ERROR_DETAILS
ER_XMLSPACE_ILLEGAL_VAL - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_XMLSPACE_ILLEGAL_VAL
ER_XMLSPACE_ILLEGAL_VALUE - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_XMLSPACE_ILLEGAL_VALUE
ER_XPATH_READOBJECT - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ER_XPATH_READOBJECT
ER_XSLATTRSET_USED_ITSELF - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_XSLATTRSET_USED_ITSELF
ER_XSLFUNCTIONS_UNSUPPORTED - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_XSLFUNCTIONS_UNSUPPORTED
ER_XSLOTHERWISE_NOT_PARENTED_BY_XSLCHOOSE - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_XSLOTHERWISE_NOT_PARENTED_BY_XSLCHOOSE
ER_XSLT_ERROR - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_XSLT_ERROR
ER_XSLWHEN_NOT_PARENTED_BY_XSLCHOOSE - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
ER_XSLWHEN_NOT_PARENTED_BY_XSLCHOOSE
ERR_CERT_CHAIN_INCOMPLETE - Static variable in interface weblogic.security.SSL.TrustManager
An incomplete certificate chain is when a chain does not include a self signed root CA certificate
ERR_CERT_CHAIN_INVALID - Static variable in interface weblogic.security.SSL.TrustManager
An invalid certificate chain is when a certificate is not issued by the succeeding certificate in the chain
ERR_CERT_CHAIN_UNTRUSTED - Static variable in interface weblogic.security.SSL.TrustManager
None of the certificates in the chain can be found in the list of trusted certificates
ERR_CERT_EXPIRED - Static variable in interface weblogic.security.SSL.TrustManager
An expired certificate
ERR_NONE - Static variable in interface weblogic.security.SSL.TrustManager
 
ERR_SIGNATURE_INVALID - Static variable in interface weblogic.security.SSL.TrustManager
A certificate has an invalid signature when the public key of the succeeding certificate does not verify the signature in the certificate
ERROR - Static variable in interface weblogic.apache.xalan.xpath.xml.ProblemListener
 
ERROR - Static variable in class weblogic.logging.Severities
A user level error has occured.
ERROR - Static variable in interface weblogic.management.configuration.DomainLogFilterMBean
 
ERROR_HEADER - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
String to prepend to error messages.
ERROR_HEADER - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ERROR_HEADER
ERROR_RESOURCES - Static variable in class weblogic.apache.xml.utils.res.XResourceBundle
Error resource constants
ERROR_RESOURCES - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ERROR_RESOURCES
ERROR_STRING - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
General error string.
ERROR_STRING - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ERROR_STRING
ERROR_SUFFIX - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
The error suffix for construction error property keys.
ERROR_SUFFIX - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ERROR_SUFFIX
ERROR_TEXT - Static variable in class weblogic.logging.Severities
 
error(int) - Method in class weblogic.apache.xalan.xslt.XSLTEngineImpl
Tell the user of an error, and probably throw an exception.
error(int) - Method in class weblogic.apache.xml.utils.UnImplNode
Throw an error.
error(int) - Method in class weblogic.apache.xpath.objects.XObject
Tell the user of an error, and probably throw an exception.
error(int, Exception) - Method in class weblogic.apache.xalan.xslt.XSLTEngineImpl
Tell the user of an error, and probably throw an exception.
error(int, Object[]) - Method in class weblogic.apache.xalan.templates.ElemTemplateElement
Throw a template element runtime error.
error(int, Object[]) - Method in class weblogic.apache.xalan.xslt.XSLTEngineImpl
Tell the user of an error, and probably throw an exception.
error(int, Object[]) - Method in class weblogic.apache.xml.utils.UnImplNode
Throw an error.
error(int, Object[]) - Method in class weblogic.apache.xpath.compiler.Compiler
Tell the user of an error, and probably throw an exception.
error(int, Object[]) - Method in class weblogic.apache.xpath.objects.XObject
Tell the user of an error, and probably throw an exception.
error(int, Object[], Exception) - Method in class weblogic.apache.xalan.processor.StylesheetHandler
Tell the user of an error, and probably throw an exception.
error(int, Object[], Exception) - Method in class weblogic.apache.xalan.xslt.XSLTEngineImpl
Tell the user of an error, and probably throw an exception.
error(Node, Node, int) - Method in class weblogic.apache.xalan.xslt.XSLTEngineImpl
Tell the user of an error, and probably throw an exception.
error(Node, Node, int, Object[]) - Method in class weblogic.apache.xalan.xslt.XSLTEngineImpl
Tell the user of an error, and probably throw an exception.
error(SAXParseException) - Method in class weblogic.apache.xalan.processor.StylesheetHandler
Receive notification of a recoverable XSLT processing error.
error(SAXParseException) - Method in class weblogic.apache.xalan.xpath.xml.ProblemListenerDefault
 
error(SAXParseException) - Method in class weblogic.apache.xml.utils.DefaultErrorHandler
Receive notification of a recoverable error.
error(SourceLocator, int) - Method in class weblogic.apache.xalan.transformer.MsgMgr
Tell the user of an error, and probably throw an exception.
error(SourceLocator, int, Exception) - Method in class weblogic.apache.xalan.transformer.MsgMgr
Tell the user of an error, and probably throw an exception.
error(SourceLocator, int, Object[]) - Method in class weblogic.apache.xalan.transformer.MsgMgr
Tell the user of an error, and probably throw an exception.
error(SourceLocator, int, Object[], Exception) - Method in class weblogic.apache.xalan.transformer.MsgMgr
Tell the user of an error, and probably throw an exception.
error(SourceLocator, Node, Node, int) - Method in class weblogic.apache.xalan.transformer.MsgMgr
Tell the user of an error, and probably throw an exception.
error(SourceLocator, Node, Node, int, Object[]) - Method in class weblogic.apache.xalan.transformer.MsgMgr
Tell the user of an error, and probably throw an exception.
error(SourceLocator, String) - Method in class weblogic.apache.xalan.transformer.MsgMgr
Tell the user of an error, and probably throw an exception.
error(String) - Method in class weblogic.apache.xalan.templates.ElemTemplateElement
Throw a template element runtime error.
error(String) - Method in class weblogic.apache.xalan.xslt.XSLTEngineImpl
Tell the user of an error, and probably throw an exception.
error(String) - Method in interface weblogic.common.LogServicesDef
Deprecated. Deprecated in WebLogic Server 6.1.
error(String) - Method in class weblogic.logging.NonCatalogLogger
Log a message with severity 'Error'
error(String, Exception) - Method in class weblogic.apache.xalan.processor.StylesheetHandler
Tell the user of an error, and probably throw an exception.
error(String, String) - Method in interface weblogic.common.LogServicesDef
Deprecated. Throwables be left in their raw form rather than stringified so that loggers can manipulate them. Use error(String, Throwable) instead.
error(String, Throwable) - Method in interface weblogic.common.LogServicesDef
Deprecated. Deprecated in WebLogic Server 6.1.
error(String, Throwable) - Method in class weblogic.logging.NonCatalogLogger
 
error(Throwable) - Method in interface weblogic.common.LogServicesDef
Deprecated. Throwables should be accompanied by a text explanation. Use error(String, Throwable) instead.
error(TransformerException) - Method in class weblogic.apache.xalan.xpath.xml.ProblemListenerDefault
 
error(TransformerException) - Method in class weblogic.apache.xml.utils.DefaultErrorHandler
Receive notification of a recoverable error.
error(XPathContext, int, Object[]) - Method in class weblogic.apache.xalan.templates.FuncDocument
Tell the user of an error, and probably throw an exception.
error(XPathContext, int, Object[]) - Method in class weblogic.apache.xpath.Expression
Tell the user of an error, and probably throw an exception.
error(XPathContext, Node, int, Object[]) - Method in class weblogic.apache.xpath.XPath
Tell the user of an error, and probably throw an exception.
ERROR0000 - Static variable in class weblogic.apache.xalan.res.XSLTErrorResources
Error message ID that has a null message, but takes in a single object.
ERROR0000 - Static variable in class weblogic.apache.xpath.res.XPATHErrorResources
Field ERROR0000
errorChecking - Variable in class weblogic.apache.xerces.dom.DocumentImpl
Bypass error checking.
errorMessage - Variable in class weblogicx.jsp.tags.validators.CustomizableAdapter
 
errorMessage - Variable in class weblogicx.jsp.tags.validators.ValidatableAdapter
 
ErrorSummary - class weblogicx.jsp.tags.validators.ErrorSummary.
Custom tag to print all the error messages stored in the summary's error Vector.
ErrorSummary() - Constructor for class weblogicx.jsp.tags.validators.ErrorSummary
 
ERRORTYPE_FATAL_ERROR - Static variable in interface weblogic.apache.xerces.framework.XMLErrorReporter
Fatal error type.
ERRORTYPE_RECOVERABLE_ERROR - Static variable in interface weblogic.apache.xerces.framework.XMLErrorReporter
Error type.
ERRORTYPE_WARNING - Static variable in interface weblogic.apache.xerces.framework.XMLErrorReporter
Warning type.
errToString - Static variable in class weblogic.apache.xml.utils.synthetic.SynthesisException
Field errToString
escape() - Method in class weblogic.html.StringElement
Deprecated. Escapes a StringElement using HTML entities.
escapeQuotes(String) - Method in class weblogic.html.ElementWithAttributes
Deprecated.  
escapeQuotes(String) - Static method in class weblogic.jdbc.informix4.BaseString
Will replace single quotes with a single quote escape sequence (single quote twice).
escapeString(String) - Method in class weblogic.apache.xalan.client.XSLTProcessorApplet
Given a String containing markup, escape the markup so it can be displayed in the browser.
escapeString(String) - Static method in class weblogic.html.EntityEscape
Deprecated. Escapes the specified string.
escapeURI(String) - Method in class weblogic.apache.xml.serialize.HTMLSerializer
 
escQuotes - Variable in class weblogic.jdbc.informix4.Statement
 
eval(Node, String) - Static method in class weblogic.apache.xpath.XPathAPI
Evaluate XPath string to an XObject.
eval(Node, String, Node) - Static method in class weblogic.apache.xpath.XPathAPI
Evaluate XPath string to an XObject.
eval(Node, String, PrefixResolver) - Static method in class weblogic.apache.xpath.XPathAPI
Evaluate XPath string to an XObject.
Evaluate - class weblogic.event.evaluators.Evaluate.
The Evaluate class provides constructors for Evaluate objects.
Evaluate() - Constructor for class weblogic.event.evaluators.Evaluate
Constructs a default Evaluate object.
evaluate(EventMessageDef) - Method in class weblogic.event.evaluators.EvaluateTrue
Evaluates to true.
evaluate(EventMessageDef) - Method in class weblogic.event.evaluators.EvaluateTime
Evaluates whether a specified interval of time has elapsed.
evaluate(EventMessageDef) - Method in interface weblogic.event.evaluators.EvaluateDef
Evaluates the specified EventMessage.
evaluate(ExpressionContext, String) - Static method in class weblogic.apache.xalan.lib.Extensions
Returns the result of evaluating the argument as a string containing an XPath expression.
Evaluate(Object) - Constructor for class weblogic.event.evaluators.Evaluate
Constructs an Evaluate object with the specified Object.
Evaluate(Object, ParamSet) - Constructor for class weblogic.event.evaluators.Evaluate
Constructs an Evaluate object with the specified Object and set of parameters.
Evaluate(String) - Constructor for class weblogic.event.evaluators.Evaluate
Constructs an Evaluate object with the specified user-written class name.
Evaluate(String, ParamSet) - Constructor for class weblogic.event.evaluators.Evaluate
Constructs an Evaluate object with the specified user-written class name and set of parameters.
Evaluate(T3Client, String, ParamSet) - Constructor for class weblogic.event.evaluators.Evaluate
Constructs an Evaluate object with the specified T3Client, user-written class name, and set of parameters.
evaluate(XPathContext, FastStringBuffer, Node, PrefixResolver) - Method in class weblogic.apache.xalan.templates.AVTPart
Write the evaluated value into the given string buffer.
evaluate(XPathContext, FastStringBuffer, Node, PrefixResolver) - Method in class weblogic.apache.xalan.templates.AVTPartXPath
Write the value into the buffer.
evaluate(XPathContext, FastStringBuffer, Node, PrefixResolver) - Method in class weblogic.apache.xalan.templates.AVTPartSimple
Write the value into the buffer.
evaluate(XPathContext, Node, PrefixResolver) - Method in class weblogic.apache.xalan.templates.AVT
Evaluate the AVT and return a String.
EvaluateDef - interface weblogic.event.evaluators.EvaluateDef.
Interface for user-written evaluators.
EvaluateTime - class weblogic.event.evaluators.EvaluateTime.
Class for evaluating whether a certain interval of time has elapsed.
EvaluateTime() - Constructor for class weblogic.event.evaluators.EvaluateTime
Default constructor.
EvaluateTrue - class weblogic.event.evaluators.EvaluateTrue.
Class for evaluating an event.
EvaluateTrue() - Constructor for class weblogic.event.evaluators.EvaluateTrue
 
EventfulRecord - class weblogic.db.jdbc.EventfulRecord.
Deprecated. the weblogic events are deprecated
EventfulRecord() - Constructor for class weblogic.db.jdbc.EventfulRecord
Deprecated. Default constructor.
EventfulRecord(T3Client, EventfulTableDataSet) - Constructor for class weblogic.db.jdbc.EventfulRecord
Deprecated. The WebLogic Event api is deprecated.
EventfulTableDataSet - class weblogic.db.jdbc.EventfulTableDataSet.
Deprecated. The WebLogic Event api is deprecated.
EventfulTableDataSet(T3Client, Connection, String, KeyDef) - Constructor for class weblogic.db.jdbc.EventfulTableDataSet
Deprecated. The WebLogic Event api is deprecated.
EventfulTableDataSet(T3Client, Connection, String, String, KeyDef) - Constructor for class weblogic.db.jdbc.EventfulTableDataSet
Deprecated. The WebLogic Event api is deprecated.
EventGenerationException - exception weblogic.event.common.EventGenerationException.
Class for exceptions generated by events.
EventGenerationException(String) - Constructor for class weblogic.event.common.EventGenerationException
Constructs an EventGenerationException with the specified string.
EventGenerationException(String, boolean) - Constructor for class weblogic.event.common.EventGenerationException
Constructs an EventGenerationException with the specified string and sets options.
EventImpl - class weblogic.apache.xerces.dom.events.EventImpl.
EventImpl is an implementation of the basic "generic" DOM Level 2 Event object.
EventImpl() - Constructor for class weblogic.apache.xerces.dom.events.EventImpl
 
eventListeners - Variable in class weblogic.apache.xerces.dom.DocumentImpl
Table for event listeners registered to this document nodes.
EventMessageDef - interface weblogic.event.common.EventMessageDef.
Deprecated. Deprecated in WebLogic Server 6.1.
eventPhase - Variable in class weblogic.apache.xerces.dom.events.EventImpl
 
EventRegistrationDef - interface weblogic.event.common.EventRegistrationDef.
Deprecated. Deprecated in WebLogic Server 6.1.
EventRegistrationException - exception weblogic.event.common.EventRegistrationException.
Class for exceptions generated during event registration.
EventRegistrationException() - Constructor for class weblogic.event.common.EventRegistrationException
Default constructor for serialization
EventRegistrationException(String) - Constructor for class weblogic.event.common.EventRegistrationException
Constructs an EventRegistrationException with the specified string.
EventRegistrationException(String, boolean) - Constructor for class weblogic.event.common.EventRegistrationException
Constructs an EventRegistrationException with the specified string and sets options.
events() - Method in interface weblogic.common.T3ServicesDef
Deprecated. Deprecated in WebLogic Server 6.1.
EventServicesDef - interface weblogic.event.common.EventServicesDef.
Deprecated. Deprecated in WebLogic Server 6.1.
eventState() - Method in class weblogic.jdbc.oci.Connection
 
EventTopicDef - interface weblogic.event.common.EventTopicDef.
Deprecated. Deprecated in WebLogic Server 6.1.
eventTopicRoot() - Method in class weblogic.jdbc.oci.Connection
 
EVENTTYPE_CDATA - Static variable in class weblogic.apache.xalan.trace.GenerateEvent
Event type generated after CDATA is generated.
EVENTTYPE_CHARACTERS - Static variable in class weblogic.apache.xalan.trace.GenerateEvent
Event type generated for character data (CDATA and Ignorable Whitespace have their own events).
EVENTTYPE_COMMENT - Static variable in class weblogic.apache.xalan.trace.GenerateEvent
Event type generated after a comment has been added.
EVENTTYPE_ENDDOCUMENT - Static variable in class weblogic.apache.xalan.trace.GenerateEvent
Event type generated when a document ends.
EVENTTYPE_ENDELEMENT - Static variable in class weblogic.apache.xalan.trace.GenerateEvent
Event type generated when an element ends, after it's children have been added.
EVENTTYPE_ENTITYREF - Static variable in class weblogic.apache.xalan.trace.GenerateEvent
Event type generate after an entity ref is created.
EVENTTYPE_IGNORABLEWHITESPACE - Static variable in class weblogic.apache.xalan.trace.GenerateEvent
Event type generated for ignorable whitespace (I'm not sure how much this is actually called.
EVENTTYPE_PI - Static variable in class weblogic.apache.xalan.trace.GenerateEvent
Event type generated for processing instructions.
EVENTTYPE_STARTDOCUMENT - Static variable in class weblogic.apache.xalan.trace.GenerateEvent
Event type generated when a document begins.
EVENTTYPE_STARTELEMENT - Static variable in class weblogic.apache.xalan.trace.GenerateEvent
Event type generated when an element begins (after the attributes have been processed but before the children have been added).
Everyone - class weblogic.security.acl.Everyone.
Everyone is an implementation of Group, which is includes everyone.
Everyone(ListableRealm) - Constructor for class weblogic.security.acl.Everyone
Constructs the special group Everyone for the specified ListableRealm.
evt_mib - class weblogic.wtc.jatmi.evt_mib.
 
evt_mib() - Constructor for class weblogic.wtc.jatmi.evt_mib
 
ExceptionMessages - class weblogic.apache.xerces.msg.ExceptionMessages.
This file contains error and warning messages to be localized The messages are arranged in key and value tuples in a ListResourceBundle.
ExceptionMessages() - Constructor for class weblogic.apache.xerces.msg.ExceptionMessages
 
ExceptionMessagesLocalizer - class weblogic.apache.xerces.msg.ExceptionMessagesLocalizer.
 
ExceptionMessagesLocalizer() - Constructor for class weblogic.apache.xerces.msg.ExceptionMessagesLocalizer
 
exceptionSeverity - Variable in class weblogic.jdbc.informix4.Statement
 
execute() - Method in class weblogic.jdbc.informix4.Statement
A prepared SQL query is executed and multiple results sets can be returned.
execute() - Method in class weblogic.jdbc.oci.Statement
 
execute() - Method in class weblogic.jdbc.oci.xa.PreparedStatement
 
execute() - Method in class weblogic.jdbc.pool.Statement
 
execute(ExecutionContext, Object) - Method in interface weblogic.common.T3Executable
Deprecated.  
execute(JVMID) - Method in class weblogicx.jsp.tags.CacheMessage
 
execute(String) - Method in class weblogic.jdbc.informix4.Statement
 
execute(String) - Method in class weblogic.jdbc.oci.Statement
 
execute(String) - Method in class weblogic.jdbc.oci.xa.Statement
 
execute(String) - Method in class weblogic.jdbc.pool.Statement
 
execute(String) - Method in class weblogic.jdbc.pool.PreparedStatement
 
execute(TransformerImpl, Node, QName) - Method in class weblogic.apache.xalan.processor.CompiledTemplate
Main entry point for the Template transformation.
execute(TransformerImpl, Node, QName) - Method in class weblogic.apache.xalan.templates.ElemTemplateElement
Execute the element's primary function.
execute(TransformerImpl, Node, QName) - Method in class weblogic.apache.xalan.templates.ElemTemplate
Copy the template contents into the result tree.
execute(TransformerImpl, Node, QName) - Method in class weblogic.apache.xalan.templates.ElemForEach
Execute the xsl:for-each transformation
execute(TransformerImpl, Node, QName) - Method in class weblogic.apache.xalan.templates.ElemCallTemplate
Invoke a named template.
execute(TransformerImpl, Node, QName) - Method in class weblogic.apache.xalan.templates.ElemApplyTemplates
Apply the context node to the matching templates.
execute(TransformerImpl, Node, QName) - Method in class weblogic.apache.xalan.templates.ElemUse
Copy attributes specified by use-attribute-sets to the result tree.
execute(TransformerImpl, Node, QName) - Method in class weblogic.apache.xalan.templates.ElemTextLiteral
Copy the text literal to the result tree.
execute(TransformerImpl, Node, QName) - Method in class weblogic.apache.xalan.templates.ElemChoose
Execute the xsl:choose transformation.
execute(TransformerImpl, Node, QName) - Method in class weblogic.apache.xalan.templates.ElemFallback
This is the normal call when xsl:fallback is instantiated.
execute(TransformerImpl, Node, QName) - Method in class weblogic.apache.xalan.templates.ElemElement
Create an element in the result tree.
execute(TransformerImpl, Node, QName) - Method in class weblogic.apache.xalan.templates.ElemAttribute
Create an attribute in the result tree.
execute(TransformerImpl, Node, QName) - Method in class weblogic.apache.xalan.templates.ElemCopyOf
The xsl:copy-of element can be used to insert a result tree fragment into the result tree, without first converting it to a string as xsl:value-of does (see [7.6.1 Generating Text with xsl:value-of]).
execute(TransformerImpl, Node, QName) - Method in class weblogic.apache.xalan.templates.ElemMessage
Send a message to diagnostics.
execute(TransformerImpl, Node, QName) - Method in class weblogic.apache.xalan.templates.ElemAttributeSet
Apply a set of attributes to the element.
execute(TransformerImpl, Node, QName) - Method in class weblogic.apache.xalan.templates.ElemLiteralResult
Copy a Literal Result Element into the Result tree, copy the non-excluded namespace attributes, copy the attributes not of the XSLT namespace, and execute the children of the LRE.
execute(TransformerImpl, Node, QName) - Method in class weblogic.apache.xalan.templates.ElemNumber
Execute an xsl:number instruction.
execute(TransformerImpl, Node, QName) - Method in class weblogic.apache.xalan.templates.ElemUnknown
Copy an unknown element to the result tree
execute(TransformerImpl, Node, QName) - Method in class weblogic.apache.xalan.templates.ElemVariable
Execute a variable declaration and push it onto the variable stack.
execute(TransformerImpl, Node, QName) - Method in class weblogic.apache.xalan.templates.ElemParam
Execute a parameter declaration.
execute(TransformerImpl, Node, QName) - Method in class weblogic.apache.xalan.templates.ElemComment
Execute the xsl:comment transformation
execute(TransformerImpl, Node, QName) - Method in class weblogic.apache.xalan.templates.ElemIf
Conditionally execute a sub-template.
execute(TransformerImpl, Node, QName) - Method in class weblogic.apache.xalan.templates.ElemValueOf
Execute the string expression and copy the text to the result tree.
execute(TransformerImpl, Node, QName) - Method in class weblogic.apache.xalan.templates.ElemPI
Create a processing instruction in the result tree.
execute(TransformerImpl, Node, QName) - Method in class weblogic.apache.xalan.templates.ElemApplyImport
Execute the xsl:apply-imports transformation.
execute(TransformerImpl, Node, QName) - Method in class weblogic.apache.xalan.templates.ElemExtensionCall
Execute an extension.
execute(TransformerImpl, Node, QName) - Method in class weblogic.apache.xalan.templates.ElemCopy
The xsl:copy element provides an easy way of copying the current node.
execute(XPathContext) - Method in class weblogic.apache.xalan.templates.FuncFormatNumb
Execute the function.
execute(XPathContext) - Method in class weblogic.apache.xalan.templates.FuncDocument
Execute the function.
execute(XPathContext) - Method in class weblogic.apache.xalan.templates.FuncKey
Execute the function.
execute(XPathContext) - Method in class weblogic.apache.xalan.templates.XUnresolvedVariable
For support of literal objects in xpaths.
execute(XPathContext) - Method in class weblogic.apache.xpath.Expression
Execute an expression in the XPath runtime context, and return the result of the expression.
execute(XPathContext) - Method in class weblogic.apache.xpath.axes.LocPathIterator
Execute this iterator, meaning create a clone that can store state, and initialize it for fast execution from the current runtime state.
execute(XPathContext) - Method in class weblogic.apache.xpath.axes.UnionPathIterator
Execute this iterator, meaning create a clone that can store state, and initialize it for fast execution from the current runtime state.
execute(XPathContext) - Method in class weblogic.apache.xpath.functions.Function
Execute an XPath function object.
execute(XPathContext) - Method in class weblogic.apache.xpath.functions.FuncContains
Execute the function.
execute(XPathContext) - Method in class weblogic.apache.xpath.functions.FuncSubstringBefore
Execute the function.
execute(XPathContext) - Method in class weblogic.apache.xpath.functions.FuncExtElementAvailable
Execute the function.
execute(XPathContext) - Method in class weblogic.apache.xpath.functions.FuncSubstring
Execute the function.
execute(XPathContext) - Method in class weblogic.apache.xpath.functions.FuncCurrent
Execute the function.
execute(XPathContext) - Method in class weblogic.apache.xpath.functions.FuncNormalizeSpace
Execute the function.
execute(XPathContext) - Method in class weblogic.apache.xpath.functions.FuncConcat
Execute the function.
execute(XPathContext) - Method in class weblogic.apache.xpath.functions.FuncLast
Execute the function.
execute(XPathContext) - Method in class weblogic.apache.xpath.functions.FuncExtFunction
Execute the function.
execute(XPathContext) - Method in class weblogic.apache.xpath.functions.FuncTrue
Execute the function.
execute(XPathContext) - Method in class weblogic.apache.xpath.functions.FuncFloor
Execute the function.
execute(XPathContext) - Method in class weblogic.apache.xpath.functions.FuncRound
Execute the function.
execute(XPathContext) - Method in class weblogic.apache.xpath.functions.FuncUnparsedEntityURI
Execute the function.
execute(XPathContext) - Method in class weblogic.apache.xpath.functions.FuncExtFunctionAvailable
Execute the function.
execute(XPathContext) - Method in class weblogic.apache.xpath.functions.FuncCeiling
Execute the function.
execute(XPathContext) - Method in class weblogic.apache.xpath.functions.FuncPosition
Execute the function.
execute(XPathContext) - Method in class weblogic.apache.xpath.functions.FuncStartsWith
Execute the function.
execute(XPathContext) - Method in class weblogic.apache.xpath.functions.FuncLocalPart
Execute the function.
execute(XPathContext) - Method in class weblogic.apache.xpath.functions.FuncSubstringAfter
Execute the function.
execute(XPathContext) - Method in class weblogic.apache.xpath.functions.FuncGenerateId
Execute the function.
execute(XPathContext) - Method in class weblogic.apache.xpath.functions.FuncStringLength
Execute the function.
execute(XPathContext) - Method in class weblogic.apache.xpath.functions.FuncCount
Execute the function.
execute(XPathContext) - Method in class weblogic.apache.xpath.functions.FuncSum
Execute the function.
execute(XPathContext) - Method in class weblogic.apache.xpath.functions.FuncNamespace
Execute the function.
execute(XPathContext) - Method in class weblogic.apache.xpath.functions.FuncLang
Execute the function.
execute(XPathContext) - Method in class weblogic.apache.xpath.functions.FuncDoclocation
Execute the function.
execute(XPathContext) - Method in class weblogic.apache.xpath.functions.FuncTranslate
Execute the function.
execute(XPathContext) - Method in class weblogic.apache.xpath.functions.FuncId
Execute the function.
execute(XPathContext) - Method in class weblogic.apache.xpath.functions.FuncQname
Execute the function.
execute(XPathContext) - Method in class weblogic.apache.xpath.functions.FuncSystemProperty
Execute the function.
execute(XPathContext) - Method in class weblogic.apache.xpath.functions.FuncBoolean
Execute the function.
execute(XPathContext) - Method in class weblogic.apache.xpath.functions.FuncNumber
Execute the function.
execute(XPathContext) - Method in class weblogic.apache.xpath.functions.FuncNot
Execute the function.
execute(XPathContext) - Method in class weblogic.apache.xpath.functions.FuncString
Execute the function.
execute(XPathContext) - Method in class weblogic.apache.xpath.functions.FuncFalse
Execute the function.
execute(XPathContext) - Method in class weblogic.apache.xpath.objects.XObject
For support of literal objects in xpaths.
execute(XPathContext) - Method in class weblogic.apache.xpath.operations.Operation
Execute a binary operation by calling execute on each of the operands, and then calling the operate method on the derived class.
execute(XPathContext) - Method in class weblogic.apache.xpath.operations.UnaryOperation
Execute the operand and apply the unary operation to the result.
execute(XPathContext) - Method in class weblogic.apache.xpath.operations.Or
OR two expressions and return the boolean result.
execute(XPathContext) - Method in class weblogic.apache.xpath.operations.Variable
Dereference the variable, and return the reference value.
execute(XPathContext) - Method in class weblogic.apache.xpath.operations.And
AND two expressions and return the boolean result.
execute(XPathContext) - Method in class weblogic.apache.xpath.patterns.NodeTest
Test the current node to see if it matches the given node test.
execute(XPathContext) - Method in class weblogic.apache.xpath.patterns.UnionPattern
Test a node to see if it matches any of the patterns in the union.
execute(XPathContext) - Method in class weblogic.apache.xpath.patterns.StepPattern
Test the current node to see if it matches the given node test, and if it does, and there is a relative path pattern, execute that to see if it matches also.
execute(XPathContext) - Method in class weblogic.apache.xpath.patterns.FunctionPattern
Test a node to see if it matches the given node test.
execute(XPathContext) - Method in class weblogic.apache.xpath.patterns.AncestorStepPattern
Overide the super method so that we can handle match patterns starting with a function such as id()/
execute(XPathContext, Node) - Method in class weblogic.apache.xpath.patterns.NodeTest
Tell what the test score is for the given node.
execute(XPathContext, Node, PrefixResolver) - Method in class weblogic.apache.xpath.XPath
Given an expression and a context, evaluate the XPath and call the callback as nodes are found.
executeBatch() - Method in class weblogic.jdbc.informix4.Statement
 
executeBatch() - Method in class weblogic.jdbc.oci.Statement
 
executeBatch() - Method in class weblogic.jdbc.oci.xa.Statement
 
executeBatch() - Method in class weblogic.jdbc.pool.Statement
 
executeChildTemplates(ElemTemplateElement, Node, QName, boolean) - Method in class weblogic.apache.xalan.transformer.TransformerImpl
Execute each of the children of a template element.
executeChildTemplates(ElemTemplateElement, Node, QName, ContentHandler) - Method in class weblogic.apache.xalan.transformer.TransformerImpl
Execute each of the children of a template element.
executeFallback(TransformerImpl, Node, QName) - Method in class weblogic.apache.xalan.templates.ElemFallback
Execute the fallback elements.
executeFallbacks(TransformerImpl, Node, QName) - Method in class weblogic.apache.xalan.templates.ElemExtensionCall
Execute the fallbacks when an extension is not available.
executeLazy(ExecutionContext, Object) - Method in interface weblogic.common.T3ExecutableLazy
Deprecated.  
executeQuery() - Method in class weblogic.jdbc.informix4.Statement
A prepared SQL query is executed and its ResultSet is returned.
executeQuery() - Method in class weblogic.jdbc.oci.Statement
 
executeQuery() - Method in class weblogic.jdbc.oci.xa.PreparedStatement
 
executeQuery() - Method in class weblogic.jdbc.pool.PreparedStatement
 
executeQuery(String) - Method in class weblogic.jdbc.informix4.Statement
Execute a SQL statement that returns a single ResultSet.
executeQuery(String) - Method in class weblogic.jdbc.oci.Statement
 
executeQuery(String) - Method in class weblogic.jdbc.oci.xa.Statement
 
executeQuery(String) - Method in class weblogic.jdbc.pool.Statement
 
ExecuteQueueMBean - interface weblogic.management.configuration.ExecuteQueueMBean.
This bean is used to configure an execute queue and its associated thread pool.
ExecuteQueueRuntimeMBean - interface weblogic.management.runtime.ExecuteQueueRuntimeMBean.
This bean is used to monitor an execute queue and its associated thread pool.
executeRelativePathPattern(XPathContext) - Method in class weblogic.apache.xpath.patterns.StepPattern
Execute the match pattern step relative to another step.
executeRelativePathPattern(XPathContext) - Method in class weblogic.apache.xpath.patterns.AncestorStepPattern
Execute the match pattern step relative to another step.
executeStep(XPathContext) - Method in class weblogic.apache.xpath.patterns.StepPattern
Execute this pattern step, including predicates.
executeUpdate() - Method in class weblogic.jdbc.informix4.Statement
Executes the prepared SQL statement and returns an update count (or 0 if no update count).
executeUpdate() - Method in class weblogic.jdbc.oci.Statement
 
executeUpdate() - Method in class weblogic.jdbc.oci.xa.PreparedStatement
 
executeUpdate() - Method in class weblogic.jdbc.pool.Statement
jdk1.2 move to subclasses public java.sql.ResultSet executeQuery() throws SQLException { conn.checkIfClosed(); cc.checkIfEnabled(); current_rs = null; java.sql.ResultSet rs = ((java.sql.PreparedStatement)stmt).executeQuery(); cc.lastSuccessfulConnectionUse = System.currentTimeMillis(); if (rs == null) return null; ResultSetHolder rsh = new ResultSetHolder(rs); String rs_key = cc.addResultSet(rsh); current_rs = new ResultSet(rs, cc, rs_key, conn); return current_rs; }
executeUpdate(String) - Method in class weblogic.jdbc.informix4.Statement
Execute a SQL INSERT, UPDATE or DELETE statement.
executeUpdate(String) - Method in class weblogic.jdbc.oci.Statement
 
executeUpdate(String) - Method in class weblogic.jdbc.oci.xa.Statement
 
executeUpdate(String) - Method in class weblogic.jdbc.pool.Statement
 
executeUpdate(String) - Method in class weblogic.jdbc.pool.PreparedStatement
 
executeWriteText(String, String, byte[], boolean, byte[], int, int) - Method in class weblogic.jdbc.pool.Statement
 
executeWriteText(String, String, byte[], boolean, byte[], int, int, byte[]) - Method in class weblogic.jdbc.pool.Statement
 
executeWriteText(String, String, byte[], boolean, InputStream, int) - Method in class weblogic.jdbc.pool.Statement
 
executeWriteText(String, String, byte[], boolean, InputStream, int, byte[]) - Method in class weblogic.jdbc.pool.Statement
 
exists() - Method in interface weblogic.io.common.T3File
Deprecated. Deprecated in WebLogic Server 6.1.
expandRegistryToFullSchemaSet() - Method in class weblogic.apache.xerces.validators.datatype.DatatypeValidatorFactoryImpl
 
expandSystemId(String) - Method in class weblogic.apache.xerces.readers.DefaultEntityHandler
Expands a system id and returns the system id as a URI, if it can be expanded.
expandSystemId(String) - Method in interface weblogic.apache.xerces.readers.XMLEntityHandler
Expand the system identifier relative to the entity that we are processing.
expires - Variable in class weblogic.html.WebPage
Deprecated.  
expires() - Method in class weblogic.html.WebPage
Deprecated. Gets the HTTP-EQUIV=Expires information for a WebPage.
expires(String) - Method in class weblogic.html.WebPage
Deprecated. Sets the HTTP expiry date for a WebPage.
explain() - Method in class weblogic.security.X509
 
ExplicitlyControlled - interface weblogic.security.acl.ExplicitlyControlled.
An object that needs to have some access control lists associated explicitly will implement this interface.
Expr() - Method in class weblogic.apache.xpath.compiler.XPathParser
Expr ::= OrExpr
expression - Variable in class weblogicx.jsp.tags.validators.CustomizableAdapter
 
Expression - class weblogic.apache.xpath.Expression.
This abstract class serves as the base for all expression objects.
Expression() - Constructor for class weblogic.apache.xpath.Expression
 
ExpressionContext - interface weblogic.apache.xalan.extensions.ExpressionContext.
An object that implements this interface can supply information about the current XPath expression context.
extend(String) - Method in interface weblogic.io.common.T3File
Deprecated. Deprecated in WebLogic Server 6.1.
EXTENSION - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
ExtensionError - class weblogic.apache.xalan.lib.sql.ExtensionError.
A base class that will convert an exception into an XML stream that can be returned in place of the standard result.
ExtensionError() - Constructor for class weblogic.apache.xalan.lib.sql.ExtensionError
 
ExtensionError(Exception) - Constructor for class weblogic.apache.xalan.lib.sql.ExtensionError
 
ExtensionHandler - class weblogic.apache.xalan.extensions.ExtensionHandler.
Abstract base class for handling an extension namespace for XPath.
ExtensionHandler(String, String) - Constructor for class weblogic.apache.xalan.extensions.ExtensionHandler
Construct a new extension namespace handler given all the information needed.
ExtensionHandlerGeneral - class weblogic.apache.xalan.extensions.ExtensionHandlerGeneral.
Class handling an extension namespace for XPath.
ExtensionHandlerGeneral(String, StringVector, StringVector, String, String, String) - Constructor for class weblogic.apache.xalan.extensions.ExtensionHandlerGeneral
Construct a new extension namespace handler given all the information needed.
ExtensionHandlerJava - class weblogic.apache.xalan.extensions.ExtensionHandlerJava.
Abstract base class handling the java language extensions for XPath.
ExtensionHandlerJava(String, String, String) - Constructor for class weblogic.apache.xalan.extensions.ExtensionHandlerJava
Construct a new extension handler given all the information needed.
ExtensionHandlerJavaClass - class weblogic.apache.xalan.extensions.ExtensionHandlerJavaClass.
Represents an extension namespace for XPath that handles java classes.
ExtensionHandlerJavaClass(String, String, String) - Constructor for class weblogic.apache.xalan.extensions.ExtensionHandlerJavaClass
Construct a new extension namespace handler given all the information needed.
ExtensionHandlerJavaPackage - class weblogic.apache.xalan.extensions.ExtensionHandlerJavaPackage.
Represents an extension namespace for XPath that handles java packages that may be fully or partially specified.
ExtensionHandlerJavaPackage(String, String, String) - Constructor for class weblogic.apache.xalan.extensions.ExtensionHandlerJavaPackage
Construct a new extension namespace handler given all the information needed.
Extensions - class weblogic.apache.xalan.lib.Extensions.
This class contains many of the Xalan-supplied extensions.
ExtensionsTable - class weblogic.apache.xalan.extensions.ExtensionsTable.
Class holding a table registered extension namespace handlers
ExtensionsTable() - Constructor for class weblogic.apache.xalan.extensions.ExtensionsTable
Primes the new ExtensionsTable object with built-in namespaces.
externalEntityDecl(int, int, int) - Method in interface weblogic.apache.xerces.framework.XMLDocumentHandler.DTDHandler
callback for external general entity declaration.
externalEntityDecl(int, int, int) - Method in class weblogic.apache.xerces.parsers.SAXParser
Report a parsed external general entity declaration.
externalEntityDecl(int, int, int) - Method in class weblogic.apache.xerces.parsers.DOMParser
<!ENTITY Name ExternalID> (external)
externalEntityDecl(String, String, String) - Method in class weblogic.apache.xalan.serialize.SerializerToXML
Report a parsed external entity declaration.
externalEntityDecl(String, String, String) - Method in class weblogic.apache.xalan.stree.SourceTreeHandler
Report a parsed external entity declaration.
externalEntityDecl(String, String, String) - Method in class weblogic.apache.xalan.transformer.TransformerIdentityImpl
Report a parsed external entity declaration.
externalEntityDecl(String, String, String) - Method in class weblogic.apache.xml.serialize.BaseMarkupSerializer
 
externalEntityStandaloneCheck() - Method in interface weblogic.apache.xerces.readers.DefaultEntityHandler.EventHandler
 
externalEntityStandaloneCheck() - Method in class weblogic.apache.xerces.validators.common.XMLValidator
External entity standalone check.
externalPEDecl(int, int, int) - Method in interface weblogic.apache.xerces.framework.XMLDocumentHandler.DTDHandler
callback for an external parameter entity declaration.
externalPEDecl(int, int, int) - Method in class weblogic.apache.xerces.parsers.SAXParser
Report a parsed external parameter entity declaration.
externalPEDecl(int, int, int) - Method in class weblogic.apache.xerces.parsers.DOMParser
<!ENTITY % Name ExternalID> (external)
externalReferenceInContent(int) - Method in class weblogic.apache.xerces.readers.DefaultEntityHandler
 
extFunction(String, String, Vector, Object, ExpressionContext) - Method in class weblogic.apache.xalan.extensions.ExtensionsTable
Handle an extension function.
extractContents() - Method in class weblogic.apache.xerces.dom.RangeImpl
 

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 _
Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.