|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectnet.sf.saxon.expr.Expression
net.sf.saxon.instruct.Instruction
net.sf.saxon.instruct.SimpleNodeConstructor
net.sf.saxon.instruct.AttributeCreator
public abstract class AttributeCreator
Abstract class for fixed and computed attribute constructor expressions
| Field Summary |
|---|
| Fields inherited from class net.sf.saxon.instruct.SimpleNodeConstructor |
|---|
select |
| Fields inherited from class net.sf.saxon.expr.Expression |
|---|
EVALUATE_METHOD, ITERATE_METHOD, locationId, PROCESS_METHOD, staticProperties |
| Constructor Summary | |
|---|---|
AttributeCreator()
|
|
| Method Summary | |
|---|---|
int |
getAnnotation()
Get the type annotation fingerprint to be used on the attribute event |
int |
getOptions()
Get the options to be used on the attribute event |
SimpleType |
getSchemaType()
Return the required schema type of the attribute |
int |
getValidationAction()
Get the validation action requested |
void |
setAnnotation(int type)
Set the type annotation fingerprint to be used on the attribute event |
void |
setNoSpecialChars()
Indicate that the attribute value contains no special characters that might need escaping |
void |
setOptions(int options)
Set the options to be used on the attribute event |
void |
setRejectDuplicates()
Indicate that two attributes with the same name are not acceptable. |
void |
setSchemaType(SimpleType type)
Set the required schema type of the attribute |
void |
setValidationAction(int action)
Set the validation action required |
| Methods inherited from class net.sf.saxon.instruct.SimpleNodeConstructor |
|---|
checkContent, computeCardinality, computeSpecialProperties, createsNewNodes, evaluateItem, evaluateNameCode, expandChildren, getSelect, iterate, iterateSubExpressions, localTypeCheck, optimize, promoteInst, replaceSubExpression, setSelect, simplify, typeCheck |
| Methods inherited from class net.sf.saxon.instruct.Instruction |
|---|
assembleParams, assembleTunnelParams, dynamicError, evaluateAsString, getConstructType, getImplementationMethod, getInstructionNameCode, getItemType, getSourceLocator, isXSLT, process, processLeavingTail, promote |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface javax.xml.transform.SourceLocator |
|---|
getColumnNumber, getLineNumber, getPublicId, getSystemId |
| Constructor Detail |
|---|
public AttributeCreator()
| Method Detail |
|---|
public void setSchemaType(SimpleType type)
type - the required schema type, if validation against a specific type is requiredpublic SimpleType getSchemaType()
public void setValidationAction(int action)
action - the validation action required, for example strict or laxpublic int getValidationAction()
public void setOptions(int options)
options - public void setRejectDuplicates()
public void setNoSpecialChars()
public int getOptions()
public void setAnnotation(int type)
type - the fingerprint of the type annotation to be usedpublic int getAnnotation()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||