Package org.apache.ws.commons.schema
Class XmlSchemaAppInfo
java.lang.Object
org.apache.ws.commons.schema.XmlSchemaObject
org.apache.ws.commons.schema.XmlSchemaAnnotationItem
org.apache.ws.commons.schema.XmlSchemaAppInfo
- All Implemented Interfaces:
XmlSchemaObjectBase
Defines application specific information within an annotation. Represents the World Wide Web Consortium
(W3C) appinfo element.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) NodeListReturns an array of XmlNode that represents the document text markup.(package private) StringProvides the source of the application information.Fields inherited from class org.apache.ws.commons.schema.XmlSchemaObject
lineNumber, linePosition, sourceURI -
Constructor Summary
ConstructorsConstructorDescriptionCreates new XmlSchemaAppInfo The default constructor initializes all fields to their default values. -
Method Summary
Methods inherited from class org.apache.ws.commons.schema.XmlSchemaObject
addMetaInfo, equals, getLineNumber, getLinePosition, getMetaInfoMap, getSourceURI, hashCode, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURI
-
Field Details
-
Constructor Details
-
XmlSchemaAppInfo
public XmlSchemaAppInfo()Creates new XmlSchemaAppInfo The default constructor initializes all fields to their default values.
-
-
Method Details
-
getSource
-
setSource
-
getMarkup
-
setMarkup
-