Package net.sf.saxon.om
Class AttributeInfo.Deleted
- java.lang.Object
-
- net.sf.saxon.om.AttributeInfo
-
- net.sf.saxon.om.AttributeInfo.Deleted
-
- Enclosing class:
- AttributeInfo
public static class AttributeInfo.Deleted extends AttributeInfo
AttributeInfo.Deleted is a subclass used to mark a deleted attribute (in XQuery Update)
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.sf.saxon.om.AttributeInfo
AttributeInfo.Deleted
-
-
Constructor Summary
Constructors Constructor Description Deleted(AttributeInfo att)
-
Method Summary
-
Methods inherited from class net.sf.saxon.om.AttributeInfo
getLocation, getNodeName, getProperties, getType, getValue, getXdmStringValue, isId, withNodeName
-
-
-
-
Constructor Detail
-
Deleted
public Deleted(AttributeInfo att)
-
-