Method | Description | |
---|---|---|
Decorate ( OutputNode node ) : void |
This method is used to decorate the provided node. This node can be either an XML element or an attribute. Decorations that can be applied to the node by invoking this method include things like namespaces and namespace lists.
|
|
Decorate ( OutputNode node, Decorator secondary ) : void |
This method is used to decorate the provided node. This node can be either an XML element or an attribute. Decorations that can be applied to the node by invoking this method include things like namespaces and namespace lists. This can also be given another
|
|
Namespace ( Contact contact ) : void |
This is use to scan for
|
|
Qualifier ( Contact contact ) : SimpleFramework.Xml.Stream |
Constructor for the
|
|
Scan ( Contact contact ) : void |
This method is used to scan the
|
public Decorate ( OutputNode node ) : void | ||
node | OutputNode | /// this is the node that is to be decorated by this /// |
return | void |
public Decorate ( OutputNode node, Decorator secondary ) : void | ||
node | OutputNode | /// this is the node that is to be decorated by this /// |
secondary | Decorator | /// this is a secondary decorator to be applied /// |
return | void |
public Namespace ( Contact contact ) : void | ||
contact | Contact | /// this is the contact to scan for namespaces /// |
return | void |
public Qualifier ( Contact contact ) : SimpleFramework.Xml.Stream | ||
contact | Contact | /// this is the contact to be scanned /// |
return | SimpleFramework.Xml.Stream |
public Scan ( Contact contact ) : void | ||
contact | Contact | /// this is the contact to be scanned for namespaces /// |
return | void |