Up
Authors
- Manuel Guesdon (
mguesdon@orange-concept.com)
-
Date: Generated at 2025-12-01
Copyright: (C) 1999-2002 Free Software Foundation, Inc.
- Declared in:
- WebObjects/GSWHTMLStaticElement.h
Availability: OpenStep
Description forthcoming.
GSWHTMLStaticElement declares 4 Instance Variables
+ (Class)
_elementClassForName: (
NSString*)name;
Availability: OpenStep
Warning the underscore at the start of the
name of this method indicates that it is
private, for internal use only, and you should not
use the method in your code.
+ (
GSWElement*)
_theEmptyElement;
Availability: OpenStep
Warning the underscore at the start of the
name of this method indicates that it is private, for
internal use only, and you should not use the
method in your code.
+ (void)
addURLAttribute: (id)attribute
forElementNamed: (
NSString*)name;
Availability: OpenStep
Description forthcoming.
+ (
NSDictionary*)
attributeDictionaryForString: (
NSString*)string;
Availability: OpenStep
Description forthcoming.
+ (BOOL)
charactersNeedingQuotes;
Availability: OpenStep
Description forthcoming.
+ (
GSWElement*)
elementWithName: (
NSString*)name
attributeDictionary: (
NSDictionary*)attributeDictionary
contentElements: (
NSArray*)elements;
Availability: OpenStep
Description forthcoming.
+ (
GSWElement*)
elementWithName: (
NSString*)name
attributeString: (
NSString*)attributeString
contentElements: (
NSArray*)elements;
Availability: OpenStep
Description forthcoming.
+ (void)
setElementClass: (Class)class
forName: (
NSString*)name;
Availability: OpenStep
Description forthcoming.
+ (
NSString*)
stringForAttributeDictionary: (
NSDictionary*)attributeDictionary;
Availability: OpenStep
Description forthcoming.
+ (id)
urlsForElementNamed: (
NSString*)name;
Availability: OpenStep
Description forthcoming.
- (id)
_initWithElementsMap: (
NSData*)_elementsMap
htmlBareStrings: (
NSArray*)htmlBareStrings
dynamicChildren: (
NSArray*)dynamicChildren;
Availability: OpenStep
Warning the underscore at the start of the
name of this method indicates that it is private, for
internal use only, and you should not use the
method in your code.
- (void)
_setEndOfHTMLTag: (unsigned int)unknown;
Availability: OpenStep
Warning the underscore at the start of the
name of this method indicates that it is private, for
internal use only, and you should not use the
method in your code.
- (BOOL)
appendStringAtLeft: (id)unkwnon
withMapping: (char*)mapping;
Availability: OpenStep
Description forthcoming.
- (BOOL)
appendStringAtRight: (id)unkwnon
withMapping: (char*)mapping;
Availability: OpenStep
Description forthcoming.
- (void)
appendToResponse: (
GSWResponse*)response
inContext: (
GSWContext*)context;
Availability: OpenStep
Description forthcoming.
- (void)
appendToResponse: (
GSWResponse*)response
inContext: (
GSWContext*)context
elementsFromIndex: (unsigned int)fromIndex
toIndex: (unsigned int)toIndex;
Availability: OpenStep
Description forthcoming.
- (BOOL)
canBeFlattenedAtInitialization;
Availability: OpenStep
Description forthcoming.
- (
NSArray*)
childrenElements;
Availability: OpenStep
Description forthcoming.
- (BOOL)
compactHTMLTags;
Availability: OpenStep
Description forthcoming.
- (void)
dealloc;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
description;
Availability: OpenStep
Description forthcoming.
- (
NSArray*)
dynamicChildren;
Availability: OpenStep
Description forthcoming.
- (
NSData*)
elementsMap;
Availability: OpenStep
Description forthcoming.
- (
NSArray*)
htmlBareStrings;
Availability: OpenStep
Description forthcoming.
- (id)
initWithName: (
NSString*)elementName
attributeDictionary: (
NSDictionary*)attributeDictionary
contentElements: (
NSArray*)elements;
Availability: OpenStep
Description forthcoming.
- (id)
initWithName: (
NSString*)elementName
attributeString: (
NSString*)attributeString
contentElements: (
NSArray*)elements;
Availability: OpenStep
Description forthcoming.
- (void)
takeValuesFromRequest: (
GSWRequest*)request
inContext: (
GSWContext*)context;
Availability: OpenStep
Description forthcoming.
Instance Variables for GSWHTMLStaticElement Class
@protected NSArray*
_dynamicChildren;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSString*
_elementName;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSData*
_elementsMap;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSArray*
_htmlBareStrings;
Availability: OpenStep
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
Up