Package net.sf.saxon.expr.instruct
Interface ValidatingInstruction
-
- All Known Implementing Classes:
AttributeCreator
,ComputedAttribute
,ComputedElement
,Copy
,CopyOf
,DocumentInstr
,ElementCreator
,FixedAttribute
,FixedElement
,ParentNodeConstructor
,ResultDocument
public interface ValidatingInstruction
Interface implemented by instructions that have validation and type attributes
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SchemaType
getSchemaType()
int
getValidationAction()
-
-
-
Method Detail
-
getSchemaType
SchemaType getSchemaType()
-
getValidationAction
int getValidationAction()
-
-