org.krysalis.barcode4j.saxon8
Class BarcodeStyleElement
java.lang.Object
StyleElement
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BarcodeStyleElement
public BarcodeStyleElement()
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)
Copyright © 2000-2010 Jeremias Maerki. All rights reserved.