|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ws4d.java.types.UnknownDataContainer
public class UnknownDataContainer
Constructor Summary | |
---|---|
UnknownDataContainer()
Constructor |
|
UnknownDataContainer(UnknownDataContainer container)
Copy Constructor. |
Method Summary | |
---|---|
void |
addUnknownAttribute(QName attributeName,
java.lang.String value)
|
void |
addUnknownElement(QName elementName,
java.lang.Object element)
|
java.lang.String |
getUnknownAttribute(QName elementName)
|
HashMap |
getUnknownAttributes()
Returns a map containing all unknown attributes of this XML container. |
java.lang.Object |
getUnknownElement(QName elementName)
Returns the first object with the given element name. |
HashMap |
getUnknownElements()
Returns a map containing all unknown elements of this XML container. |
List |
getUnknownElements(QName elementName)
Gets list of elements with given name. |
void |
setUnknownAttributes(HashMap attributes)
|
void |
setUnknownElements(HashMap elements)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UnknownDataContainer()
public UnknownDataContainer(UnknownDataContainer container)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getUnknownAttribute(QName elementName)
public java.lang.Object getUnknownElement(QName elementName)
elementName
- element name
public List getUnknownElements(QName elementName)
elementName
- element name
public HashMap getUnknownAttributes()
QName
and reflect the
qualified names of the attributes, whereas the values represent the
corresponding attribute values as string.
public HashMap getUnknownElements()
QName
and reflect the qualified
names of the elements whereas the values are of type List
and
contain an entry for each child element with the same qualified name.
public void addUnknownAttribute(QName attributeName, java.lang.String value)
attributeName
- the name of the unknown attributevalue
- the attribute's value represented as a Java stringpublic void addUnknownElement(QName elementName, java.lang.Object element)
elementName
- the name of the unknown elementelement
- the element represented as a Java objectpublic void setUnknownAttributes(HashMap attributes)
attributes
- public void setUnknownElements(HashMap elements)
elements
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |