net.sf.saxon.expr.instruct
Interface ValidatingInstruction

All Superinterfaces:
SourceLocator
All Known Implementing Classes:
AttributeCreator, ComputedAttribute, ComputedElement, Copy, CopyOf, DocumentInstr, ElementCreator, FixedAttribute, FixedElement, ParentNodeConstructor, ResultDocument

public interface ValidatingInstruction
extends SourceLocator

Interface implemented by instructions that have validation and type attributes


Method Summary
 SchemaType getSchemaType()
           
 int getValidationAction()
           
 
Methods inherited from interface javax.xml.transform.SourceLocator
getColumnNumber, getLineNumber, getPublicId, getSystemId
 

Method Detail

getSchemaType

SchemaType getSchemaType()

getValidationAction

int getValidationAction()


Copyright (c) 2004-2011 Saxonica Limited. All rights reserved.