|
Oxygen XML Editor 11.2 Author API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectro.sync.contentcompletion.xml.ContextElement
public class ContextElement
Store information about an element inside a context, involved in the content completion process.
| Constructor Summary | |
|---|---|
ContextElement()
|
|
| Method Summary | |
|---|---|
void |
clear()
Clear the context element properties. |
Object |
clone()
|
Attribute[] |
getAttributes()
Returns the element attributes. |
String |
getNamespace()
Gets the elemenet namespace. |
ProxyNamespaceMapping |
getPrefixNamespaceMapping()
|
String |
getQName()
Gets the element qualified name. |
String |
getType()
Gets the context element type. |
void |
setAttributes(Attribute[] attributes)
Sets the element attributes. |
void |
setNamespace(String namespace)
Sets the element namespace. |
void |
setPnm(ProxyNamespaceMapping prefixNamespaceMapping)
|
void |
setQName(String name)
Sets the element qualified name. |
void |
setType(String type)
Sets the context element type. |
String |
toString()
Gets description of the context element containing the following element properties: namespace, qualified name, type, attributes and the prefix-namespace mapping. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ContextElement()
| Method Detail |
|---|
public Attribute[] getAttributes()
Attribute objects corresponding to the context
element.public void setAttributes(Attribute[] attributes)
attributes - The array of Attribute to set.public String getNamespace()
public void setNamespace(String namespace)
namespace - The namespace to set.public ProxyNamespaceMapping getPrefixNamespaceMapping()
public void setPnm(ProxyNamespaceMapping prefixNamespaceMapping)
prefixNamespaceMapping - The prefix-namespace mapping to set.public String getQName()
public void setQName(String name)
name - The qName to set.public String getType()
public void setType(String type)
type - The type to set.public void clear()
public String toString()
toString in class Objectpublic Object clone()
clone in class ObjectObject.clone()
|
Oxygen XML Editor 11.2 Author API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||