org.apache.xalan.templates

Class ElemUnknown

public class ElemUnknown extends ElemLiteralResult

Implement an unknown element

UNKNOWN: advanced

Method Summary
voidexecute(TransformerImpl transformer)
Execute an unknown element.
intgetXSLToken()
Get an int constant identifying the type of element.

Method Detail

execute

public void execute(TransformerImpl transformer)
Execute an unknown element. Execute fallback if fallback child exists or do nothing

Parameters: transformer non-null reference to the the current transform-time state.

Throws: TransformerException

getXSLToken

public int getXSLToken()
Get an int constant identifying the type of element.

Returns: The token ID for this element

See Also:

Copyright B) 2006 Apache XML Project. All Rights Reserved.