Class JDFAssetListCreationParams

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

public class JDFAssetListCreationParams extends JDFAutoAssetListCreationParams
See Also:
  • Constructor Details

    • JDFAssetListCreationParams

      public JDFAssetListCreationParams(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String qualifiedName)
      ructor for JDFAssetListCreationParams
      Parameters:
      ownerDocument -
      qualifiedName -
    • JDFAssetListCreationParams

      public JDFAssetListCreationParams(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName)
      ructor for JDFAssetListCreationParams
      Parameters:
      ownerDocument -
      namespaceURI -
      qualifiedName -
    • JDFAssetListCreationParams

      public JDFAssetListCreationParams(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName, String myLocalName)
      ructor for JDFAssetListCreationParams
      Parameters:
      ownerDocument -
      namespaceURI -
      qualifiedName -
      localName -
  • Method Details

    • toString

      public String toString()
      toString
      Overrides:
      toString in class KElement
      Returns:
      String
      See Also:
    • getSearchPath

      public JDFFileSpec getSearchPath(int iSkip)
    • getCreateSearchPath

      public JDFFileSpec getCreateSearchPath(int iSkip)
    • appendSearchPath

      public JDFFileSpec appendSearchPath()
    • getInvalidElements

      public VString getInvalidElements(JDFElement.EnumValidationLevel level, boolean bIgnorePrivate, int nMax)
      Description copied from class: JDFElement
      get invalid elements
      Overrides:
      getInvalidElements in class JDFElement
      Parameters:
      level - validation level
      bIgnorePrivate - if true, do not worry about elements in other namespaces
      nMax - maximum size of the returned vector
      Returns:
      VString - a vector of invalid element names