Package: org.htmlencoder.content Diagram Back to overview

CharacterDataContent class
Implements: ElementContent, AttributeContent
Attributes
Name Type Visibility
c_instance CharacterDataContent   private
m_descriptor Descriptor   public
Operations
Name Parameters Returns Visibility
CharacterDataContent     protected
getContentTypeClass   Class   public
getDescriptor   Descriptor   public
getInstance   Content   public


Default class
Implements: NumericFormatType
Attributes
Name Type Visibility
c_instance Default   private
Operations
Name Parameters Returns Visibility
getInstance   NumericFormatType   public


Percentage class
Implements: NumericFormatType
Attributes
Name Type Visibility
c_instance Percentage   private
Operations
Name Parameters Returns Visibility
getInstance   NumericFormatType   public


Pixel class
Implements: NumericFormatType
Attributes
Name Type Visibility
c_instance Pixel   private
Operations
Name Parameters Returns Visibility
getInstance   NumericFormatType   public


Point class
Implements: NumericFormatType
Attributes
Name Type Visibility
c_instance Point   private
Operations
Name Parameters Returns Visibility
getInstance   NumericFormatType   public


AttributeContent interface
Implementing classes: CharacterDataContent, DefaultAttributeContent


Content interface
Operations
Name Parameters Returns Visibility
getDescriptor   Descriptor   public
getContentTypeClass   Class   public


Descriptor interface
Implementing classes: DefaultDescriptor
Operations
Name Parameters Returns Visibility
getDescription   String   public


ElementContent interface
Implementing classes: CharacterDataContent, DefaultElementContent


NumericFormatType interface
Implementing classes: Pixel, Point, Percentage, Default