|
WebObjects 5.4.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.webobjects.appserver.parser.woml.namespaces.WOMLDefaultNamespace
public class WOMLDefaultNamespace
| Constructor Summary | |
|---|---|
WOMLDefaultNamespace(String aNamespaceId)
|
|
WOMLDefaultNamespace(String aNamespaceId,
boolean includeNamespaceInAttributes)
|
|
| Method Summary | |
|---|---|
boolean |
canGenerateElement(WOMLElement element)
Returns true if the receiver can generate a WOElement from the information contained in the given WOMLElement. |
void |
contributeToDeclaration(WOMLElement element,
WOElement template,
com.webobjects.appserver._private.WOMutableDeclaration declaration,
NSArray<String> languages,
WOAssociationFactory associationFactory)
Contributes from the receiving namespace into the declaration given. |
WOElement |
generateElement(WOMLElement element,
WOElement template,
com.webobjects.appserver._private.WOMutableDeclaration declaration,
NSArray<String> languages,
WOAssociationFactory associationFactory)
Returns the constructed WOElement from the given WOMLElement, template (child WOElement of the WOMLElement) and declaration. |
boolean |
getIncludeNamespaceInAttributes()
|
String |
getNamespaceId()
Returns the namespace identifier for this namespace. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WOMLDefaultNamespace(String aNamespaceId)
public WOMLDefaultNamespace(String aNamespaceId,
boolean includeNamespaceInAttributes)
| Method Detail |
|---|
public String getNamespaceId()
WOMLNamespace
getNamespaceId in interface WOMLNamespacepublic boolean getIncludeNamespaceInAttributes()
public boolean canGenerateElement(WOMLElement element)
WOMLNamespace
canGenerateElement in interface WOMLNamespace
public WOElement generateElement(WOMLElement element,
WOElement template,
com.webobjects.appserver._private.WOMutableDeclaration declaration,
NSArray<String> languages,
WOAssociationFactory associationFactory)
throws WOMLElementGenerationException
WOMLNamespace
generateElement in interface WOMLNamespaceWOMLElementGenerationException
public void contributeToDeclaration(WOMLElement element,
WOElement template,
com.webobjects.appserver._private.WOMutableDeclaration declaration,
NSArray<String> languages,
WOAssociationFactory associationFactory)
throws WOMLElementGenerationException
WOMLNamespace
contributeToDeclaration in interface WOMLNamespaceWOMLElementGenerationException
|
Last updated Wednesday, January 23, 2008 14:25 PST | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||