Class JDFAutoValueLoc

java.lang.Object
org.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ElementImpl
org.apache.xerces.dom.ElementNSImpl
All Implemented Interfaces:
Serializable, Cloneable, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo
Direct Known Subclasses:
JDFValueLoc

public abstract class JDFAutoValueLoc extends JDFElement
class JDFAutoValueLoc : public JDFElement
See Also:
  • Constructor Details

    • JDFAutoValueLoc

      protected JDFAutoValueLoc(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String qualifiedName)
      Constructor for JDFAutoValueLoc
      Parameters:
      myOwnerDocument -
      qualifiedName -
    • JDFAutoValueLoc

      protected JDFAutoValueLoc(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName)
      Constructor for JDFAutoValueLoc
      Parameters:
      myOwnerDocument -
      myNamespaceURI -
      qualifiedName -
    • JDFAutoValueLoc

      protected JDFAutoValueLoc(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName, String myLocalName)
      Constructor for JDFAutoValueLoc
      Parameters:
      myOwnerDocument -
      myNamespaceURI -
      qualifiedName -
      myLocalName -
  • Method Details

    • getTheAttributeInfo

      protected AttributeInfo getTheAttributeInfo()
      Overrides:
      getTheAttributeInfo in class JDFElement
      Returns:
    • getTheElementInfo

      protected ElementInfo getTheElementInfo()
      Overrides:
      getTheElementInfo in class JDFElement
      Returns:
      the elementinfo
    • setValue

      public void setValue(String value)
      (36) set attribute Value
      Parameters:
      value - the value to set the attribute to
    • getValue

      public String getValue()
      (23) get String attribute Value
      Returns:
      the value of the attribute
    • getLoc

      public JDFLoc getLoc()
      (24) const get element Loc
      Returns:
      JDFLoc the element
    • getCreateLoc

      public JDFLoc getCreateLoc()
      (25) getCreateLoc
      Returns:
      JDFLoc the element
    • getCreateLoc

      public JDFLoc getCreateLoc(int iSkip)
      (26) getCreateLoc
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFLoc the element
    • getLoc

      public JDFLoc getLoc(int iSkip)
      (27) const get element Loc
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFLoc the element default is getLoc(0)
    • getAllLoc

      public Collection<JDFLoc> getAllLoc()
      Get all Loc from the current element
      Returns:
      Collection, null if none are available
    • appendLoc

      public JDFLoc appendLoc()
      (30) append element Loc
      Returns:
      JDFLoc the element