barcode4j 2.1.0

org.krysalis.barcode4j.saxon8
Class BarcodeStyleElement

java.lang.Object
  extended by StyleElement
      extended by org.krysalis.barcode4j.saxon8.BarcodeStyleElement

public class BarcodeStyleElement
extends StyleElement

This represents the main barcode element.

Version:
$Id: BarcodeStyleElement.java,v 1.4 2007/01/15 11:12:33 jmaerki Exp $
Author:
Jeremias Maerki

Constructor Summary
BarcodeStyleElement()
           
 
Method Summary
 Expression compile(Executable exec)
           
 boolean isInstruction()
           
protected  boolean isPermittedChild(StyleElement styleElement)
           
 boolean mayContainSequenceConstructor()
          Determine whether this type of element is allowed to contain a template-body
 void prepareAttributes()
           
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BarcodeStyleElement

public BarcodeStyleElement()
Method Detail

isInstruction

public boolean isInstruction()
See Also:
net.sf.saxon.style.StyleElement#isInstruction()

mayContainSequenceConstructor

public boolean mayContainSequenceConstructor()
Determine whether this type of element is allowed to contain a template-body

Returns:
true: yes, it may contain a template-body (this is done only so that it can contain xsl:fallback)

prepareAttributes

public void prepareAttributes()
                       throws XPathException
Throws:
XPathException
See Also:
com.icl.saxon.style.StyleElement#prepareAttributes()

validate

public void validate()
              throws XPathException
Throws:
XPathException
See Also:
net.sf.saxon.style.StyleElement#validate()

compile

public Expression compile(Executable exec)
                   throws XPathException
Throws:
XPathException
See Also:
net.sf.saxon.style.StyleElement#compile(net.sf.saxon.instruct.Executable)

isPermittedChild

protected boolean isPermittedChild(StyleElement styleElement)
See Also:
net.sf.saxon.style.StyleElement#isPermittedChild(net.sf.saxon.style.StyleElement)

barcode4j 2.1.0

Copyright © 2000-2010 Jeremias Maerki. All rights reserved.