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 _

A

AAA_ATZ_TOKEN - Static variable in class weblogic.wtc.jatmi.secflds
number: 102 type: carray
AAA_AUD_TOKEN - Static variable in class weblogic.wtc.jatmi.secflds
number: 103 type: carray
AAA_MAJ_VERSION - Static variable in class weblogic.wtc.jatmi.secflds
number: 100 type: long
AAA_MIN_VERSION - Static variable in class weblogic.wtc.jatmi.secflds
number: 101 type: long
AbbreviatedNodeTestStep() - Method in class weblogic.apache.xpath.compiler.XPathParser
AbbreviatedNodeTestStep ::= '@'? NodeTest Predicate
ABBREVSTRING - Static variable in class weblogic.common.ParamTypes
Constant for a string that should be abbreviated
above - Static variable in class weblogic.html.FrameType
Deprecated. Renders the top side of the frame.
absbottom - Static variable in class weblogic.html.AlignType
Deprecated. Aligns element at the horizontal and vertical bottom of a container.
absmiddle - Static variable in class weblogic.html.AlignType
Deprecated. Aligns vertical middle of an element with the middle of the current line.
absolute(int) - Method in class weblogic.jdbc.pool.ResultSet
 
ABSTRACT - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
AbstractDatatypeValidator - class weblogic.apache.xerces.validators.datatype.AbstractDatatypeValidator.
 
AbstractDatatypeValidator() - Constructor for class weblogic.apache.xerces.validators.datatype.AbstractDatatypeValidator
 
AbstractListableRealm - class weblogic.security.acl.AbstractListableRealm.
The Abstract Listable realm class is used to write custom security realms.
AbstractListableRealm(String) - Constructor for class weblogic.security.acl.AbstractListableRealm
Constructor to be called by public constructors in subclasses.
AbstractManageableRealm - class weblogic.security.acl.AbstractManageableRealm.
 
AbstractManageableRealm(String) - Constructor for class weblogic.security.acl.AbstractManageableRealm
 
accept(ConnectionEvent) - Method in class weblogic.security.net.ConnectionFilterImpl
Only connect.
accept(ConnectionEvent) - Method in interface weblogic.security.net.ConnectionFilter
Accept or deny an incoming connection from a client.
acceptNode(Node) - Method in class weblogic.apache.xalan.transformer.KeyWalker
Test whether a specified node is visible in the logical view of a TreeWalker or NodeIterator.
acceptNode(Node) - Method in class weblogic.apache.xpath.axes.PredicatedNodeTest
Test whether a specified node is visible in the logical view of a TreeWalker or NodeIterator.
acceptNode(Node) - Method in class weblogic.apache.xpath.axes.FilterExprWalker
This method needs to override AxesWalker.acceptNode because FilterExprWalkers don't need to, and shouldn't, do a node test.
acceptsURL(String) - Method in class weblogic.jdbc.informix4.BaseDriver
Returns true if the driver thinks it can open a connection to the given URL.
acceptsURL(String) - Method in class weblogic.jdbc.pool.Driver
Determines whether the URL is acceptable for use with a Driver.
AccessException - exception weblogic.rmi.AccessException.
This exception is provided for compatibility with java.rmi.*
AccessException() - Constructor for class weblogic.rmi.AccessException
 
AccessException(String) - Constructor for class weblogic.rmi.AccessException
Constructs an AccessException with the specified string.
AccessException(String, Throwable) - Constructor for class weblogic.rmi.AccessException
Constructs an AccessException with the specified string and nested exception.
accum(byte) - Method in class weblogic.apache.xalan.serialize.SerializerToXML
Append a byte to the buffer.
accum(char) - Method in class weblogic.apache.xalan.serialize.SerializerToXML
Append a character to the buffer.
accum(char[], int, int) - Method in class weblogic.apache.xalan.serialize.SerializerToXML
Append a character to the buffer.
accum(String) - Method in class weblogic.apache.xalan.serialize.SerializerToXML
Append a character to the buffer.
ACKNOWLEDGE_ALL - Static variable in interface weblogic.management.configuration.JMSConstants
 
ACKNOWLEDGE_MODE_AUTO - Static variable in interface weblogic.management.configuration.JMSConstants
 
ACKNOWLEDGE_MODE_CLIENT - Static variable in interface weblogic.management.configuration.JMSConstants
 
ACKNOWLEDGE_MODE_DUPS_OK - Static variable in interface weblogic.management.configuration.JMSConstants
 
ACKNOWLEDGE_MODE_NONE - Static variable in interface weblogic.management.configuration.JMSConstants
 
ACKNOWLEDGE_ONE - Static variable in interface weblogic.management.configuration.JMSConstants
 
ACKNOWLEDGE_PREVIOUS - Static variable in interface weblogic.management.configuration.JMSConstants
 
acknowledge() - Method in interface weblogic.jms.extensions.WLSession
Acknowledge all the messages received by this session.
AclEntryImpl - class weblogic.security.acl.AclEntryImpl.
This class implements the AclEntry interface, which is used to represent one entry in an Access Control List (ACL).
AclEntryImpl(Principal) - Constructor for class weblogic.security.acl.AclEntryImpl
Constructs an entry for the specified Principal.
AclEntryImpl(Principal, Permission) - Constructor for class weblogic.security.acl.AclEntryImpl
Constructs an entry for the specified Principal with the specified permission.
AclEntryImpl(Principal, Permission[]) - Constructor for class weblogic.security.acl.AclEntryImpl
Constructs an entry for the specified Principal with the specified set of permission.
AclImpl - class weblogic.security.acl.AclImpl.
This class implements the java.security.acl.Acl interface with optimization for checking permissions.
AclImpl(Principal, String) - Constructor for class weblogic.security.acl.AclImpl
Sets the name of an ACL to the specified string.
aclNegCache - Variable in class weblogic.security.acl.CachingRealm
ACL negative cache.
aclPosCache - Variable in class weblogic.security.acl.CachingRealm
ACL positive cache.
aclSync - Variable in class weblogic.security.acl.CachingRealm
ACL sync object.
AcronymElement - class weblogic.html.AcronymElement.
Deprecated.  
AcronymElement(String, String) - Constructor for class weblogic.html.AcronymElement
Deprecated. Constructs an AcronymElement with the specified string and sets the title attribute.
Action - class weblogic.event.actions.Action.
The Action class provides constructors for an Action object, used as an argument for the EventRegistration constructor.
ACTION - Static variable in class weblogic.i18n.Localizer
key to locate message action
Action() - Constructor for class weblogic.event.actions.Action
 
action(EventMessageDef) - Method in class weblogic.db.jdbc.EventfulTableDataSet
Deprecated. The action method that is invoked by the WebLogic Server when an EventfulRecord sends an event message that it has changed.
action(EventMessageDef) - Method in class weblogic.event.actions.ActionUDP
Creates an Action with the specified EventMessage.
action(EventMessageDef) - Method in class weblogic.event.actions.ActionNull
Creates an Action with the specified EventMessage (which implements the EventMessageDef interface).
action(EventMessageDef) - Method in interface weblogic.event.actions.ActionDef
Acts on the specified EventMessage.
action(EventMessageDef) - Method in class weblogic.event.actions.ActionLog
Writes a log message for the specified event.
action(EventMessageDef) - Method in class weblogic.event.actions.ActionEmail
Constructs an email Action with the specified event and sends it via SMTP with the Subject line Your registered event occurred.
action(EventMessageDef) - Method in class weblogic.event.actions.ActionRedirect
 
action(EventMessageDef) - Method in class weblogic.event.actions.ActionRefreshPool
Action to refresh a connection pool.
Action(Object) - Constructor for class weblogic.event.actions.Action
Constructs an Action with the specified object and set of parameters.
Action(Object, ParamSet) - Constructor for class weblogic.event.actions.Action
Constructs an Action with the specified object and set of parameters.
Action(String) - Constructor for class weblogic.event.actions.Action
Constructs an Action with the specified user-written class name.
Action(String, ParamSet) - Constructor for class weblogic.event.actions.Action
Constructs an Action with the specified user-written class name and set of parameters.
Action(T3Client, String, ParamSet) - Constructor for class weblogic.event.actions.Action
Constructs an Action with the specified T3Client, user-written class name, and set of parameters.
ActionDef - interface weblogic.event.actions.ActionDef.
Interface for user-written actions.
ActionEmail - class weblogic.event.actions.ActionEmail.
Class for creating an Action that is an email notification that an event has occurred.
ActionEmail() - Constructor for class weblogic.event.actions.ActionEmail
 
ActionLog - class weblogic.event.actions.ActionLog.
Class for creating an Action that logs the occurrence of an event.
ActionLog() - Constructor for class weblogic.event.actions.ActionLog
 
ActionNull - class weblogic.event.actions.ActionNull.
A simple action method that does nothing.
ActionNull() - Constructor for class weblogic.event.actions.ActionNull
 
ActionRedirect - class weblogic.event.actions.ActionRedirect.
Internal use only.
ActionRedirect() - Constructor for class weblogic.event.actions.ActionRedirect
 
ActionRefreshPool - class weblogic.event.actions.ActionRefreshPool.
Action class for use in setting up automatic refresh of JdbcT3 connection pools.
ActionRefreshPool() - Constructor for class weblogic.event.actions.ActionRefreshPool
 
ActionUDP - class weblogic.event.actions.ActionUDP.
Class for creating an Action that sends a UDP message to the log.
ActionUDP() - Constructor for class weblogic.event.actions.ActionUDP
 
activateField(Field) - Method in class weblogic.apache.xerces.validators.common.XMLValidator
Request to activate the specified field.
activateField(Field) - Method in interface weblogic.apache.xerces.validators.schema.identity.FieldActivator
Request to activate the specified field.
actualKey - Variable in class weblogicx.jsp.tags.CacheTag
The actual key used to lookup the cache.
add(HTMLElement, HTMLElement) - Method in class weblogic.apache.html.dom.HTMLSelectElementImpl
 
addAttDef(int, QName, int, int, int, String, DatatypeValidator, boolean) - Method in class weblogic.apache.xerces.validators.schema.SchemaGrammar
 
addAttDef(QName, QName, int, boolean, int, int, int, boolean) - Method in interface weblogic.apache.xerces.framework.XMLDTDScanner.EventHandler
Add an attribute definition
addAttDef(QName, QName, int, boolean, int, int, int, boolean) - Method in class weblogic.apache.xerces.validators.dtd.DTDGrammar
Add an attribute definition
addAttr(int, int, int, boolean, boolean) - Method in class weblogic.apache.xerces.framework.XMLAttrList
 
addAttr(QName, int, int, boolean, boolean) - Method in class weblogic.apache.xerces.framework.XMLAttrList
Add an attribute to the current set.
addAttrib(String) - Method in class weblogic.db.jdbc.KeyDef
Adds attributes to an existing KeyDef object.
addAttribute(Attr) - Method in class weblogic.apache.xalan.transformer.ResultTreeHandler
Copy an DOM attribute to the created output element, executing attribute templates as need be, and processing the xsl:use attribute.
addAttribute(String, String) - Method in class weblogic.html.ElementWithAttributes
Deprecated. Sets the attribute name with value.
addAttribute(String, String, boolean) - Method in class weblogic.html.ElementWithAttributes
Deprecated. Sets the attribute name with value.
addAttribute(String, String, String, String, String) - Method in class weblogic.apache.xalan.transformer.ResultTreeHandler
Add an attribute to the end of the list.
addAttribute(String, String, String, String, String) - Method in class weblogic.apache.xml.utils.MutableAttrListImpl
Add an attribute to the end of the list.
addAttributes(Attributes) - Method in class weblogic.apache.xml.utils.MutableAttrListImpl
Add the contents of the attribute list to this list.
addAttributes(Node) - Method in class weblogic.apache.xalan.transformer.ResultTreeHandler
Copy DOM attributes to the result element.
addBatch() - Method in class weblogic.jdbc.oci.Statement
 
addBatch() - Method in class weblogic.jdbc.oci.xa.PreparedStatement
 
addBatch() - Method in class weblogic.jdbc.pool.PreparedStatement
 
addBatch(String) - Method in class weblogic.jdbc.informix4.Statement
 
addBatch(String) - Method in class weblogic.jdbc.oci.Statement
 
addBatch(String) - Method in class weblogic.jdbc.oci.xa.Statement
 
addBatch(String) - Method in class weblogic.jdbc.pool.Statement
 
addComponent(ComponentMBean) - Method in interface weblogic.management.configuration.ApplicationMBean
Add a component to this application.
addConnectionConsumer(JMSConnectionConsumerMBean) - Method in interface weblogic.management.configuration.JMSSessionPoolMBean
Add a connection consumer to the SessionPool.
addConnectionEventListener(ConnectionEventListener) - Method in class weblogic.jdbc.oci.xa.XAConnection
 
addContentSpecNode(int, int) - Method in interface weblogic.apache.xerces.framework.XMLDTDScanner.EventHandler
Create an XMLContentSpec for a single non-leaf
addContentSpecNode(int, int) - Method in class weblogic.apache.xerces.validators.dtd.DTDGrammar
Create an XMLContentSpec for a single non-leaf
addContentSpecNode(int, int, int) - Method in interface weblogic.apache.xerces.framework.XMLDTDScanner.EventHandler
Create an XMLContentSpec for a two child leaf
addContentSpecNode(int, int, int) - Method in class weblogic.apache.xerces.validators.dtd.DTDGrammar
Create an XMLContentSpec for a two child leaf
addContentSpecNode(int, int, int, boolean) - Method in class weblogic.apache.xerces.validators.schema.SchemaGrammar
 
addDelegateCatalog(String, XCatalog) - Method in class weblogic.apache.xerces.readers.XCatalog
Adds a delegate mapping.
addDestination(JMSDestinationMBean) - Method in interface weblogic.management.configuration.JMSServerMBean
Add a JMSDestination to the JMS Server
addDestination(JMSDestinationMBean) - Method in interface weblogic.management.configuration.JMSTemplateMBean
Add a destination to the template.
addDestinationKey(JMSDestinationKeyMBean) - Method in interface weblogic.management.configuration.JMSDestCommonMBean
Add a destination key to the template or destination.
addElement(AreaElement) - Method in class weblogic.html.MapElement
Deprecated. Adds the specified AreaElement to a MapElement.
addElement(ColElement) - Method in class weblogic.html.ColGroupElement
Deprecated. Adds a ColElement to a ColGroupElement.
addElement(ColGroupElement) - Method in class weblogic.html.TableElement
Deprecated. Adds a ColGroupElement to a TableElement.
addElement(DefinitionItem) - Method in class weblogic.html.DefinitionList
Deprecated. Adds a DefinitionItem to a DefinitionList.
addElement(FrameElement) - Method in class weblogic.html.FrameSetElement
Deprecated. Adds a FrameElement to a FrameSetElement.
addElement(FrameSetElement) - Method in class weblogic.html.FrameSetElement
Deprecated. Adds a FrameSetElement to a FrameSetElement.
addElement(HtmlElement) - Method in class weblogic.html.DivElement
Deprecated. Adds an HtmlElement to a DivElement.
addElement(HtmlElement) - Method in class weblogic.html.ListElement
Deprecated. Adds an HtmlElement to a ListElement.
addElement(HtmlElement) - Method in class weblogic.html.SpanElement
Deprecated. Adds an HtmlElement to a SpanElement.
addElement(HtmlElement) - Method in class weblogic.html.NoScriptElement
Deprecated. Adds an HtmlElement to a NoScriptElement.
addElement(HtmlElement) - Method in class weblogic.html.AppletElement
Deprecated. Adds the specified HtmlElement to an AppletElement.
addElement(HtmlElement) - Method in class weblogic.html.NoFramesElement
Deprecated. Adds an HtmlElement to a NoFramesElement.
addElement(HtmlElement) - Method in class weblogic.html.FormElement
Deprecated. Adds an HtmlElement to a FormElement.
addElement(HtmlElement) - Method in class weblogic.html.TableRowElement
Deprecated. Adds the specified HtmlElement as a TableDataElement to a TableRowElement.
addElement(HtmlElement) - Method in class weblogic.html.BodyElement
Deprecated. Adds an element to the HtmlContainer of a BodyElement.
addElement(HtmlElement) - Method in class weblogic.html.FieldsetElement
Deprecated. Adds an HtmlElement to a FieldsetElement.
addElement(HtmlElement) - Method in class weblogic.html.HtmlContainer
Deprecated. Adds an HtmlElement to an HtmlContainer.
addElement(int) - Method in class weblogic.apache.xml.utils.IntVector
Append a int onto the vector.
addElement(ListItem) - Method in class weblogic.html.ListElement
Deprecated. Adds a ListItem to a ListElement.
addElement(Node) - Method in class weblogic.apache.xml.utils.NodeVector
Append a Node onto the vector.
addElement(Node) - Method in class weblogic.apache.xpath.NodeSet
Append a Node onto the vector.
addElement(NoFramesElement) - Method in class weblogic.html.FrameSetElement
Deprecated. Adds a NoFramesElement to a FrameSetElement.
addElement(OptionElement) - Method in class weblogic.html.SelectElement
Deprecated. Adds an OptionElement to a SelectElement.
addElement(String) - Method in class weblogic.apache.xml.utils.StringVector
Append a string onto the vector.
addElement(String) - Method in class weblogic.html.DivElement
Deprecated. Adds a StringElement to a DivElement.
addElement(String) - Method in class weblogic.html.ListElement
Deprecated. Adds a string to a ListElement.
addElement(String) - Method in class weblogic.html.SelectElement
Deprecated. Adds a string selection to a SelectElement.
addElement(String) - Method in class weblogic.html.SpanElement
Deprecated. Adds a StringElement to a SpanElement.
addElement(String) - Method in class weblogic.html.NoScriptElement
Deprecated. Adds a string to a NoScriptElement.
addElement(String) - Method in class weblogic.html.AppletElement
Deprecated. Adds the specified StringElement to an AppletElement.
addElement(String) - Method in class weblogic.html.NoFramesElement
Deprecated. Adds a string to a NoFramesElement.
addElement(String) - Method in class weblogic.html.FormElement
Deprecated. Adds a string to a FormElement.
addElement(String) - Method in class weblogic.html.TableRowElement
Deprecated. Adds the specified string as a TableDataElement to a TableRowElement.
addElement(String) - Method in class weblogic.html.HtmlContainer
Deprecated. Adds a string to an HtmlContainer.
addElement(String, HtmlElement) - Method in class weblogic.html.HtmlContainer
Deprecated. Adds an HtmlElement identified by the specified key to an HtmlContainer.
addElement(String, String) - Method in class weblogic.html.SelectElement
Deprecated. Adds a string selection and an associated value to a SelectElement.
addElement(String, String) - Method in class weblogic.html.HtmlContainer
Deprecated. Adds a string identified by the specified key to an HtmlContainer.
addElement(StringToStringTable) - Method in class weblogic.apache.xml.utils.StringToStringTableVector
Append a StringToStringTable object onto the vector.
addElement(TableDataElement) - Method in class weblogic.html.TableRowElement
Deprecated. Adds the specified TableDataElement to a TableRowElement.
addElement(TableRowElement) - Method in class weblogic.html.TFootElement
Deprecated. Adds a TableRowElement to a TableFootElement.
addElement(TableRowElement) - Method in class weblogic.html.TableElement
Deprecated. Adds a TableRowElement to a TableElement.
addElement(TableRowElement) - Method in class weblogic.html.THeadElement
Deprecated.  
addElement(TableRowElement) - Method in class weblogic.html.TBodyElement
Deprecated.  
addElement(TBodyElement) - Method in class weblogic.html.TableElement
Deprecated. Adds a TBodyElement to a TableElement.
addElement(TFootElement) - Method in class weblogic.html.TableElement
Deprecated. Adds a TFootElement to a TableElement.
addElement(THeadElement) - Method in class weblogic.html.TableElement
Deprecated. Adds a THeadElement to a TableElement.
addElementDecl(QName) - Method in interface weblogic.apache.xerces.framework.XMLDTDScanner.EventHandler
Add an element declaration (forward reference)
addElementDecl(QName) - Method in class weblogic.apache.xerces.validators.dtd.DTDGrammar
Add an element declaration (forward reference)
addElementDecl(QName, int, int, boolean) - Method in interface weblogic.apache.xerces.framework.XMLDTDScanner.EventHandler
Add an element declaration
addElementDecl(QName, int, int, boolean) - Method in class weblogic.apache.xerces.validators.dtd.DTDGrammar
Add an element declaration
addElementDecl(QName, int, int, int, int, int, DatatypeValidator) - Method in class weblogic.apache.xerces.validators.schema.SchemaGrammar
 
addEnabledServer(ServerMBean) - Method in interface weblogic.management.configuration.SNMPTrapSourceMBean
 
addEntityDecl(int, int, int, int, int, int, boolean) - Method in class weblogic.apache.xerces.readers.DefaultEntityHandler.EntityPool
 
addEntitySpecRegistryEntry(XMLEntitySpecRegistryEntryMBean) - Method in interface weblogic.management.configuration.XMLRegistryMBean
Add a new EntitySpec registry entry
addEntry(Principal, AclEntry) - Method in class weblogic.security.acl.AclImpl
Adds an AclEntry.
addEventListener(String, EventListener, boolean) - Method in class weblogic.apache.xerces.dom.NodeImpl
Introduced in DOM Level 2.
addExceptionType(Class) - Method in class weblogic.apache.xml.utils.synthetic.reflection.EntryPoint
Method addExceptionType
addExtends(Class) - Method in class weblogic.apache.xml.utils.synthetic.Class
Adds an "extends" description for the class or interface represented by this Class object
addExtensionNamespace(String, ExtensionHandler) - Method in class weblogic.apache.xalan.extensions.ExtensionsTable
Register an extension namespace handler.
addExternalEntityDecl(int, int, int) - Method in interface weblogic.apache.xerces.framework.XMLDTDScanner.EventHandler
Add a declaration for an entity
addExternalEntityDecl(int, int, int) - Method in class weblogic.apache.xerces.validators.dtd.DTDGrammar
Add a declaration for an entity
addExternalEntityDecl(int, int, int, boolean) - Method in class weblogic.apache.xerces.readers.DefaultEntityHandler
 
addExternalEntityDecl(int, int, int, boolean) - Method in interface weblogic.apache.xerces.readers.XMLEntityHandler.DTDHandler
 
addExternalPEDecl(int, int, int) - Method in interface weblogic.apache.xerces.framework.XMLDTDScanner.EventHandler
Add a declaration for an external parameter entity
addExternalPEDecl(int, int, int) - Method in class weblogic.apache.xerces.validators.dtd.DTDGrammar
Add a declaration for an external parameter entity
addExternalPEDecl(int, int, int, boolean) - Method in class weblogic.apache.xerces.readers.DefaultEntityHandler
 
addExternalPEDecl(int, int, int, boolean) - Method in interface weblogic.apache.xerces.readers.XMLEntityHandler.DTDHandler
 
addFailoverAddress(String) - Method in interface weblogic.management.configuration.WLECConnectionPoolMBean
 
addField(Field) - Method in class weblogic.apache.xerces.validators.schema.identity.IdentityConstraint
Adds a field.
addHeadMultiElement(HtmlElement) - Method in class weblogic.html.MultiPartElement
Deprecated.  
addImplements(Class) - Method in class weblogic.apache.xml.utils.synthetic.Class
Adds an "implements" description for the class or interface represented by this Class object
addImports(Stylesheet, boolean, Vector) - Method in class weblogic.apache.xalan.templates.StylesheetRoot
Add the imports in the given sheet to the working importList vector.
addInternalEntityDecl(int, int) - Method in interface weblogic.apache.xerces.framework.XMLDTDScanner.EventHandler
Add a declaration for an internal entity
addInternalEntityDecl(int, int) - Method in class weblogic.apache.xerces.validators.dtd.DTDGrammar
Add a declaration for an internal entity
addInternalEntityDecl(int, int, boolean) - Method in class weblogic.apache.xerces.readers.DefaultEntityHandler
 
addInternalEntityDecl(int, int, boolean) - Method in interface weblogic.apache.xerces.readers.XMLEntityHandler.DTDHandler
 
addInternalPEDecl(int, int) - Method in interface weblogic.apache.xerces.framework.XMLDTDScanner.EventHandler
Add a declaration for an internal parameter entity
addInternalPEDecl(int, int) - Method in class weblogic.apache.xerces.validators.dtd.DTDGrammar
Add a declaration for an internal parameter entity
addInternalPEDecl(int, int, boolean) - Method in class weblogic.apache.xerces.readers.DefaultEntityHandler
 
addInternalPEDecl(int, int, boolean) - Method in interface weblogic.apache.xerces.readers.XMLEntityHandler.DTDHandler
Declare entities and notations.
addIterator(LocPathIterator) - Method in class weblogic.apache.xpath.axes.UnionPathIterator
Add an iterator to the union list.
additionalKey - Variable in class weblogicx.jsp.tags.CacheTag
 
AdditiveExpr(int) - Method in class weblogic.apache.xpath.compiler.XPathParser
This has to handle construction of the operations so that they are evaluated in pre-fix order.
addLiteralResultAttribute(AVT) - Method in class weblogic.apache.xalan.templates.ElemLiteralResult
Set a literal result attribute (AVTs only).
addLiteralResultAttribute(String) - Method in class weblogic.apache.xalan.templates.ElemLiteralResult
Set a literal result attribute (used for xsl attributes).
addLob(OracleLobCloser) - Method in class weblogic.jdbc.oci.Connection
 
addMatcher(XPathMatcher) - Method in class weblogic.apache.xerces.validators.common.XMLValidator.XPathMatcherStack
Adds a matcher.
addMember(Principal) - Method in class weblogic.security.acl.DefaultGroupImpl
Adds the specified member to the group.
addMember(Principal) - Method in class weblogic.security.acl.Everyone
Adds a member to the group.
addMember(Principal) - Method in class weblogic.security.acl.GroupImpl
Adds the specified member to the group.
addMemberInternal(Principal) - Method in class weblogic.security.acl.FlatGroup
Update this object's internal state when adding a member.
addMessageId(String) - Method in interface weblogic.management.configuration.SNMPLogFilterMBean
 
addMethod(String, SoapType, SoapType[]) - Method in class weblogic.soap.WebServiceProxy
creates and add a soap method to this proxy with the specified name, return type and parameters.
addMonitor(Monitor) - Method in interface weblogic.workspace.common.WorkspaceDef
Adds a Monitor to a Workspace.
addMonitor(String, Monitor) - Method in interface weblogic.workspace.common.WorkspaceDef
Adds a Monitor to a Workspace value.
addMultiElement(HtmlElement) - Method in class weblogic.html.MultiPartElement
Deprecated.  
addNameToEnumeration(int, int, int, int, boolean) - Method in interface weblogic.apache.xerces.framework.XMLDTDScanner.EventHandler
Add a name to an enumeration
addNameToEnumeration(int, int, int, int, boolean) - Method in class weblogic.apache.xerces.validators.dtd.DTDGrammar
Add a name to an enumeration
addNewSymbol(String, int) - Method in class weblogic.apache.xerces.utils.StringPool
 
addNode(Node) - Method in class weblogic.apache.xalan.transformer.KeyRefIterator
Add a node matching this ref to the cached nodes for this iterator
addNode(Node) - Method in class weblogic.apache.xpath.NodeSet
Add a node to the NodeSet.
addNodeInDocOrder(Node, boolean, XPathContext) - Method in class weblogic.apache.xpath.NodeSet
Add the node into a vector of nodes where it should occur in document order.
addNodeInDocOrder(Node, XPathContext) - Method in class weblogic.apache.xpath.NodeSet
Add the node into a vector of nodes where it should occur in document order.
addNodes(NodeIterator) - Method in class weblogic.apache.xpath.NodeSet
Copy NodeList members into this nodelist, adding in document order.
addNodes(NodeList) - Method in class weblogic.apache.xpath.NodeSet
Copy NodeList members into this nodelist, adding in document order.
addNodes(NodeSet) - Method in class weblogic.apache.xpath.NodeSet
Copy NodeList members into this nodelist, adding in document order.
addNodesInDocOrder(NodeIterator, XPathContext) - Method in class weblogic.apache.xpath.NodeSet
Copy NodeList members into this nodelist, adding in document order.
addNodesInDocOrder(NodeList, XPathContext) - Method in class weblogic.apache.xpath.NodeSet
Copy NodeList members into this nodelist, adding in document order.
addNotationDecl(int, int, int) - Method in interface weblogic.apache.xerces.framework.XMLDTDScanner.EventHandler
Add a declaration for a notation
addNotationDecl(int, int, int) - Method in class weblogic.apache.xerces.validators.dtd.DTDGrammar
Add a declaration for a notation
addNotationDecl(int, int, int, boolean) - Method in class weblogic.apache.xerces.readers.DefaultEntityHandler
 
addNotationDecl(int, int, int, boolean) - Method in interface weblogic.apache.xerces.readers.XMLEntityHandler.DTDHandler
 
addNotationDecl(int, int, int, int, boolean) - Method in class weblogic.apache.xerces.readers.DefaultEntityHandler.EntityPool
 
addNSDeclsToAttrs() - Method in class weblogic.apache.xalan.transformer.ResultTreeHandler
Add the attributes that have been declared to the attribute list.
addOwner(Principal, Principal) - Method in class weblogic.security.acl.OwnerImpl
Adds an owner.
addParam(ParamElement) - Method in class weblogic.html.ObjectElement
Deprecated. Adds a ParamElement to an ObjectElement.
addParameter(Class, String) - Method in class weblogic.apache.xml.utils.synthetic.reflection.EntryPoint
Method addParameter
addParameter(String) - Method in class weblogic.apache.xalan.lib.sql.XConnection
Add an untyped value to the parameter list.
addParameterFromElement(Element) - Method in class weblogic.apache.xalan.lib.sql.XConnection
Add a single parameter to the parameter list formatted as an Element
addParameterFromElement(NodeList) - Method in class weblogic.apache.xalan.lib.sql.XConnection
Add a section of parameters to the Parameter List Do each element from the list
addParameterWithType(String, String) - Method in class weblogic.apache.xalan.lib.sql.XConnection
Add a typed parameter to the parameter list.
addParserSelectRegistryEntry(XMLParserSelectRegistryEntryMBean) - Method in interface weblogic.management.configuration.XMLRegistryMBean
Add a new ParserSelect registry entry
addPermission(Permission) - Method in class weblogic.security.acl.AclEntryImpl
Adds the specified permission to this ACL entry.
addPrimaryAddress(String) - Method in interface weblogic.management.configuration.WLECConnectionPoolMBean
 
addProperties(Map) - Method in interface weblogic.transaction.Transaction
Adds a set of properties to a transaction by calling setProperty for all elements of props.
addPublicMapping(String, String) - Method in class weblogic.apache.xerces.readers.XMLCatalogHandler
Adds a public to system identifier mapping.
addQbe(String, float) - Method in class weblogic.db.jdbc.SelectStmt
Sets the QBE value for the specified attribute to a float value.
addQbe(String, int) - Method in class weblogic.db.jdbc.SelectStmt
Sets the QBE value for the specified attribute to an int value.
addQbe(String, String) - Method in class weblogic.db.jdbc.SelectStmt
Sets the QBE value for the specified attribute to a string value.
addRecognizer(XMLDeclRecognizer) - Method in class weblogic.apache.xerces.framework.XMLParser
Adds a recognizer.
addRecognizer(XMLDeclRecognizer) - Method in class weblogic.apache.xerces.readers.DefaultEntityHandler
Adds a recognizer.
addRecognizer(XMLDeclRecognizer) - Method in interface weblogic.apache.xerces.readers.XMLEntityReaderFactory
Adds a recognizer.
addRecognizer(XMLDeclRecognizer) - Method in class weblogic.apache.xerces.readers.DefaultReaderFactory
Adds a recognizer.
addRecord() - Method in class weblogic.db.jdbc.DataSet
Adds a new Record to a DataSet.
addRecord() - Method in class weblogic.db.jdbc.EventfulTableDataSet
Deprecated. The WebLogic Event api is deprecated.
addRegistryEntry(XMLRegistryEntryMBean) - Method in interface weblogic.management.configuration.XMLRegistryMBean
Deprecated.  
addRequiredNotation(int, Locator, int, int, Object[]) - Method in class weblogic.apache.xerces.readers.DefaultEntityHandler
 
addRequiredNotation(int, Locator, int, int, Object[]) - Method in class weblogic.apache.xerces.readers.DefaultEntityHandler.EntityPool
 
addRequiredNotation(int, Locator, int, int, Object[]) - Method in interface weblogic.apache.xerces.readers.XMLEntityHandler.DTDHandler
Remember a required but undeclared notation.
AddressElement - class weblogic.html.AddressElement.
Deprecated.  
AddressElement() - Constructor for class weblogic.html.AddressElement
Deprecated. Constructs an empty AddressElement.
AddressElement(HtmlElement) - Constructor for class weblogic.html.AddressElement
Deprecated. Constructs an AddressElement with the specified string.
AddressElement(String) - Constructor for class weblogic.html.AddressElement
Deprecated. Constructs an AddressElement with the specified string.
AddressElement(String, HtmlElement) - Constructor for class weblogic.html.AddressElement
Deprecated. Constructs an AddressElement with the specified URL and author information.
addRow(int) - Method in class weblogic.html.TableElement
Deprecated. Adds a row with the specified number of columns to the TableElement.
addScript(String) - Method in class weblogic.html.HtmlPage
Deprecated. Use HtmlPage.getHead().addElement()
addSequenceListener(SequenceListener) - Method in class weblogic.common.Sequencer
Adds a single SequenceListener to a Sequence.
addSessionPool(JMSSessionPoolMBean) - Method in interface weblogic.management.configuration.JMSServerMBean
Add a session pool to the JMS Server.
addSNMPAttributeChange(SNMPAttributeChangeMBean) - Method in interface weblogic.management.configuration.SNMPAgentMBean
 
addSNMPCounterMonitor(SNMPCounterMonitorMBean) - Method in interface weblogic.management.configuration.SNMPAgentMBean
 
addSNMPGaugeMonitor(SNMPGaugeMonitorMBean) - Method in interface weblogic.management.configuration.SNMPAgentMBean
 
addSNMPLogFilter(SNMPLogFilterMBean) - Method in interface weblogic.management.configuration.SNMPAgentMBean
 
addSNMPProxy(SNMPProxyMBean) - Method in interface weblogic.management.configuration.SNMPAgentMBean
 
addSNMPStringMonitor(SNMPStringMonitorMBean) - Method in interface weblogic.management.configuration.SNMPAgentMBean
 
addString(int, int) - Method in class weblogic.apache.xerces.readers.StreamingCharReader
Add a string to the StringPool from the characters scanned using this reader as described by offset and length.
addString(int, int) - Method in interface weblogic.apache.xerces.readers.XMLEntityHandler.CharBuffer
Add a region of this buffer to the string pool.
addString(int, int) - Method in interface weblogic.apache.xerces.readers.XMLEntityHandler.EntityReader
Add a string to the StringPool from the characters scanned using this reader as described by offset and length.
addString(int, int) - Method in class weblogic.apache.xerces.utils.UTF8DataChunk
 
addString(int, int) - Method in class weblogic.apache.xerces.utils.ChunkyCharArray
 
addString(int, int) - Method in class weblogic.apache.xerces.utils.CharDataChunk
Add a range from this chunk to the StringPool
addString(String) - Method in class weblogic.apache.xerces.utils.StringPool
 
addString(StringPool.StringProducer, int, int) - Method in class weblogic.apache.xerces.utils.StringPool
 
addStringToList(int, int) - Method in class weblogic.apache.xerces.utils.StringPool
 
addSubsystemName(String) - Method in interface weblogic.management.configuration.SNMPLogFilterMBean
 
addSymbol(int) - Method in class weblogic.apache.xerces.utils.StringPool
 
addSymbol(int, int) - Method in class weblogic.apache.xerces.readers.StreamingCharReader
Add a symbol to the StringPool from the characters scanned using this reader as described by offset and length.
addSymbol(int, int) - Method in interface weblogic.apache.xerces.readers.XMLEntityHandler.EntityReader
Add a symbol to the StringPool from the characters scanned using this reader as described by offset and length.
addSymbol(int, int) - Method in class weblogic.apache.xerces.utils.ChunkyCharArray
Add a region of this buffer to the StringPool as a symbol
addSymbol(int, int, int) - Method in class weblogic.apache.xerces.utils.UTF8DataChunk
 
addSymbol(int, int, int) - Method in class weblogic.apache.xerces.utils.CharDataChunk
Add a range from this chunk to the StringPool as a symbol
addSymbol(String) - Method in class weblogic.apache.xerces.utils.StringPool
 
addSymbol(StringPool.StringProducer, int, int, int) - Method in class weblogic.apache.xerces.utils.StringPool
 
addSymbolToCache(String, int, int) - Method in class weblogic.apache.xerces.utils.SymbolCache
 
addSystemMapping(String, String) - Method in class weblogic.apache.xerces.readers.XMLCatalogHandler
Adds a system identifier alias.
addTarget(TargetMBean) - Method in interface weblogic.management.configuration.DeploymentMBean
Add a target
addTargetedTrapDestination(SNMPTrapDestinationMBean) - Method in interface weblogic.management.configuration.SNMPAgentMBean
 
addToEnvironment(String, Object) - Method in class weblogic.soap.http.SoapContext
 
addToRecords(String, Record) - Method in class weblogic.db.jdbc.EventfulTableDataSet
Deprecated.  
addToWaitList(AxesWalker) - Method in class weblogic.apache.xpath.axes.LocPathIterator
Add a walker to the waiting list.
addTraceListener(TraceListener) - Method in class weblogic.apache.xalan.trace.TraceManager
Add a trace listener for the purposes of debugging and diagnosis.
addTraceListener(TraceListener) - Method in interface weblogic.apache.xalan.xslt.XSLTProcessor
Add a trace listener for the purposes of debugging and diagnosis.
addTraceListener(TraceListener) - Method in class weblogic.apache.xalan.xslt.XSLTEngineImpl
Add a trace listener for the purposes of debugging and diagnosis.
addUniqueLeafNode(int) - Method in interface weblogic.apache.xerces.framework.XMLDTDScanner.EventHandler
create an XMLContentSpec for a leaf
addUniqueLeafNode(int) - Method in class weblogic.apache.xerces.validators.dtd.DTDGrammar
create an XMLContentSpec for a leaf
addUnparsedEntityDecl(int, int, int, int) - Method in interface weblogic.apache.xerces.framework.XMLDTDScanner.EventHandler
Add a declaration for an unparsed entity
addUnparsedEntityDecl(int, int, int, int) - Method in class weblogic.apache.xerces.validators.dtd.DTDGrammar
Add a declaration for an unparsed entity
addUnparsedEntityDecl(int, int, int, int, boolean) - Method in class weblogic.apache.xerces.readers.DefaultEntityHandler
 
addUnparsedEntityDecl(int, int, int, int, boolean) - Method in interface weblogic.apache.xerces.readers.XMLEntityHandler.DTDHandler
 
addUnquotedQbe(String, String) - Method in class weblogic.db.jdbc.SelectStmt
Sets the QBE value for the specified attribute to an int value.
addUserId(String) - Method in interface weblogic.management.configuration.SNMPLogFilterMBean
 
addValue(Field, String) - Method in class weblogic.apache.xerces.validators.common.XMLValidator.ValueStoreBase
Adds the specified value to the value store.
addValue(Field, String) - Method in interface weblogic.apache.xerces.validators.schema.identity.ValueStore
Adds the specified value to the value store.
addWarning(SQLWarning) - Method in class weblogic.jdbc.oci.Statement
 
addWebServer(WebServerMBean) - Method in interface weblogic.management.configuration.WebDeploymentMBean
Add a target
ADMIN_JNDI_NAME - Static variable in interface weblogic.management.MBeanHome
The JNDI name used to access the domainwide administration MBeanHome from the JNDI tree of the admin server.
admin() - Method in interface weblogic.common.T3ServicesDef
Deprecated. Deprecated in WebLogic Server 6.1.
AdminPermissions - class weblogic.security.acl.AdminPermissions.
This class contains system-wide weblogic.admin permission names.
AdminPermissions() - Constructor for class weblogic.security.acl.AdminPermissions
 
AdminServicesDef - interface weblogic.common.AdminServicesDef.
Deprecated. Deprecated in WebLogic Server 6.1.
adoptNode(Node) - Method in class weblogic.apache.xerces.dom.DocumentImpl
DOM Level 3 Prototype: Change the node's ownerDocument, and its subtree, to this Document
adorn(TableDataElement, PropertyDescriptor) - Static method in class weblogic.html.BeanHTML
Deprecated. Adds various annotations to the HTML element based on descriptor values.
advance(int) - Method in class weblogic.jdbc.informix4.Day
Advances this day by n days.
advanceMonths(int) - Method in class weblogic.jdbc.informix4.Day
Advances this day by n months worth of days.
advanceYears(int) - Method in class weblogic.jdbc.informix4.Day
Advances this day by n years worth of days.
AFTERDELETE - Static variable in class weblogic.db.jdbc.Enums
Constant for trigger state after a delete is executed.
AFTERINSERT - Static variable in class weblogic.db.jdbc.Enums
Constant for trigger state after an insert is executed.
afterLast() - Method in class weblogic.jdbc.pool.ResultSet
 
AFTERUPDATE - Static variable in class weblogic.db.jdbc.Enums
Constant for trigger state after an update is executed.
ALERT - Static variable in class weblogic.logging.Severities
A particular service is in an unusable state.
ALERT - Static variable in interface weblogic.management.configuration.DomainLogFilterMBean
 
ALERT_TEXT - Static variable in class weblogic.logging.Severities
 
aliceblue - Static variable in interface weblogic.html.HtmlColor
Deprecated.  
AlignType - class weblogic.html.AlignType.
Deprecated.  
AlignType(String) - Constructor for class weblogic.html.AlignType
Deprecated. Constructor.
aLinkColor - Static variable in class weblogic.html.BodyElement
Deprecated. Constant for ALINK tag in BODY element.
all - Static variable in class weblogic.html.MediaType
Deprecated. Sets the type to "all."
all - Static variable in class weblogic.html.RulesType
Deprecated. Places rules between all rows and all columns.
all - Static variable in class weblogic.html.BorderstyleType
Deprecated. Draws boxes around the frame of a table and all cells without regard to their contents.
all - Static variable in class weblogic.html.ClearType
Deprecated. Moves the element down until both margins are clear.
ALL - Static variable in class weblogic.apache.xerces.validators.schema.SchemaSymbols
 
allArrayPropSetters() - Method in class weblogicx.jsp.tags.BeanParamGenerator
 
allocateConnection(ConnectionEnv) - Method in class weblogic.jdbc.pool.Driver
 
allow - Variable in class weblogic.html.WebPage
Deprecated.  
allow() - Method in class weblogic.html.WebPage
Deprecated. Gets the allow information for a WebPage.
allow(String) - Method in class weblogic.html.WebPage
Deprecated. Sets the allow information for a WebPage to the specified string.
allowGrammarAccess - Variable in class weblogic.apache.xerces.dom.DocumentImpl
Allow grammar access.
allowmixedmetadata - Variable in class weblogic.jdbc.oci.Connection
 
allProceduresAreCallable() - Method in class weblogic.jdbc.oci.xa.DatabaseMetaData
 
allProceduresAreCallable() - Method in class weblogic.jdbc.pool.DatabaseMetaData
 
allRecordsRetrieved() - Method in class weblogic.db.jdbc.DataSet
Determines whether all records for a DataSet have been retrieved.
allTablesAreSelectable() - Method in class weblogic.jdbc.oci.xa.DatabaseMetaData
 
allTablesAreSelectable() - Method in class weblogic.jdbc.pool.DatabaseMetaData
 
ALPHA_SIZE - Static variable in class weblogic.apache.xml.utils.Trie
Size of the m_nextChar array.
AlreadyBoundException - exception weblogic.rmi.AlreadyBoundException.
Class for handling Exceptions thrown when an operation attempts to bind a name already in use for another Remote object in the registry.
AlreadyBoundException() - Constructor for class weblogic.rmi.AlreadyBoundException
Constructs an AlreadyBoundException without a message.
AlreadyBoundException(String) - Constructor for class weblogic.rmi.AlreadyBoundException
Constructs an AlreadyBoundException with the specified message.
AlterIndexType - Static variable in class weblogic.jdbc.informix4.Statement
 
AlterType - Static variable in class weblogic.jdbc.informix4.Statement
 
ANCESTORHASXMLNS - Static variable in class weblogic.apache.xml.utils.NSInfo
Constant indicating an ancestor has an XMLNS attribute
ANCESTORNOXMLNS - Static variable in class weblogic.apache.xml.utils.NSInfo
Constant indicating ancestors don't have an XMLNS attribute
AncestorOrSelfWalker - class weblogic.apache.xpath.axes.AncestorOrSelfWalker.
Walker for the 'ancestor-or-self' axes.
AncestorOrSelfWalker(LocPathIterator) - Constructor for class weblogic.apache.xpath.axes.AncestorOrSelfWalker
Construct an AncestorOrSelfWalker using a LocPathWalker.
AncestorStepPattern - class weblogic.apache.xpath.patterns.AncestorStepPattern.
Implements a match pattern step that tests an ancestor.
AncestorStepPattern(int) - Constructor for class weblogic.apache.xpath.patterns.AncestorStepPattern
Construct an AncestorStepPattern that doesn't test for node names.
AncestorStepPattern(int, String, String) - Constructor for class weblogic.apache.xpath.patterns.AncestorStepPattern
Construct an AncestorStepPattern that tests for namespaces and node names.
AncestorWalker - class weblogic.apache.xpath.axes.AncestorWalker.
Walker for the 'ancestor' axes.
AncestorWalker(LocPathIterator) - Constructor for class weblogic.apache.xpath.axes.AncestorWalker
Construct an AncestorWalker using a LocPathWalker.
ANCESTORXMLNSUNPROCESSED - Static variable in class weblogic.apache.xml.utils.NSInfo
Constant for ancestors XMLNS atributes not processed
AnchorElement - class weblogic.html.AnchorElement.
Deprecated.  
AnchorElement() - Constructor for class weblogic.html.AnchorElement
Deprecated. Constructs an empty AnchorElement.
AnchorElement(AnchorType, String, HtmlElement) - Constructor for class weblogic.html.AnchorElement
Deprecated. Constructs an AnchorElement of the specified type and link, and sets the contents of the anchor.
AnchorElement(AnchorType, String, String) - Constructor for class weblogic.html.AnchorElement
Deprecated. Constructs an AnchorElement of the specified type and link, and sets the contents of the anchor.
AnchorElement(HtmlElement) - Constructor for class weblogic.html.AnchorElement
Deprecated. Constructs a AnchorElement with the specified display information and no URL.
AnchorElement(String) - Constructor for class weblogic.html.AnchorElement
Deprecated. Constructs a AnchorElement with the specified HREF tag.
AnchorElement(String, HtmlElement) - Constructor for class weblogic.html.AnchorElement
Deprecated. Constructs a AnchorElement with the specified URL and display information.
AnchorElement(String, HtmlElement, String) - Constructor for class weblogic.html.AnchorElement
Deprecated. Constructs an AnchorElement with the specified URL, sets the display information to the specified HtmlElement, and sets the display window to the specified string name.
AnchorElement(String, HtmlElement, WindowName) - Constructor for class weblogic.html.AnchorElement
Deprecated. Constructs an AnchorElement with the specified URL, display information, and target.
AnchorElement(String, String) - Constructor for class weblogic.html.AnchorElement
Deprecated. Constructs a AnchorElement with the specified link and display information.
AnchorElement(String, String, String) - Constructor for class weblogic.html.AnchorElement
Deprecated. Constructs an AnchorElement with the specified URL, display information, and target.
AnchorElement(String, String, WindowName) - Constructor for class weblogic.html.AnchorElement
Deprecated. Constructs an AnchorElement with the specified URL, display information, and target.
AnchorType - class weblogic.html.AnchorType.
Deprecated.  
AnchorType(String) - Constructor for class weblogic.html.AnchorType
Deprecated. Constructor.
And - class weblogic.apache.xpath.operations.And.
The 'and' operation expression executer.
And() - Constructor for class weblogic.apache.xpath.operations.And
 
and(int) - Method in class weblogic.apache.xpath.compiler.Compiler
Compile an 'and' operation.
AndExpr() - Method in class weblogic.apache.xpath.compiler.XPathParser
AndExpr ::= EqualityExpr | AndExpr 'and' EqualityExpr
AnnotationError - Static variable in class weblogic.apache.xerces.validators.schema.SchemaMessageProvider
 
antiquewhite - Static variable in interface weblogic.html.HtmlColor
Deprecated.  
appDcarft - Static variable in class weblogic.html.MimeType
Deprecated. Sets the type to "application/dca-rft".
append(char) - Method in interface weblogic.apache.xerces.readers.XMLEntityHandler.CharBuffer
Append a character to this buffer.
append(char) - Method in class weblogic.apache.xerces.utils.ChunkyCharArray
 
append(char) - Method in class weblogic.apache.xml.utils.FastStringBuffer
Append a single character onto the FastStringBuffer, growing the storage if necessary.
append(char) - Method in class weblogic.servlet.logging.FormatStringBuffer
Appends the char argument to this string buffer.
append(char[]) - Method in class weblogic.servlet.logging.FormatStringBuffer
Appends the char[] argument to this string buffer.
append(char[], int, int) - Method in interface weblogic.apache.xerces.readers.XMLEntityHandler.CharBuffer
Append characters to this buffer.
append(char[], int, int) - Method in class weblogic.apache.xerces.utils.ChunkyCharArray
 
append(char[], int, int) - Method in class weblogic.apache.xml.utils.FastStringBuffer
Append part of the contents of a Character Array onto the FastStringBuffer, growing the storage if necessary.
append(ChunkyCharArray, int, int) - Method in class weblogic.apache.xerces.utils.ChunkyCharArray
Append a ChunkyCharArray to this buffer.
append(FastStringBuffer) - Method in class weblogic.apache.xml.utils.FastStringBuffer
Append the contents of another FastStringBuffer onto this FastStringBuffer, growing the storage if necessary.
append(int) - Method in class weblogic.servlet.logging.FormatStringBuffer
Appends the string representation of the int argument to this string buffer.
append(Node) - Method in class weblogic.apache.xml.utils.DOMBuilder
Append a node to the current container.
append(String) - Method in class weblogic.apache.xerces.utils.ChunkyCharArray
Append a String to this buffer
append(String) - Method in class weblogic.apache.xml.utils.FastStringBuffer
Append the contents of a String onto the FastStringBuffer, growing the storage if necessary.
append(String) - Method in class weblogic.html.PlainPage
Deprecated. Appends a string at the end of a PlainPage.
append(String) - Method in class weblogic.servlet.logging.FormatStringBuffer
Appends the string argument to this string buffer.
append(StringBuffer) - Method in class weblogic.apache.xml.utils.FastStringBuffer
Append the contents of a StringBuffer onto the FastStringBuffer, growing the storage if necessary.
append(XMLEntityHandler.CharBuffer, int, int) - Method in class weblogic.apache.xerces.readers.StreamingCharReader
Append the characters processed by this reader associated with offset and length to the CharBuffer.
append(XMLEntityHandler.CharBuffer, int, int) - Method in interface weblogic.apache.xerces.readers.XMLEntityHandler.EntityReader
Append the characters processed by this reader associated with offset and length to the CharBuffer.
append(XMLEntityHandler.CharBuffer, int, int) - Method in class weblogic.apache.xerces.utils.UTF8DataChunk
 
append(XMLEntityHandler.CharBuffer, int, int) - Method in class weblogic.apache.xerces.utils.CharDataChunk
Append data from a CharBuffer to this chunk.
appendAndPush(StylesheetHandler, ElemTemplateElement) - Method in class weblogic.apache.xalan.processor.ProcessorTemplateElem
Append the current template element to the current template element, and then push it onto the current template element stack.
appendAndPush(StylesheetHandler, ElemTemplateElement) - Method in class weblogic.apache.xalan.processor.ProcessorText
Append the current template element to the current template element, and then push it onto the current template element stack.
appendChild(int, int) - Method in class weblogic.apache.xerces.dom.DeferredDocumentImpl
Appends a child to the specified parent in the table.