public class XmlSchemaAppInfo extends XmlSchemaAnnotationItem
| Modifier and Type | Field and Description |
|---|---|
(package private) org.w3c.dom.NodeList |
markup
Returns an array of XmlNode that represents the document text markup.
|
(package private) java.lang.String |
source
Provides the source of the application information.
|
lineNumber, linePosition, sourceURI| Constructor and Description |
|---|
XmlSchemaAppInfo()
Creates new XmlSchemaAppInfo The default constructor initializes all fields to their default values.
|
| Modifier and Type | Method and Description |
|---|---|
org.w3c.dom.NodeList |
getMarkup() |
java.lang.String |
getSource() |
void |
setMarkup(org.w3c.dom.NodeList markup) |
void |
setSource(java.lang.String source) |
addMetaInfo, equals, getLineNumber, getLinePosition, getMetaInfoMap, getSourceURI, hashCode, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURIjava.lang.String source
org.w3c.dom.NodeList markup