org.citygml4j.builder.jaxb.xml.io.reader.saxevents
Class StartElement
java.lang.Object
org.citygml4j.builder.jaxb.xml.io.reader.saxevents.SAXEvent
org.citygml4j.builder.jaxb.xml.io.reader.saxevents.StartElement
- All Implemented Interfaces:
- Locatable
public final class StartElement
- extends SAXEvent
- implements Locatable
Constructor Summary |
StartElement(java.lang.String uri,
java.lang.String localName,
java.lang.String prefix,
org.xml.sax.Attributes attributes,
Location location)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StartElement
public StartElement(java.lang.String uri,
java.lang.String localName,
java.lang.String prefix,
org.xml.sax.Attributes attributes,
Location location)
shallowCopy
public StartElement shallowCopy()
- Specified by:
shallowCopy
in class SAXEvent
send
public void send(org.xml.sax.ContentHandler contentHandler)
throws org.xml.sax.SAXException
- Specified by:
send
in class SAXEvent
- Throws:
org.xml.sax.SAXException
send
public void send(org.xml.sax.ContentHandler contentHandler,
org.xml.sax.helpers.LocatorImpl locator)
throws org.xml.sax.SAXException
- Specified by:
send
in class SAXEvent
- Throws:
org.xml.sax.SAXException
getURI
public java.lang.String getURI()
getLocalName
public java.lang.String getLocalName()
getAttributes
public org.xml.sax.Attributes getAttributes()
setAttributes
public void setAttributes(org.xml.sax.Attributes attributes)
getLocation
public Location getLocation()
- Specified by:
getLocation
in interface Locatable
setLocation
public void setLocation(Location location)
- Specified by:
setLocation
in interface Locatable