barcode4j 2.0

org.krysalis.barcode4j.saxon8
Class BarcodeStyleElement

java.lang.Object
  extended bynet.sf.saxon.tree.NodeImpl
      extended bynet.sf.saxon.tree.ParentNodeImpl
          extended bynet.sf.saxon.tree.ElementImpl
              extended bynet.sf.saxon.tree.ElementWithAttributes
                  extended bynet.sf.saxon.style.StyleElement
                      extended byorg.krysalis.barcode4j.saxon8.BarcodeStyleElement
All Implemented Interfaces:
net.sf.saxon.expr.Container, net.sf.saxon.om.FingerprintedNode, net.sf.saxon.trace.InstructionInfo, net.sf.saxon.om.Item, net.sf.saxon.event.LocationProvider, org.xml.sax.Locator, net.sf.saxon.om.NodeInfo, net.sf.saxon.event.SaxonLocator, javax.xml.transform.Source, javax.xml.transform.SourceLocator, net.sf.saxon.om.ValueRepresentation

public class BarcodeStyleElement
extends net.sf.saxon.style.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

Field Summary
 
Fields inherited from class net.sf.saxon.style.StyleElement
defaultCollationName, defaultXPathNamespace, extensionNamespaces, REPORT_ALWAYS, REPORT_IF_INSTANTIATED, REPORT_UNLESS_FALLBACK_AVAILABLE, REPORT_UNLESS_FORWARDS_COMPATIBLE, reportingCircumstances, staticContext, validationError, version
 
Fields inherited from class net.sf.saxon.tree.ElementWithAttributes
attributeList, namespaceList
 
Fields inherited from class net.sf.saxon.tree.ElementImpl
nameCode, root, sequence
 
Fields inherited from class net.sf.saxon.tree.NodeImpl
index, NODE_LETTER, parent
 
Fields inherited from interface net.sf.saxon.om.NodeInfo
ALL_NAMESPACES, EMPTY_NAMESPACE_LIST, IS_DTD_TYPE, IS_NILLED, LOCAL_NAMESPACES, NO_NAMESPACES
 
Fields inherited from interface net.sf.saxon.om.ValueRepresentation
EMPTY_VALUE_ARRAY
 
Constructor Summary
BarcodeStyleElement()
           
 
Method Summary
 net.sf.saxon.expr.Expression compile(net.sf.saxon.instruct.Executable exec)
           
 boolean isInstruction()
           
protected  boolean isPermittedChild(net.sf.saxon.style.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 net.sf.saxon.style.StyleElement
allocateLocationId, allocateSlots, backwardsCompatibleModeIsEnabled, bindVariable, checkEmpty, checkSortComesFirst, checkTopLevel, checkUnknownAttribute, checkWithinTemplate, compileError, compileError, compileError, compileSequenceConstructor, compileWarning, definesExcludedNamespace, definesExtensionElement, fallbackProcessing, fixupReferences, forwardsCompatibleModeIsEnabled, getAttributeSets, getAttributeValue, getCommonChildItemType, getConstructType, getContainingSlotManager, getContainingStylesheet, getDefaultCollationName, getDefaultXPathNamespace, getExecutable, getHostLanguage, getLastChildInstruction, getLineNumber, getLineNumber, getLocationProvider, getNamespaceResolver, getObjectFingerprint, getObjectNameCode, getPrecedence, getPreparedStylesheet, getPrincipalStylesheet, getProperties, getProperty, getReturnedItemType, getSchemaType, getStaticContext, getStylesheetFunction, getSystemId, getTargetNamePool, getTypeAnnotation, getVersion, getWithParamInstructions, isExcludedNamespace, isExplaining, isExtensionNamespace, issueWarning, issueWarning, isTopLevel, makeAttributeValueTemplate, makeExpression, makeNameCode, makeNamespaceContext, makePattern, makeSequenceType, makeSortKeys, makeTraceInstruction, markTailCalls, mayContainFallback, postValidate, processAllAttributes, processAttributes, processDefaultCollationAttribute, processDefaultXPathNamespaceAttribute, processExcludedNamespaces, processExtensionElementAttribute, processVersionAttribute, replaceSubExpression, reportAbsence, setLineNumber, setObjectNameCode, setValidationError, substituteFor, typeCheck, typeCheck, undeclaredNamespaceError, validateChildren, validateSubtree
 
Methods inherited from class net.sf.saxon.tree.ElementWithAttributes
copy, getAttributeList, getAttributeValue, getDeclaredNamespaces, getInScopeNamespaceCodes, getPrefixForURI, getURICodeForPrefix, getURIForPrefix, initialise, iteratePrefixes, sendNamespaceDeclarations, setNamespaceDeclarations
 
Methods inherited from class net.sf.saxon.tree.ElementImpl
addChild, compact, enumerateChildren, generateId, getBaseURI, getDocumentRoot, getFirstChild, getLastChild, getNameCode, getNodeKind, getNthChild, getRoot, getSequenceNumber, getStringValue, getStringValueCS, getSystemId, hasChildNodes, setNameCode, setSystemId, useChildrenArray
 
Methods inherited from class net.sf.saxon.tree.NodeImpl
atomize, compareOrder, equals, getColumnNumber, getConfiguration, getDisplayName, getDocumentNumber, getFingerprint, getLocalPart, getNamePool, getNextInDocument, getNextSibling, getParent, getPrefix, getPreviousInDocument, getPreviousSibling, getPublicId, getTypeAnnotation, getTypedValue, getURI, hashCode, isSameNodeInfo, iterateAxis, iterateAxis
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.xml.sax.Locator
getColumnNumber, getPublicId, getSystemId
 
Methods inherited from interface javax.xml.transform.SourceLocator
getColumnNumber, getPublicId, getSystemId
 
Methods inherited from interface net.sf.saxon.trace.InstructionInfo
getSystemId
 

Constructor Detail

BarcodeStyleElement

public BarcodeStyleElement()
Method Detail

isInstruction

public boolean isInstruction()
See Also:
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 net.sf.saxon.trans.XPathException
Throws:
net.sf.saxon.trans.XPathException
See Also:
com.icl.saxon.style.StyleElement#prepareAttributes()

validate

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

compile

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

isPermittedChild

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

barcode4j 2.0

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