public class InsertAttributeAction extends PendingUpdateAction
| Constructor and Description | 
|---|
| InsertAttributeAction(NodeInfo element,
                     NodeName name,
                     SimpleType typeCode,
                     CharSequence value,
                     int properties)Create a InsertAttributeAction | 
| Modifier and Type | Method and Description | 
|---|---|
| void | apply(XPathContext context,
     Set affectedRootSet)Apply the pending update action to the affected nodes | 
| int | getApplyPhase()Get the phase of operation in which this pending update action is applied. | 
| NodeName | getAttributeName()Get the name of the attribute to be inserted | 
| CharSequence | getNewStringValue()Get the string value of the inserted attribute | 
| SimpleType | getNewTypeCode()Get the type code of the inserted attribute | 
| NodeInfo | getTargetNode()Get the target node of the update action | 
getOriginator, setOriginatorpublic InsertAttributeAction(NodeInfo element, NodeName name, SimpleType typeCode, CharSequence value, int properties)
element - the element into which it is to be insertedname - the name of the new attributetypeCode - the type annotation of the new attributevalue - the string value of the new attributeproperties - properties including IS_ID and IS_IDREF propertiespublic void apply(XPathContext context, Set affectedRootSet) throws XPathException
apply in class PendingUpdateActioncontext - the XPath evaluation contextaffectedRootSet - the set of roots of trees that have been modified, which
 this action should add to as necessaryXPathException - if any error occurs applying the updatepublic NodeInfo getTargetNode()
getTargetNode in class PendingUpdateActionpublic NodeName getAttributeName()
public SimpleType getNewTypeCode()
public CharSequence getNewStringValue()
public int getApplyPhase()
getApplyPhase in class PendingUpdateActionCopyright (c) 2004-2013 Saxonica Limited. All rights reserved.