|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Assignable
An element of the RPC structure that implements this interface can itself contain assignable elements.
Method Summary | |
---|---|
void |
assignAnyxml(Anyxml a,
org.w3c.dom.Document e)
Allows you to assign an XML document to an Anyxml element previously linked to this. |
void |
assignLeaf(Leaf l,
java.lang.String canonicalValue)
Allows you to assign a value to a leaf element previously linked to this. |
void |
assignLeafList(LeafList l,
java.lang.String[] canonicalValues)
Allows you to assign values to a leaf list element previously linked to this. |
java.util.List<Attribute> |
getAnyxmlAttributes(Anyxml a)
Get the list of attributes of the specified Anyxml element previously linked to this. |
org.w3c.dom.Document |
getAnyxmlValue(Anyxml anyxml)
Get the XML Document of the specified Anyxml element previously linked to this. |
java.util.List<Attribute> |
getLeafAttributes(Leaf l)
Get the list of attributes of the specified leaf element previously linked to this. |
java.lang.String |
getLeafCanonicalValue(Leaf l)
Get the value of the specified leaf element previously linked to this. |
java.util.List<Attribute>[] |
getLeafListAttributes(LeafList l)
Get the lists of attributes of the specified leaf list element previously linked to this. |
java.lang.String[] |
getLeafListCanonicalValues(LeafList l)
Get the values of the specified leaf list element previously linked to this. |
void |
unsetAnyxml(Anyxml a)
Unset the XML document associated with the specified Anyxml element previously linked to this. |
void |
unsetLeaf(Leaf l)
Unset the value associated with the specified leaf element previously linked to this. |
void |
unsetLeafList(LeafList l)
Unset the values associated with the specified leaf list element previously linked to this. |
Method Detail |
---|
void assignLeaf(Leaf l, java.lang.String canonicalValue)
l
- The leaf element.canonicalValue
- The value of the leaf.Node
void assignLeafList(LeafList l, java.lang.String[] canonicalValues)
l
- The leaf list element.canonicalValues
- The values of the leaf list.Node
void assignAnyxml(Anyxml a, org.w3c.dom.Document e)
a
- The Anyxml element.e
- The XML Document.Anyxml.createEmptyDocument()
java.lang.String getLeafCanonicalValue(Leaf l)
l
- The leaf element.
java.lang.String[] getLeafListCanonicalValues(LeafList l)
l
- The leaf list element.
org.w3c.dom.Document getAnyxmlValue(Anyxml anyxml)
anyxml
- The Anyxml element.
void unsetLeaf(Leaf l)
l
- The leaf element.void unsetLeafList(LeafList l)
l
- The leaf list element.void unsetAnyxml(Anyxml a)
a
- The Anyxml element.java.util.List<Attribute> getLeafAttributes(Leaf l)
l
- The leaf element.
java.util.List<Attribute>[] getLeafListAttributes(LeafList l)
l
- The leaf list element.
java.util.List<Attribute> getAnyxmlAttributes(Anyxml a)
a
- The Anyxml element.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |