|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
accept(IDataImplVisitor aVisitor)
|
IAnyTypeData |
getAttributeData(java.lang.String aNamespace,
java.lang.String aLocalName)
Gets the data object of an attribute. |
java.util.Map |
getPrefixToNamespaceMapping()
Gets the prefix to namespace mapping. |
boolean |
isNil()
Indicates if the data implementation was assigned "nil". |
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. |
Methods inherited from interface org.jbind.xml.base.IHasLocation |
getLocation |
Method Detail |
public boolean isNil()
true
iff the data implementation was assigned
"nil".public IAnyTypeData getAttributeData(java.lang.String aNamespace, java.lang.String aLocalName)
aNamespace
- (required).aLocalName
- (required).
public java.util.ListIterator iterElementData(java.lang.String aNamespace, java.lang.String aLocalName)
aNamespace
- (required).aLocalName
- (required).
IAnyTypeData
.public java.util.ListIterator iterChildren()
IImpl
.public void accept(IDataImplVisitor aVisitor) throws XmlException
XmlException
public java.util.Map getPrefixToNamespaceMapping()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |