Class JDFAutoLocation

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:
JDFLocation

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

    • JDFAutoLocation

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

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

      protected JDFAutoLocation(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName, String myLocalName)
      Constructor for JDFAutoLocation
      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
    • setLocationName

      public void setLocationName(String value)
      (36) set attribute LocationName
      Parameters:
      value - the value to set the attribute to
    • getLocationName

      public String getLocationName()
      (23) get String attribute LocationName
      Returns:
      the value of the attribute
    • setLocID

      public void setLocID(String value)
      (36) set attribute LocID
      Parameters:
      value - the value to set the attribute to
    • getLocID

      public String getLocID()
      (23) get String attribute LocID
      Returns:
      the value of the attribute
    • getAddress

      public JDFAddress getAddress()
      (24) const get element Address
      Returns:
      JDFAddress the element
    • getCreateAddress

      public JDFAddress getCreateAddress()
      (25) getCreateAddress
      Returns:
      JDFAddress the element
    • getCreateAddress

      public JDFAddress getCreateAddress(int iSkip)
      (26) getCreateAddress
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFAddress the element
    • getAddress

      public JDFAddress getAddress(int iSkip)
      (27) const get element Address
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFAddress the element default is getAddress(0)
    • getAllAddress

      public Collection<JDFAddress> getAllAddress()
      Get all Address from the current element
      Returns:
      Collection, null if none are available
    • appendAddress

      public JDFAddress appendAddress()
      (30) append element Address
      Returns:
      JDFAddress the element