public class OGCOnlineResource extends AbstractXMLEventParser
Modifier and Type | Field and Description |
---|---|
protected String |
href |
protected QName |
HREF |
protected String |
type |
protected QName |
TYPE |
CHARACTERS_CONTENT, fields, namespaceURI, parent
Constructor and Description |
---|
OGCOnlineResource(String namespaceURI) |
Modifier and Type | Method and Description |
---|---|
protected void |
doParseEventAttributes(XMLEventParserContext ctx,
XMLEvent event,
Object... args)
Parse an event's attributes.
|
String |
getHref() |
String |
getType() |
protected void |
setHref(String href) |
protected void |
setType(String type) |
String |
toString() |
allocate, doAddCharacters, doAddEventAttribute, doAddEventContent, doParseEventContent, freeResources, getAConstructor, getCharacters, getField, getField, getFields, getNamespaceURI, getParent, getRoot, hasField, hasField, hasFields, mergeFields, newInstance, overrideFields, parse, parseCharacterContent, removeField, setField, setField, setFields, setNamespaceURI, setParent
protected String href
protected QName HREF
protected String type
protected QName TYPE
public OGCOnlineResource(String namespaceURI)
protected void doParseEventAttributes(XMLEventParserContext ctx, XMLEvent event, Object... args)
AbstractXMLEventParser
doParseEventAttributes
in class AbstractXMLEventParser
ctx
- a current parser context.event
- the event to parse.args
- an optional list of arguments that may by used by subclasses.public String getHref()
public String getType()
protected void setHref(String href)
protected void setType(String type)