com.google.gdata.data.codesearch
Class Match
java.lang.Object
com.google.gdata.data.AbstractExtension
com.google.gdata.data.ExtensionPoint
com.google.gdata.data.codesearch.Match
- All Implemented Interfaces:
- Extension
public class Match
- extends ExtensionPoint
- implements Extension
GData schema extension describing a match in the source.
found <b> query </b>
Constructor Summary |
Match()
|
Methods inherited from class com.google.gdata.data.ExtensionPoint |
addExtension, addRepeatingExtension, declareExtensions, generateCumulativeXmlBlob, getExtension, getExtensions, getRepeatingExtension, getRepeatingExtensions, getXmlBlob, hasExtension, hasRepeatingExtension, parseCumulativeXmlBlob, removeExtension, removeExtension, removeRepeatingExtension, setExtension, setXmlBlob, visit |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EXTENSION_MATCH
public static final java.lang.String EXTENSION_MATCH
- See Also:
- Constant Field Values
ATTRIBUTE_LINENUMBER
public static final java.lang.String ATTRIBUTE_LINENUMBER
- See Also:
- Constant Field Values
Match
public Match()
getLineNumber
public java.lang.String getLineNumber()
getLineText
public HtmlTextConstruct getLineText()
getDefaultDescription
public static ExtensionDescription getDefaultDescription()
- Returns:
- Description of this extension
generate
public void generate(XmlWriter w,
ExtensionProfile extProfile)
throws java.io.IOException
- Description copied from interface:
Extension
- Generates an XML representation for the extension.
- Specified by:
generate
in interface Extension
- Overrides:
generate
in class AbstractExtension
- Parameters:
w
- XML writerextProfile
- extension profile
- Throws:
java.io.IOException
getHandler
public XmlParser.ElementHandler getHandler(ExtensionProfile extProfile,
java.lang.String namespace,
java.lang.String localName,
org.xml.sax.Attributes attrs)
- Description copied from class:
AbstractExtension
- The default implementation uses the
AttributesHandler
to handle
parsing the extension.
- Specified by:
getHandler
in interface Extension
- Overrides:
getHandler
in class ExtensionPoint
- Parameters:
extProfile
- extension profilenamespace
- extension namespacelocalName
- tag name, without the namespace prefixattrs
- tag attributes
- Returns:
- an element handler