@API(type=EXTENDABLE,
     src=PRIVATE)
public class ContextElement
extends java.lang.Object
implements java.lang.Cloneable
| Constructor and Description | 
|---|
ContextElement()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
clear()
Clear the context element properties. 
 | 
java.lang.Object | 
clone()  | 
Attribute[] | 
getAttributes()
Returns the element attributes. 
 | 
java.lang.String | 
getNamespace()
Gets the elemenet namespace. 
 | 
ProxyNamespaceMapping | 
getPrefixNamespaceMapping()  | 
java.lang.String | 
getQName()
Gets the element qualified name. 
 | 
java.lang.String | 
getType()
Gets the context element type. 
 | 
void | 
setAttributes(Attribute[] attributes)
Sets the element attributes. 
 | 
void | 
setNamespace(java.lang.String namespace)
Sets the element namespace. 
 | 
void | 
setPnm(ProxyNamespaceMapping prefixNamespaceMapping)  | 
void | 
setQName(java.lang.String name)
Sets the element qualified name. 
 | 
void | 
setType(java.lang.String type)
Sets the context element type. 
 | 
java.lang.String | 
toString()
Gets description of the context element containing the following element properties:
 namespace, qualified name, type, attributes and the prefix-namespace mapping. 
 | 
public Attribute[] getAttributes()
Attribute objects corresponding to the context 
 element.public void setAttributes(Attribute[] attributes)
attributes - The array of Attribute to set.public java.lang.String getNamespace()
public void setNamespace(java.lang.String namespace)
namespace - The namespace to set.public ProxyNamespaceMapping getPrefixNamespaceMapping()
public void setPnm(ProxyNamespaceMapping prefixNamespaceMapping)
prefixNamespaceMapping - The prefix-namespace mapping to set.public java.lang.String getQName()
public void setQName(java.lang.String name)
name - The qName to set.public java.lang.String getType()
public void setType(java.lang.String type)
type - The type to set.public void clear()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.Object clone()
clone in class java.lang.ObjectObject.clone()© Copyright SyncRO Soft SRL 2002 - 2014. All rights reserved.