|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jbind.xml.instance.data.StringDataImpl
| Constructor Summary | |
StringDataImpl(java.lang.String aString,
java.util.Map aPrefixToNamespaceMapping,
IHasLocation aHasLocation)
|
|
| Method Summary | |
void |
accept(IDataImplVisitor aVisitor)
|
IAnyTypeData |
getAttributeData(java.lang.String aNamespace,
java.lang.String aLocalName)
Gets the data object of an attribute. |
IAnyTypeData |
getData()
|
ILocation |
getLocation()
|
java.lang.String |
getNamespace()
|
IImplContainer |
getParentImpl()
|
java.lang.String |
getPartName()
Gets the attribute or element name. |
java.util.Map |
getPrefixToNamespaceMapping()
Gets the prefix to namespace mapping. |
java.lang.String |
getTextContent()
Gets the textual content. |
boolean |
hasTextContent()
Checks if the implementation has textual content. |
boolean |
isDefault()
Checks if the data implementation is a default value or if a value was assigned explicitly. |
boolean |
isNil()
Indicates if the data implementation was assigned "nil". |
java.util.Iterator |
iterAttributes(java.lang.String aNamespace,
java.lang.String aName)
Iterates the attribute data objects for the specified namespace and name. |
java.util.ListIterator |
iterChildren()
Iterates the children. |
java.util.ListIterator |
iterElementData(java.lang.String aNamespace,
java.lang.String aLocalName)
Iterates the data objects for the specified namespace and element name. |
void |
restoreTextContent(ITextContentMemento aMemento)
|
ITextContentMemento |
saveTextContent()
|
void |
setData(IAnyTypeData aData)
|
void |
setTextContent(ITextContentProvider aTextContentProvider)
Sets the textual content by specifiying a provider for lazy evaluation. |
void |
setTextContent(java.lang.String aString)
Sets the textual content. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public StringDataImpl(java.lang.String aString,
java.util.Map aPrefixToNamespaceMapping,
IHasLocation aHasLocation)
| Method Detail |
public IAnyTypeData getAttributeData(java.lang.String aNamespace,
java.lang.String aLocalName)
IImpl
getAttributeData in interface IImplaNamespace - (required).aLocalName - (required).
public java.util.Map getPrefixToNamespaceMapping()
IImpl
getPrefixToNamespaceMapping in interface IImplpublic java.lang.String getTextContent()
IImplWithText
getTextContent in interface IImplWithTextpublic void setTextContent(java.lang.String aString)
IImplWithText
setTextContent in interface IImplWithTextaString - (required).public void setTextContent(ITextContentProvider aTextContentProvider)
IImplWithText
setTextContent in interface IImplWithTextaTextContentProvider - (required).public boolean isDefault()
IImplWithText
isDefault in interface IImplWithTexttrue iff the data implementation is a default value.public boolean isNil()
IImpl
isNil in interface IImpltrue iff the data implementation was assigned
"nil".
public java.util.ListIterator iterElementData(java.lang.String aNamespace,
java.lang.String aLocalName)
IImpl
iterElementData in interface IImplaNamespace - (required).aLocalName - (required).
IAnyTypeData.public ILocation getLocation()
getLocation in interface IHasLocationpublic ITextContentMemento saveTextContent()
saveTextContent in interface IImplWithTextpublic void restoreTextContent(ITextContentMemento aMemento)
restoreTextContent in interface IImplWithTextpublic boolean hasTextContent()
IImplWithText
Attribute implementations will always return true because
attributes take their default values only if they are not present in the
instance.
Element implementation will return true iff their text content
is null or equal to the empty string. In other words the default
value of an element is used when the element is empty.
(cf. the note at W3C XML-Schema-Structure specification section 3.1.1).
hasTextContent in interface IImplWithTexttrue iff there is textual content.public java.util.ListIterator iterChildren()
IImpl
iterChildren in interface IImplIImpl.public void accept(IDataImplVisitor aVisitor)
accept in interface IImplpublic java.lang.String getPartName()
IDataImpl
getPartName in interface IDataImplpublic java.lang.String getNamespace()
getNamespace in interface IDataImplpublic IAnyTypeData getData()
getData in interface IDataImplpublic void setData(IAnyTypeData aData)
setData in interface IDataImpl
public java.util.Iterator iterAttributes(java.lang.String aNamespace,
java.lang.String aName)
IDataImpl
iterAttributes in interface IDataImplaNamespace - (optional).aName - (optional).
IAnyTypeData.public IImplContainer getParentImpl()
getParentImpl in interface IImplChild
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||