Package: org.htmlencoder.element.inline.impl Diagram Back to overview

DefaultAnchor class
Inherits from: DefaultMixedContentHTMLElement
Implements: Anchor
Attributes
Name Type Visibility
m_hyperlink URI   public
m_name Name   public
m_relto LinkType   public
m_relfrom LinkType   public
m_ctype ContentType   public
m_ftarget FrameTarget   public
m_langcode LanguageCode   public
m_charset Charset   public
m_shortcutkey PlainText   public
m_tabindex BoundedInteger   public
m_shape Shape   public
m_coords Coordinates   public
m_onblur PlainText   public
m_onfocus PlainText   public
Operations
Name Parameters Returns Visibility
InitializeAnchorAttributes     protected
DefaultAnchor
String p_name
 
  public
DefaultAnchor
Element p_parent
String p_name
 
  public
Hyperlink   URI   public
Name   Name   public
RelationshipTo   LinkType   public
RelationshipFrom   LinkType   public
Type   ContentType   public
Target   FrameTarget   public
LinkLanguage   LanguageCode   public
CharacterSet   Charset   public
ShortcutKey   PlainText   public
TabIndex   BoundedInteger   public
Shape   Shape   public
Coordinates   Coordinates   public
OnFocus   PlainText   public
OnBlur   PlainText   public
addElement
InlineElement p_element
 
  public
CLASS   Identifier   public
ID   Identifier   public
STYLE   PlainText   public
TITLE   PlainText   public
_Validate     public


DefaultApplet class
Inherits from: DefaultMixedContentHTMLElement
Implements: Applet
Attributes
Name Type Visibility
m_code PlainText   public
m_codebase URI   public
m_width LengthValue   public
m_height LengthValue   public
m_archive PlainText   public
m_object PlainText   public
m_name Name   public
m_alternatetext PlainText   public
m_alignment AlignmentValue   public
m_hspace BoundedInteger   public
m_vspace BoundedInteger   public
Operations
Name Parameters Returns Visibility
InitializeAppletAttributes     protected
DefaultApplet
String p_name
 
  public
DefaultApplet
Element p_parent
String p_name
 
  public
Code   PlainText   public
CodeBase   URI   public
Width   LengthValue   public
Height   LengthValue   public
Archive   PlainText   public
Object   PlainText   public
Name   Name   public
AlternateText   PlainText   public
Alignment   AlignmentValue   public
HorizontalSpace   BoundedInteger   public
VerticalSpace   BoundedInteger   public
addParameter
Parameter p_param
 
  public
addElement
InlineElement p_element
 
  public
addElement
BlockElement p_element
 
  public
CLASS   Identifier   public
ID   Identifier   public
STYLE   PlainText   public
TITLE   PlainText   public


DefaultArea class
Inherits from: DefaultHTMLElement
Implements: Area
Attributes
Name Type Visibility
m_alternatetext PlainText   public
m_coordinates Coordinates   public
m_nohref boolean   public
m_hyperlink URI   public
m_onblur PlainText   public
m_onfocus PlainText   public
m_shape Shape   public
m_tabindex BoundedInteger   public
m_target FrameTarget   public
Operations
Name Parameters Returns Visibility
InitializeAreaAttributes     protected
DefaultArea
String p_name
 
  public
DefaultArea
Element p_parent
String p_name
 
  public
AlternateText   PlainText   public
Coordinates   Coordinates   public
hasHyperlink   boolean   public
Hyperlink   URI   public
OnBlur   PlainText   public
OnFocus   PlainText   public
setNoHyperlink
boolean p_nohref
 
  public
Shape   Shape   public
TabIndex   BoundedInteger   public
Target   FrameTarget   public
CLASS   Identifier   public
ID   Identifier   public
STYLE   PlainText   public
TITLE   PlainText   public


DefaultBaseFont class
Inherits from: DefaultHTMLElement
Implements: BaseFont
Attributes
Name Type Visibility
m_color ColorValue   public
m_fontface PlainText   public
m_size BoundedInteger   public
m_id Identifier   public
Operations
Name Parameters Returns Visibility
InitializeDefaultBaseFontAttributes     protected
DefaultBaseFont
String p_name
 
  public
DefaultBaseFont
Element p_parent
String p_name
 
  public
Color   ColorValue   public
FontFace   PlainText   public
Size   BoundedInteger   public
ID   Identifier   public


DefaultBidirectionalOverride class
Inherits from: DefaultHTMLElement
Implements: BidirectionalOverride
Operations
Name Parameters Returns Visibility
Direction   Direction   public
Language   LanguageCode   public
DefaultBidirectionalOverride
String p_name
 
  public
DefaultBidirectionalOverride
Element p_parent
String p_name
 
  public
CLASS   Identifier   public
ID   Identifier   public
STYLE   PlainText   public
TITLE   PlainText   public
addElement
InlineElement p_element
 
  public


DefaultFont class
Inherits from: DefaultHTMLElement
Implements: Font
Attributes
Name Type Visibility
m_color ColorValue   public
m_fontface PlainText   public
m_size BoundedInteger   public
Operations
Name Parameters Returns Visibility
InitializeDefaultFontAttributes     protected
DefaultFont
String p_name
 
  public
DefaultFont
Element p_parent
String p_name
 
  public
addElement
InlineElement p_element
 
  public
Color   ColorValue   public
FontFace   PlainText   public
Size   BoundedInteger   public
Directionality   Direction   public
CLASS   Identifier   public
ID   Identifier   public
STYLE   PlainText   public
TITLE   PlainText   public
Language   LanguageCode   public


DefaultImage class
Inherits from: DefaultEmptyHTMLElement
Implements: Image
Attributes
Name Type Visibility
m_imagesrc URI   public
m_alttext PlainText   public
m_longdesc URI   public
m_width LengthValue   public
m_height LengthValue   public
m_clientmap URI   public
m_servermap URI   public
m_alignment AlignmentValue   public
m_border LengthValue   public
m_hspace BoundedInteger   public
m_vspace BoundedInteger   public
Operations
Name Parameters Returns Visibility
InitializeDefaultImageAttributes     protected
DefaultImage
String p_name
 
  public
DefaultImage
Element p_parent
String p_name
 
  public
ImageSource   URI   public
AlternativeText   PlainText   public
LongDescriptionLink   URI   public
Width   LengthValue   public
Height   LengthValue   public
ClientSideImageMap   URI   public
ServerSideImageMap   URI   public
Alignment   AlignmentValue   public
Border   LengthValue   public
HSpace   BoundedInteger   public
VSpace   BoundedInteger   public
CLASS   Identifier   public
ID   Identifier   public
STYLE   PlainText   public
TITLE   PlainText   public


DefaultLineBreak class
Inherits from: DefaultHTMLElement
Implements: LineBreak
Attributes
Name Type Visibility
m_clear FloatingObjectState   public
Operations
Name Parameters Returns Visibility
InitializeDefaultLineBreakAttributes     protected
DefaultLineBreak
String p_name
 
  public
DefaultLineBreak
Element p_parent
String p_name
 
  public
Clear   FloatingObjectState   public
CLASS   Identifier   public
ID   Identifier   public
STYLE   PlainText   public
TITLE   PlainText   public


DefaultMap class
Inherits from: DefaultMixedContentHTMLElement
Implements: Map
Attributes
Name Type Visibility
m_name Name   public
Operations
Name Parameters Returns Visibility
DefaultMap
String p_name
 
  public
DefaultMap
Element p_parent
String p_name
 
  public
InitializeDefaultMapAttributes     public
Name   Name   public
addElement
Area p_area
 
  public
addElement
BlockElement p_element
 
  public
CLASS   Identifier   public
ID   Identifier   public
STYLE   PlainText   public
TITLE   PlainText   public


DefaultObject class
Inherits from: DefaultEmptyHTMLElement
Implements: Object
Attributes
Name Type Visibility
m_data URI   public
m_classid URI   public
m_archive PlainText   public
m_codebase URI   public
m_width LengthValue   public
m_height LengthValue   public
m_name Name   public
m_usemap URI   public
m_type ContentType   public
m_codetype ContentType   public
m_standby PlainText   public
m_tabindex BoundedInteger   public
m_border BoundedInteger   public
m_verticalgutter BoundedInteger   public
m_horizontalgutter BoundedInteger   public
m_alignment AlignmentValue   public
m_instantiate boolean   public
Operations
Name Parameters Returns Visibility
InitializeDefaultObjectAttributes     protected
DefaultObject
String p_name
 
  public
DefaultObject
Element p_parent
String p_name
 
  public
Data   URI   public
ClassID   URI   public
Archive   PlainText   public
CodeBase   URI   public
Width   LengthValue   public
Height   LengthValue   public
Name   Name   public
UseMap   URI   public
Type   ContentType   public
CodeType   ContentType   public
Standby   PlainText   public
TabIndex   BoundedInteger   public
Border   BoundedInteger   public
HorizontalGutter   BoundedInteger   public
VerticalGutter   BoundedInteger   public
Alignment   AlignmentValue   public
setIsDeclaration
boolean p_instantiate
 
  public
isDeclaration   boolean   public
addParameter
Parameter p_param
 
  public
addBlockElement
BlockElement p_element
 
  public
addInlineElement
InlineElement p_element
 
  public


DefaultParameter class
Inherits from: DefaultEmptyHTMLElement
Implements: Parameter
Attributes
Name Type Visibility
m_name Name   public
m_value PlainText   public
m_valuetype ValueDescriptor   public
m_type ContentType   public
Operations
Name Parameters Returns Visibility
InitializeDefaultParameterAttributes     protected
DefaultParameter
String p_name
 
  public
DefaultParameter
Element p_parent
String p_name
 
  public
Name   Name   public
Value   PlainText   public
ValueType   ValueDescriptor   public
Type   ContentType   public
CLASS   Identifier   public
ID   Identifier   public
STYLE   PlainText   public
TITLE   PlainText   public


DefaultQuotation class
Inherits from: DefaultMixedContentHTMLElement
Implements: Quotation
Attributes
Name Type Visibility
m_cite URI   public
Operations
Name Parameters Returns Visibility
InitializeDefaultQuotationAttributes     protected
DefaultQuotation
String p_name
 
  public
DefaultQuotation
Element p_parent
String p_name
 
  public
Cite   URI   public
addElement
InlineElement p_element
 
  public
CLASS   Identifier   public
ID   Identifier   public
STYLE   PlainText   public
TITLE   PlainText   public


DefaultSpan class
Inherits from: DefaultMixedContentHTMLElement
Implements: Span
Operations
Name Parameters Returns Visibility
DefaultSpan
String p_name
 
  public
DefaultSpan
Element p_parent
String p_name
 
  public
addElement
InlineElement p_element
 
  public
CLASS   Identifier   public
ID   Identifier   public
STYLE   PlainText   public
TITLE   PlainText   public


DefaultSubscriptText class
Inherits from: DefaultMixedContentHTMLElement
Implements: SuperscriptText
Operations
Name Parameters Returns Visibility
DefaultSubscriptText
String p_name
 
  public
DefaultSubscriptText
Element p_parent
String p_name
 
  public
addElement
InlineElement p_element
 
  public
CLASS   Identifier   public
ID   Identifier   public
STYLE   PlainText   public
TITLE   PlainText   public


DefaultSuperscriptText class
Inherits from: DefaultMixedContentHTMLElement
Implements: SuperscriptText
Operations
Name Parameters Returns Visibility
DefaultSuperscriptText
String p_name
 
  public
DefaultSuperscriptText
Element p_parent
String p_name
 
  public
addElement
InlineElement p_element
 
  public
CLASS   Identifier   public
ID   Identifier   public
STYLE   PlainText   public
TITLE   PlainText   public