|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ElementImpl
org.apache.xerces.dom.ElementNSImpl
org.cip4.jdflib.core.KElement
org.cip4.jdflib.core.JDFElement
org.cip4.jdflib.auto.JDFAutoTabs
public abstract class JDFAutoTabs
class JDFAutoTabs : public JDFElement
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.cip4.jdflib.core.JDFElement |
|---|
JDFElement.EnumBoolean, JDFElement.EnumNamedColor, JDFElement.EnumNodeStatus, JDFElement.EnumOrientation, JDFElement.EnumPoolType, JDFElement.EnumSeparation, JDFElement.EnumSettingsPolicy, JDFElement.EnumValidationLevel, JDFElement.EnumVersion, JDFElement.EnumXYRelation |
| Nested classes/interfaces inherited from class org.cip4.jdflib.core.KElement |
|---|
KElement.SimpleNodeComparator, KElement.SingleAttributeComparator, KElement.SingleXPathComparator |
| Field Summary |
|---|
| Fields inherited from class org.apache.xerces.dom.ElementNSImpl |
|---|
localName, namespaceURI |
| Fields inherited from class org.apache.xerces.dom.ElementImpl |
|---|
attributes, name |
| Fields inherited from class org.apache.xerces.dom.ParentNode |
|---|
firstChild, fNodeListCache, ownerDocument |
| Fields inherited from class org.apache.xerces.dom.ChildNode |
|---|
nextSibling, previousSibling |
| Fields inherited from class org.apache.xerces.dom.NodeImpl |
|---|
DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_IS_CONTAINED, DOCUMENT_POSITION_PRECEDING, ELEMENT_DEFINITION_NODE, FIRSTCHILD, flags, HASSTRING, ID, IGNORABLEWS, NORMALIZED, OWNED, ownerNode, READONLY, SPECIFIED, SYNCCHILDREN, SYNCDATA, TREE_POSITION_ANCESTOR, TREE_POSITION_DESCENDANT, TREE_POSITION_DISCONNECTED, TREE_POSITION_EQUIVALENT, TREE_POSITION_FOLLOWING, TREE_POSITION_PRECEDING, TREE_POSITION_SAME_NODE |
| Fields inherited from interface org.w3c.dom.TypeInfo |
|---|
DERIVATION_EXTENSION, DERIVATION_LIST, DERIVATION_RESTRICTION, DERIVATION_UNION |
| Constructor Summary | |
|---|---|
protected |
JDFAutoTabs(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
String qualifiedName)
Constructor for JDFAutoTabs |
protected |
JDFAutoTabs(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
String myNamespaceURI,
String qualifiedName)
Constructor for JDFAutoTabs |
protected |
JDFAutoTabs(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
String myNamespaceURI,
String qualifiedName,
String myLocalName)
Constructor for JDFAutoTabs |
| Method Summary | |
|---|---|
JDFOptionSpan |
appendTabBindMylar()
(29) append element TabBindMylar |
JDFOptionSpan |
appendTabBodyCopy()
(29) append element TabBodyCopy |
JDFStringSpan |
appendTabBrand()
(29) append element TabBrand |
JDFNumberSpan |
appendTabExtensionDistance()
(29) append element TabExtensionDistance |
JDFOptionSpan |
appendTabExtensionMylar()
(29) append element TabExtensionMylar |
JDFSpanNamedColor |
appendTabMylarColor()
(29) append element TabMylarColor |
JDFStringSpan |
appendTabMylarColorDetails()
(30) append element TabMylarColorDetails |
Collection<JDFStringSpan> |
getAllTabMylarColorDetails()
Get all TabMylarColorDetails from the current element |
JDFOptionSpan |
getCreateTabBindMylar()
(25) getCreateTabBindMylar |
JDFOptionSpan |
getCreateTabBodyCopy()
(25) getCreateTabBodyCopy |
JDFStringSpan |
getCreateTabBrand()
(25) getCreateTabBrand |
JDFNumberSpan |
getCreateTabExtensionDistance()
(25) getCreateTabExtensionDistance |
JDFOptionSpan |
getCreateTabExtensionMylar()
(25) getCreateTabExtensionMylar |
JDFSpanNamedColor |
getCreateTabMylarColor()
(25) getCreateTabMylarColor |
JDFStringSpan |
getCreateTabMylarColorDetails(int iSkip)
(26) getCreateTabMylarColorDetails |
int |
getTabBanks()
(15) get int attribute TabBanks |
JDFOptionSpan |
getTabBindMylar()
(24) const get element TabBindMylar |
JDFOptionSpan |
getTabBodyCopy()
(24) const get element TabBodyCopy |
JDFStringSpan |
getTabBrand()
(24) const get element TabBrand |
int |
getTabCount()
(15) get int attribute TabCount |
JDFNumberSpan |
getTabExtensionDistance()
(24) const get element TabExtensionDistance |
JDFOptionSpan |
getTabExtensionMylar()
(24) const get element TabExtensionMylar |
JDFSpanNamedColor |
getTabMylarColor()
(24) const get element TabMylarColor |
JDFStringSpan |
getTabMylarColorDetails(int iSkip)
(27) const get element TabMylarColorDetails |
int |
getTabsPerBank()
(15) get int attribute TabsPerBank |
protected AttributeInfo |
getTheAttributeInfo()
|
protected ElementInfo |
getTheElementInfo()
|
void |
setTabBanks(int value)
(36) set attribute TabBanks |
void |
setTabCount(int value)
(36) set attribute TabCount |
void |
setTabsPerBank(int value)
(36) set attribute TabsPerBank |
String |
toString()
toString |
| Methods inherited from class org.apache.xerces.dom.ElementNSImpl |
|---|
getBaseURI, getLocalName, getPrefix, getTypeName, getTypeNamespace, isDerivedFrom, setType, setValues |
| Methods inherited from class org.apache.xerces.dom.ElementImpl |
|---|
cloneNode, getAttributeNode, getAttributeNodeNS, getAttributeNS, getAttributes, getDefaultAttributes, getElementsByTagName, getElementsByTagNameNS, getNodeName, getNodeType, getSchemaTypeInfo, getTagName, getXercesAttribute, hasAttributeNS, isEqualNode, reconcileDefaultAttributes, setIdAttribute, setIdAttributeNode, setIdAttributeNS, setOwnerDocument, setReadOnly, setupDefaultAttributes, setXercesAttributeNode, synchronizeData |
| Methods inherited from class org.apache.xerces.dom.ParentNode |
|---|
getChildNodes, getChildNodesUnoptimized, getFirstChild, getLastChild, getLength, getOwnerDocument, getTextContent, hasChildNodes, item, setTextContent, synchronizeChildren |
| Methods inherited from class org.apache.xerces.dom.ChildNode |
|---|
getNextSibling, getParentNode, getPreviousSibling |
| Methods inherited from class org.apache.xerces.dom.NodeImpl |
|---|
addEventListener, changed, changes, compareDocumentPosition, compareTreePosition, dispatchEvent, getContainer, getFeature, getNodeNumber, getNodeValue, getReadOnly, getUserData, getUserData, getUserDataRecord, isDefaultNamespace, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, needsSyncChildren, removeEventListener, setUserData, setUserData |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.w3c.dom.Element |
|---|
getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, getSchemaTypeInfo, getTagName, hasAttributeNS, setIdAttribute, setIdAttributeNode, setIdAttributeNS |
| Methods inherited from interface org.w3c.dom.Node |
|---|
cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasChildNodes, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, setTextContent, setUserData |
| Constructor Detail |
|---|
protected JDFAutoTabs(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
String qualifiedName)
myOwnerDocument - qualifiedName -
protected JDFAutoTabs(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
String myNamespaceURI,
String qualifiedName)
myOwnerDocument - myNamespaceURI - qualifiedName -
protected JDFAutoTabs(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
String myNamespaceURI,
String qualifiedName,
String myLocalName)
myOwnerDocument - myNamespaceURI - qualifiedName - myLocalName - | Method Detail |
|---|
protected AttributeInfo getTheAttributeInfo()
getTheAttributeInfo in class JDFElementprotected ElementInfo getTheElementInfo()
getTheElementInfo in class JDFElementpublic String toString()
JDFElement
toString in class JDFElementObject.toString()public void setTabBanks(int value)
value - the value to set the attribute topublic int getTabBanks()
public void setTabCount(int value)
value - the value to set the attribute topublic int getTabCount()
public void setTabsPerBank(int value)
value - the value to set the attribute topublic int getTabsPerBank()
public JDFStringSpan getTabBrand()
public JDFStringSpan getCreateTabBrand()
public JDFStringSpan appendTabBrand()
throws JDFException
JDFException - if the element already existspublic JDFNumberSpan getTabExtensionDistance()
public JDFNumberSpan getCreateTabExtensionDistance()
public JDFNumberSpan appendTabExtensionDistance()
throws JDFException
JDFException - if the element already existspublic JDFOptionSpan getTabExtensionMylar()
public JDFOptionSpan getCreateTabExtensionMylar()
public JDFOptionSpan appendTabExtensionMylar()
throws JDFException
JDFException - if the element already existspublic JDFOptionSpan getTabBindMylar()
public JDFOptionSpan getCreateTabBindMylar()
public JDFOptionSpan appendTabBindMylar()
throws JDFException
JDFException - if the element already existspublic JDFOptionSpan getTabBodyCopy()
public JDFOptionSpan getCreateTabBodyCopy()
public JDFOptionSpan appendTabBodyCopy()
throws JDFException
JDFException - if the element already existspublic JDFSpanNamedColor getTabMylarColor()
public JDFSpanNamedColor getCreateTabMylarColor()
public JDFSpanNamedColor appendTabMylarColor()
throws JDFException
JDFException - if the element already existspublic JDFStringSpan getCreateTabMylarColorDetails(int iSkip)
iSkip - number of elements to skip
public JDFStringSpan getTabMylarColorDetails(int iSkip)
iSkip - number of elements to skip
public Collection<JDFStringSpan> getAllTabMylarColorDetails()
public JDFStringSpan appendTabMylarColorDetails()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||