java.lang.Object
io.qt.QtObject
io.qt.uic.ui4.DomHeader
- All Implemented Interfaces:
QtObjectInterface
Java wrapper for Qt class DomHeader
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal StringSeeDomHeader::attributeLocation()const final voidSeeDomHeader::clearAttributeLocation() final booleanSeeDomHeader::hasAttributeLocation()const final voidread(QXmlStreamReader reader) SeeDomHeader::read(QXmlStreamReader&) final voidSeeDomHeader::setAttributeLocation(QString) final voidSeeDomHeader::setText(QString) final Stringtext()SeeDomHeader::text()const final voidwrite(QXmlStreamWriter writer) Overloaded function forwrite(io.qt.core.QXmlStreamWriter, java.lang.String)withtagName = (String)null.final voidwrite(QXmlStreamWriter writer, String tagName) SeeDomHeader::write(QXmlStreamWriter&, QString)const Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
DomHeader
public DomHeader()See
DomHeader::DomHeader()
-
-
Method Details
-
attributeLocation
See
DomHeader::attributeLocation()const -
clearAttributeLocation
See
DomHeader::clearAttributeLocation() -
hasAttributeLocation
See
DomHeader::hasAttributeLocation()const -
read
See
DomHeader::read(QXmlStreamReader&) -
setAttributeLocation
See
DomHeader::setAttributeLocation(QString) -
setText
See
DomHeader::setText(QString) -
text
See
DomHeader::text()const -
write
Overloaded function for
write(io.qt.core.QXmlStreamWriter, java.lang.String)withtagName = (String)null. -
write
See
DomHeader::write(QXmlStreamWriter&, QString)const
-