Serialized Form
|
Package weblogic.apache.html.dom
|
_anchors
weblogic.apache.html.dom.HTMLCollectionImpl _anchors
- Holds {@link HTMLCollectionImpl} object with live collection of all
anchors in document. This reference is on demand only once.
_applets
weblogic.apache.html.dom.HTMLCollectionImpl _applets
- Holds {@link HTMLCollectionImpl} object with live collection of all
applets in document. This reference is on demand only once.
_forms
weblogic.apache.html.dom.HTMLCollectionImpl _forms
- Holds {@link HTMLCollectionImpl} object with live collection of all
forms in document. This reference is on demand only once.
_images
weblogic.apache.html.dom.HTMLCollectionImpl _images
- Holds {@link HTMLCollectionImpl} object with live collection of all
images in document. This reference is on demand only once.
_links
weblogic.apache.html.dom.HTMLCollectionImpl _links
- Holds {@link HTMLCollectionImpl} object with live collection of all
links in document. This reference is on demand only once.
_writer
java.io.StringWriter _writer
- Holds string writer used by direct manipulation operation ({@link #open}.
{@link #write}, etc) to write new contents into the document and parse
that text into a document tree.
_elements
weblogic.apache.html.dom.HTMLCollectionImpl _elements
- Collection of all elements contained in this FORM.
_areas
org.w3c.dom.html.HTMLCollection _areas
_options
org.w3c.dom.html.HTMLCollection _options
_bodies
weblogic.apache.html.dom.HTMLCollectionImpl _bodies
_rows
weblogic.apache.html.dom.HTMLCollectionImpl _rows
_cells
org.w3c.dom.html.HTMLCollection _cells
_rows
weblogic.apache.html.dom.HTMLCollectionImpl _rows
|
Package weblogic.apache.wml.dom
|
|
Package weblogic.apache.xalan.client
|
m_codeBase
java.net.URL m_codeBase
- Save this for use on the worker thread; may not be necessary.
m_documentBase
java.net.URL m_documentBase
- DocumentBase URL
m_documentURL
java.lang.String m_documentURL
m_documentURLOfCached
java.lang.String m_documentURLOfCached
m_styleURL
java.lang.String m_styleURL
m_styleURLOfCached
java.lang.String m_styleURLOfCached
m_tfactory
javax.xml.transform.TransformerFactory m_tfactory
- The stylesheet processor.
m_treeURL
java.lang.String m_treeURL
PARAM_documentURL
java.lang.String PARAM_documentURL
PARAM_styleURL
java.lang.String PARAM_styleURL
|
Package weblogic.apache.xalan.processor
|
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- During deserialization, reinstantiate the transient thread-table
m_interpretArray
java.lang.Object[] m_interpretArray
- Object[] m_interpretArray is used to bind to nodes we don't yet
know how to compile. Set at construction.
This array resembles the DOM's getChildren().item(), but includes
some things that aren't children, and is our primary access
point for its contents even when they are kids.
|
Package weblogic.apache.xalan.templates
|
m_name
java.lang.String m_name
- The name of the attribute.
m_parts
java.util.Vector m_parts
- If the AVT is complex, hold a Vector of AVTParts.
m_rawName
java.lang.String m_rawName
- The name of the attribute.
m_simpleString
java.lang.String m_simpleString
- If the AVT is not complex, just hold the simple string.
m_uri
java.lang.String m_uri
- The namespace URI of the owning attribute.
m_val
java.lang.String m_val
- Simple string value;
m_xpath
XPath m_xpath
- The XPath object contained in this part.
m_dfs
java.text.DecimalFormatSymbols m_dfs
- An instance of DecimalFormatSymbols for this element.
m_qname
QName m_qname
- If there is a name attribute, then the element declares a named
decimal-format; otherwise, it declares the default decimal-format.
m_isDefaultTemplate
boolean m_isDefaultTemplate
- Tells if this belongs to a default template,
in which case it will act different with
regard to processing modes.
- See Also:
- built-in-rule in XSLT Specification
m_mode
QName m_mode
- mode %qname; #IMPLIED
m_qname
QName m_qname
- The name attribute specifies the name of the attribute set.
m_paramElems
java.util.Vector m_paramElems
- Vector of xsl:param elements associated with this element.
m_template
ElemTemplateElement m_template
- The template which is named by QName.
m_templateName
QName m_templateName
- An xsl:call-template element invokes a template by name;
it has a required name attribute that identifies the template to be invoked.
m_selectExpression
XPath m_selectExpression
- The required select attribute contains an expression.
m_name_avt
AVT m_name_avt
- The name attribute is interpreted as an attribute value template.
It is an error if the string that results from instantiating the
attribute value template is not a QName.
m_namespace_avt
AVT m_namespace_avt
- If the namespace attribute is present, then it also is interpreted
as an attribute value template. The string that results from
instantiating the attribute value template should be a URI reference.
It is not an error if the string is not a syntactically legal URI reference.
m_decl
ElemExtensionDecl m_decl
- Declaration for Extension element.
m_extns
java.lang.String m_extns
- The Namespace URI for this extension call element.
m_lang
java.lang.String m_lang
- Language used by extension.
m_scriptSrc
java.lang.String m_scriptSrc
- Source for script.
m_srcURL
java.lang.String m_srcURL
- URL pointing to extension.
m_elements
StringVector m_elements
- StringVector of elements defined in this extension.
m_functions
StringVector m_functions
- StringVector holding the names of functions defined in this extension.
m_prefix
java.lang.String m_prefix
- Prefix string for this extension element.
m_lang
java.lang.String m_lang
- Language used in extension.
m_src
java.lang.String m_src
- Extension handler.
m_selectExpression
XPath m_selectExpression
- The "select" expression.
m_sortElems
java.util.Vector m_sortElems
- Vector containing the xsl:sort elements associated with this element.
m_test
XPath m_test
- The xsl:if element must have a test attribute, which specifies an expression.
isLiteralResultAsStylesheet
boolean isLiteralResultAsStylesheet
- Tells if this element represents a root element
that is also the stylesheet element.
TODO: This should be a derived class.
m_avts
java.util.Vector m_avts
- The created element node will have the attribute nodes
that were present on the element node in the stylesheet tree,
other than attributes with names in the XSLT namespace.
m_excludeResultPrefixes
StringVector m_excludeResultPrefixes
- The "exclude-result-prefixes" property.
m_ExtensionElementURIs
StringVector m_ExtensionElementURIs
- The "extension-element-prefixes" property, actually contains URIs.
m_localName
java.lang.String m_localName
- The local name of the element to be created.
m_namespace
java.lang.String m_namespace
- The namespace of the element to be created.
m_rawName
java.lang.String m_rawName
- The raw name of the element to be created.
m_version
java.lang.String m_version
- The XSLT version as specified by this element.
m_xslAttr
java.util.Vector m_xslAttr
- List of attributes with the XSLT namespace.
m_terminate
boolean m_terminate
- If the terminate attribute has the value yes, then the
XSLT transformer should terminate processing after sending
the message. The default value is no.
m_countMatchPattern
XPath m_countMatchPattern
- Only nodes are counted that match this pattern.
m_format_avt
AVT m_format_avt
- The "format" attribute is used to control conversion of a list of
numbers into a string.
- See Also:
- convert in XSLT Specification
m_fromMatchPattern
XPath m_fromMatchPattern
- Specifies where to count from.
For level="single" or level="multiple":
Only ancestors that are searched are
those that are descendants of the nearest ancestor that matches
the from pattern.
For level="any:
Only nodes after the first node before the
current node that match the from pattern are considered.
m_groupingSeparator_avt
AVT m_groupingSeparator_avt
- The grouping-separator attribute gives the separator
used as a grouping (e.g. thousands) separator in decimal
numbering sequences.
m_groupingSize_avt
AVT m_groupingSize_avt
- The optional grouping-size specifies the size (normally 3) of the grouping.
m_lang_avt
AVT m_lang_avt
- When numbering with an alphabetic sequence, the lang attribute
specifies which language's alphabet is to be used.
m_lettervalue_avt
AVT m_lettervalue_avt
- The letter-value attribute disambiguates between numbering
sequences that use letters.
m_level
int m_level
- When level="single", it goes up to the first node in the ancestor-or-self axis
that matches the count pattern, and constructs a list of length one containing
one plus the number of preceding siblings of that ancestor that match the count
pattern. If there is no such ancestor, it constructs an empty list. If the from
attribute is specified, then the only ancestors that are searched are those
that are descendants of the nearest ancestor that matches the from pattern.
Preceding siblings has the same meaning here as with the preceding-sibling axis.
When level="multiple", it constructs a list of all ancestors of the current node
in document order followed by the element itself; it then selects from the list
those nodes that match the count pattern; it then maps each node in the list to
one plus the number of preceding siblings of that node that match the count pattern.
If the from attribute is specified, then the only ancestors that are searched are
those that are descendants of the nearest ancestor that matches the from pattern.
Preceding siblings has the same meaning here as with the preceding-sibling axis.
When level="any", it constructs a list of length one containing the number of
nodes that match the count pattern and belong to the set containing the current
node and all nodes at any level of the document that are before the current node
in document order, excluding any namespace and attribute nodes (in other words
the union of the members of the preceding and ancestor-or-self axes). If the
from attribute is specified, then only nodes after the first node before the
current node that match the from pattern are considered.
m_valueExpr
XPath m_valueExpr
- The value attribute contains an expression. The expression is evaluated
and the resulting object is converted to a number as if by a call to the
number function.
m_name_atv
AVT m_name_atv
- The xsl:processing-instruction element has a required name
attribute that specifies the name of the processing instruction node.
The value of the name attribute is interpreted as an
attribute value template.
m_caseorder_avt
AVT m_caseorder_avt
- case-order has the value upper-first or lower-first.
The default value is language dependent.
m_dataType_avt
AVT m_dataType_avt
- data-type specifies the data type of the
strings to be sorted.
m_lang_avt
AVT m_lang_avt
- lang specifies the language of the sort keys.
m_order_avt
AVT m_order_avt
- order specifies whether the strings should be sorted in ascending
or descending order.
m_selectExpression
XPath m_selectExpression
- xsl:sort has a select attribute whose value is an expression.
m_matchPattern
XPath m_matchPattern
- The match attribute is a Pattern that identifies the source
node or nodes to which the rule applies.
m_mode
QName m_mode
- Modes allow an element to be processed multiple times,
each time producing a different result.
m_name
QName m_name
- An xsl:template element with a name attribute specifies a named template.
m_priority
double m_priority
- The priority of a template rule is specified by the priority
attribute on the template rule.
m_publicId
java.lang.String m_publicId
- The public identifier for the current document event.
m_stylesheet
Stylesheet m_stylesheet
- The owning stylesheet.
(Should this only be put on the template element, to
conserve space?)
m_systemId
java.lang.String m_systemId
- The system identifier for the current document event.
m_columnNumber
int m_columnNumber
- the column number where the current document event ends.
m_declaredPrefixes
java.util.Vector m_declaredPrefixes
- The list of namespace declarations for this element only.
m_defaultSpace
boolean m_defaultSpace
- Tell if this element has the default space handling
turned off or on according to the xml:space attribute.
m_docOrderNumber
int m_docOrderNumber
- The *relative* document order number of this element.
m_firstChild
ElemTemplateElement m_firstChild
- First child.
m_lineNumber
int m_lineNumber
- line number where the current document event ends.
m_nextSibling
ElemTemplateElement m_nextSibling
- Next sibling.
m_parentNode
ElemTemplateElement m_parentNode
- Parent node.
m_prefixTable
java.util.Vector m_prefixTable
- The table of {@link XMLNSDecl}s for this element
and all parent elements, screened for excluded prefixes.
m_disableOutputEscaping
boolean m_disableOutputEscaping
- Tells if this element should disable escaping.
m_ch
char[] m_ch
- The character array.
m_disableOutputEscaping
boolean m_disableOutputEscaping
- Tells if this element should disable escaping.
m_preserveSpace
boolean m_preserveSpace
- Tell if space should be preserved.
m_attributeSetsNames
QName[] m_attributeSetsNames
- The value of the "use-attribute-sets" attribute.
m_disableOutputEscaping
boolean m_disableOutputEscaping
- Tells if this element should disable escaping.
m_isDot
boolean m_isDot
- True if the pattern is a simple ".".
m_selectExpression
XPath m_selectExpression
- The select expression to be executed.
m_isTopLevel
boolean m_isTopLevel
- Tells if this is a top-level variable or param, or not.
m_qname
QName m_qname
- The value of the "name" attribute.
m_selectPattern
XPath m_selectPattern
- The value of the "select" attribute.
m_test
XPath m_test
- Each xsl:when element has a single attribute, test,
which specifies an expression.
m_qname
QName m_qname
- The required name attribute specifies the name of the
parameter (the variable the value of whose binding is
to be replaced). The value of the name attribute is a QName,
which is expanded as described in [2.4 Qualified Names].
m_selectPattern
XPath m_selectPattern
- The "select" attribute, which specifies the value of the
argument, if element content is not specified.
m_matchPattern
XPath m_matchPattern
- The "match" attribute.
m_name
QName m_name
- The "name" property.
m_use
XPath m_use
- The "use" attribute.
m_ResultNamespace
java.lang.String m_ResultNamespace
- The result namespace.
m_ResultPrefix
java.lang.String m_ResultPrefix
- The "result-prefix" attribute.
m_StylesheetNamespace
java.lang.String m_StylesheetNamespace
- The namespace in the stylesheet space.
m_StylesheetPrefix
java.lang.String m_StylesheetPrefix
- The "stylesheet-prefix" attribute.
m_properties
java.util.Properties m_properties
- The output properties.
readObject
private void readObject(java.io.ObjectInputStream stream)
throws java.io.IOException,
javax.xml.transform.TransformerException
- Read the stylesheet from a serialization stream.
writeObject
private void writeObject(java.io.ObjectOutputStream stream)
throws java.io.IOException
- Write out the given output stream
m_attributeSets
java.util.Vector m_attributeSets
- The "xsl:attribute-set" property.
m_DecimalFormatDeclarations
java.util.Stack m_DecimalFormatDeclarations
- Table of tables of element decimal-format.
- See Also:
DecimalFormatProperties
m_ExcludeResultPrefixs
StringVector m_ExcludeResultPrefixs
- The "exclude-result-prefixes" property.
m_ExtensionElementURIs
StringVector m_ExtensionElementURIs
- The "extension-element-prefixes" property, actually contains URIs.
m_href
java.lang.String m_href
- The base URL of the XSL document.
m_Id
java.lang.String m_Id
- The "id" property.
m_imports
java.util.Vector m_imports
- The "xsl:import" list.
m_includes
java.util.Vector m_includes
- The "xsl:include" properties.
m_keyDeclarations
java.util.Vector m_keyDeclarations
- The "xsl:key" property.
m_NonXslTopLevel
java.util.Hashtable m_NonXslTopLevel
- The "non-xsl-top-level" properties.
m_output
java.util.Vector m_output
- The "xsl:output" properties. This is a vector of OutputProperties objects.
m_prefix_aliases
java.util.Vector m_prefix_aliases
- The "xsl:namespace-alias" properties.
m_publicId
java.lang.String m_publicId
- The doctype-public element.
m_stylesheetParent
Stylesheet m_stylesheetParent
- The parent of the stylesheet. This will be null if this
is the root stylesheet.
m_stylesheetRoot
StylesheetRoot m_stylesheetRoot
- The root of the stylesheet, where all the tables common
to all stylesheets are kept.
m_systemId
java.lang.String m_systemId
- The doctype-system element.
m_templates
java.util.Vector m_templates
- The "xsl:template" properties.
m_topLevelVariables
java.util.Vector m_topLevelVariables
- The "xsl:variable" and "xsl:param" properties.
m_Version
java.lang.String m_Version
- The "version" property.
m_whitespacePreservingElements
java.util.Vector m_whitespacePreservingElements
- The "xsl:preserve-space" property,
A lookup table of all space preserving elements.
m_whitespaceStrippingElements
java.util.Vector m_whitespaceStrippingElements
- The "xsl:strip-space" properties,
A lookup table of all space stripping elements.
m_XmlnsXsl
java.lang.String m_XmlnsXsl
- The "xmlns:xsl" property.
m_importCountComposed
int m_importCountComposed
- The precedence of this stylesheet in the global import list.
The lowest precedence stylesheet is 0. A higher
number has a higher precedence.
m_importNumber
int m_importNumber
- Order in import chain.
m_attrSets
java.util.Hashtable m_attrSets
- Composed set of all included and imported attribute set properties.
Each entry is a vector of ElemAttributeSet objects.
m_availElems
java.util.Hashtable m_availElems
- The schema used when creating this StylesheetRoot
m_decimalFormatSymbols
java.util.Hashtable m_decimalFormatSymbols
- Table of DecimalFormatSymbols, keyed by QName.
m_defaultRootRule
ElemTemplate m_defaultRootRule
-
The default template to use for the root if we don't find
anything else. This is initialized in initDefaultRule().
We kind of need this because the defaultRule isn't good
enough because it doesn't supply a document context.
For now, I default the root document element to "HTML".
Don't know if this is really a good idea or not.
I suspect it is not.
m_defaultRule
ElemTemplate m_defaultRule
-
The default template to use if we don't find anything
else. This is initialized in initDefaultRule().
m_defaultTextRule
ElemTemplate m_defaultTextRule
-
The default template to use for text nodes if we don't find
anything else. This is initialized in initDefaultRule().
m_globalImportList
StylesheetComposed[] m_globalImportList
- The combined list of imports. The stylesheet with the highest
import precedence will be at element 0. The one with the lowest
import precedence will be at element length - 1.
m_keyDecls
java.util.Vector m_keyDecls
- A list of all key declarations visible from this stylesheet and all
lesser stylesheets.
m_namespaceAliasComposed
java.util.Hashtable m_namespaceAliasComposed
- Composed set of all namespace aliases.
m_outputMethodSet
boolean m_outputMethodSet
- Flag indicating whether an output method has been set by the user.
m_outputProperties
OutputProperties m_outputProperties
- This will be set up with the default values, and then the values
will be set as stylesheets are encountered.
m_selectDefault
XPath m_selectDefault
- Used for default selection.
m_templateList
TemplateList m_templateList
- The "xsl:template" properties.
m_variables
java.util.Vector m_variables
- Composed set of all variables and params.
m_whiteSpaceInfoList
TemplateList m_whiteSpaceInfoList
- A list of properties that specify how to do space
stripping. This uses the same exact mechanism as Templates.
m_commentPatterns
weblogic.apache.xalan.templates.TemplateSubPatternAssociation m_commentPatterns
- Comment Patterns.
m_docPatterns
weblogic.apache.xalan.templates.TemplateSubPatternAssociation m_docPatterns
- Root document Patterns.
m_namedTemplates
java.util.Hashtable m_namedTemplates
- Keyed on string macro names, and holding values
that are macro elements in the XSL DOM tree.
Initialized in initMacroLookupTable, and used in
findNamedTemplate.
m_patternTable
java.util.Hashtable m_patternTable
- This table is keyed on the target elements
of patterns, and contains linked lists of
the actual patterns that match the target element
to some degree of specifity.
m_textPatterns
weblogic.apache.xalan.templates.TemplateSubPatternAssociation m_textPatterns
- Text Patterns.
m_wildCardPatterns
weblogic.apache.xalan.templates.TemplateSubPatternAssociation m_wildCardPatterns
- Wildcard patterns.
m_shouldStripSpace
boolean m_shouldStripSpace
- Flag indicating whether whitespaces should be stripped.
m_isExcluded
boolean m_isExcluded
- true if this namespace declaration should normally be excluded.
m_prefix
java.lang.String m_prefix
- non-null reference to prefix, using "" for default namespace.
m_uri
java.lang.String m_uri
- non-null reference to namespace URI.
m_isGlobal
boolean m_isGlobal
- true if this variable or parameter is a global.
|
Package weblogic.apache.xalan.transformer
|
m_keyDeclarations
java.util.Vector m_keyDeclarations
- Vector of Key declarations in the stylesheet.
m_keyTable
KeyTable m_keyTable
- The key table this iterator is associated to.
m_name
QName m_name
- Key name.
m_ki
KeyIterator m_ki
- Main Key iterator for this iterator.
m_lookupKey
java.lang.String m_lookupKey
- Use field of key function.
m_name
QName m_name
- Key name.
m_lookupKey
java.lang.String m_lookupKey
- Key value that this is looking for.
|
Package weblogic.apache.xalan.xpath
|
m_xboolean
XBoolean m_xboolean
m_xboolean
XBooleanStatic m_xboolean
m_xnodeset
XNodeSet m_xnodeset
m_xnull
XNull m_xnull
m_xnumber
XNumber m_xnumber
m_xrtreefrag
XRTreeFrag m_xrtreefrag
m_xstring
XString m_xstring
|
Package weblogic.apache.xerces.dom
|
readObject
private void readObject(java.io.ObjectInputStream ois)
throws java.lang.ClassNotFoundException,
java.io.IOException
- Deserialize object.
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- Serialize object.
name
java.lang.String name
- Attribute name.
value
java.lang.Object value
- This can either be a String or the first child node.
localName
java.lang.String localName
- DOM2: localName.
namespaceURI
java.lang.String namespaceURI
- DOM2: Namespace URI.
data
java.lang.String data
nextSibling
ChildNode nextSibling
- Next sibling.
previousSibling
ChildNode previousSibling
- Previous sibling.
fNamespacesEnabled
boolean fNamespacesEnabled
- DOM2: For namespace support in the deferred case.