|
barcode4j 2.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.saxon.tree.NodeImpl
net.sf.saxon.tree.ElementImpl
net.sf.saxon.tree.ElementWithAttributes
net.sf.saxon.style.StyleElement
org.krysalis.barcode4j.saxon8.BarcodeStyleElement
public class BarcodeStyleElement
This represents the main barcode element.
| Field Summary | |
|---|---|
protected int |
sequence
|
| 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 |
| 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, 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)
|
net.sf.saxon.om.AxisIterator |
enumerateChildren(net.sf.saxon.pattern.NodeTest arg0)
|
net.sf.saxon.om.NodeInfo |
getFirstChild()
|
net.sf.saxon.om.NodeInfo |
getLastChild()
|
protected net.sf.saxon.tree.NodeImpl |
getNthChild(int arg0)
|
protected long |
getSequenceNumber()
|
boolean |
hasChildNodes()
|
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, 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 |
|---|
generateId, getBaseURI, getDocumentRoot, getNameCode, getNodeKind, getRoot, getSystemId, setNameCode, setSystemId |
| 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 net.sf.saxon.trace.InstructionInfo |
|---|
getSystemId |
| Methods inherited from interface org.xml.sax.Locator |
|---|
getColumnNumber, getPublicId |
| Methods inherited from interface javax.xml.transform.SourceLocator |
|---|
getColumnNumber, getPublicId |
| Field Detail |
|---|
protected int sequence
| Constructor Detail |
|---|
public BarcodeStyleElement()
| Method Detail |
|---|
public boolean isInstruction()
isInstruction in class net.sf.saxon.style.StyleElementStyleElement.isInstruction()public boolean mayContainSequenceConstructor()
mayContainSequenceConstructor in class net.sf.saxon.style.StyleElement
public void prepareAttributes()
throws net.sf.saxon.trans.XPathException
prepareAttributes in class net.sf.saxon.style.StyleElementnet.sf.saxon.trans.XPathExceptioncom.icl.saxon.style.StyleElement#prepareAttributes()
public void validate()
throws net.sf.saxon.trans.XPathException
validate in class net.sf.saxon.style.StyleElementnet.sf.saxon.trans.XPathExceptionStyleElement.validate()
public net.sf.saxon.expr.Expression compile(net.sf.saxon.instruct.Executable exec)
throws net.sf.saxon.trans.XPathException
compile in class net.sf.saxon.style.StyleElementnet.sf.saxon.trans.XPathExceptionStyleElement.compile(net.sf.saxon.instruct.Executable)protected boolean isPermittedChild(net.sf.saxon.style.StyleElement styleElement)
isPermittedChild in class net.sf.saxon.style.StyleElementStyleElement.isPermittedChild(net.sf.saxon.style.StyleElement)protected final long getSequenceNumber()
getSequenceNumber in class net.sf.saxon.tree.NodeImplpublic final boolean hasChildNodes()
hasChildNodes in interface net.sf.saxon.om.NodeInfohasChildNodes in class net.sf.saxon.tree.NodeImplpublic final net.sf.saxon.om.AxisIterator enumerateChildren(net.sf.saxon.pattern.NodeTest arg0)
public final net.sf.saxon.om.NodeInfo getFirstChild()
getFirstChild in class net.sf.saxon.tree.NodeImplpublic final net.sf.saxon.om.NodeInfo getLastChild()
getLastChild in class net.sf.saxon.tree.NodeImplprotected final net.sf.saxon.tree.NodeImpl getNthChild(int arg0)
|
barcode4j 2.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||