Class XmlSchemaDocumentation

All Implemented Interfaces:
XmlSchemaObjectBase

public class XmlSchemaDocumentation extends XmlSchemaAnnotationItem
Class that specifies information to be read or used by humans within an annotation. Represents the World Wide Web Consortium (W3C) documentation element.
  • Field Details

    • source

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

      String language
    • markup

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

    • XmlSchemaDocumentation

      public XmlSchemaDocumentation()
      Creates new XmlSchemaDocumentation
  • Method Details

    • getSource

      public String getSource()
    • setSource

      public void setSource(String source)
    • getMarkup

      public NodeList getMarkup()
    • setMarkup

      public void setMarkup(NodeList markup)
    • getLanguage

      public String getLanguage()
    • setLanguage

      public void setLanguage(String language)