Class XmlSchemaAppInfo

All Implemented Interfaces:
XmlSchemaObjectBase

public class XmlSchemaAppInfo extends XmlSchemaAnnotationItem
Defines application specific information within an annotation. Represents the World Wide Web Consortium (W3C) appinfo element.
  • Field Details

    • source

      String source
      Provides the source of the application information.
    • markup

      NodeList markup
      Returns an array of XmlNode that represents the document text markup.
  • Constructor Details

    • XmlSchemaAppInfo

      public XmlSchemaAppInfo()
      Creates new XmlSchemaAppInfo The default constructor initializes all fields to their default values.
  • Method Details

    • getSource

      public String getSource()
    • setSource

      public void setSource(String source)
    • getMarkup

      public NodeList getMarkup()
    • setMarkup

      public void setMarkup(NodeList markup)