|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 IImpl
aNamespace
- (required).aLocalName
- (required).
public java.util.Map getPrefixToNamespaceMapping()
IImpl
getPrefixToNamespaceMapping
in interface IImpl
public java.lang.String getTextContent()
IImplWithText
getTextContent
in interface IImplWithText
public void setTextContent(java.lang.String aString)
IImplWithText
setTextContent
in interface IImplWithText
aString
- (required).public void setTextContent(ITextContentProvider aTextContentProvider)
IImplWithText
setTextContent
in interface IImplWithText
aTextContentProvider
- (required).public boolean isDefault()
IImplWithText
isDefault
in interface IImplWithText
true
iff the data implementation is a default value.public boolean isNil()
IImpl
isNil
in interface IImpl
true
iff the data implementation was assigned
"nil".public java.util.ListIterator iterElementData(java.lang.String aNamespace, java.lang.String aLocalName)
IImpl
iterElementData
in interface IImpl
aNamespace
- (required).aLocalName
- (required).
IAnyTypeData
.public ILocation getLocation()
getLocation
in interface IHasLocation
public ITextContentMemento saveTextContent()
saveTextContent
in interface IImplWithText
public void restoreTextContent(ITextContentMemento aMemento)
restoreTextContent
in interface IImplWithText
public 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 IImplWithText
true
iff there is textual content.public java.util.ListIterator iterChildren()
IImpl
iterChildren
in interface IImpl
IImpl
.public void accept(IDataImplVisitor aVisitor)
accept
in interface IImpl
public java.lang.String getPartName()
IDataImpl
getPartName
in interface IDataImpl
public java.lang.String getNamespace()
getNamespace
in interface IDataImpl
public IAnyTypeData getData()
getData
in interface IDataImpl
public 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 IDataImpl
aNamespace
- (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 |