public interface MalformedXmlAttributeConfig
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
MalformedXmlAttributeConfig.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAddNewAttribute()
Gets the "addNewAttribute" element
|
boolean |
getInsertInvalidChars()
Gets the "insertInvalidChars" element
|
boolean |
getLeaveAttributeOpen()
Gets the "leaveAttributeOpen" element
|
boolean |
getMutateAttributes()
Gets the "mutateAttributes" element
|
String |
getNewAttributeName()
Gets the "newAttributeName" element
|
String |
getNewAttributeValue()
Gets the "newAttributeValue" element
|
void |
setAddNewAttribute(boolean addNewAttribute)
Sets the "addNewAttribute" element
|
void |
setInsertInvalidChars(boolean insertInvalidChars)
Sets the "insertInvalidChars" element
|
void |
setLeaveAttributeOpen(boolean leaveAttributeOpen)
Sets the "leaveAttributeOpen" element
|
void |
setMutateAttributes(boolean mutateAttributes)
Sets the "mutateAttributes" element
|
void |
setNewAttributeName(String newAttributeName)
Sets the "newAttributeName" element
|
void |
setNewAttributeValue(String newAttributeValue)
Sets the "newAttributeValue" element
|
org.apache.xmlbeans.XmlBoolean |
xgetAddNewAttribute()
Gets (as xml) the "addNewAttribute" element
|
org.apache.xmlbeans.XmlBoolean |
xgetInsertInvalidChars()
Gets (as xml) the "insertInvalidChars" element
|
org.apache.xmlbeans.XmlBoolean |
xgetLeaveAttributeOpen()
Gets (as xml) the "leaveAttributeOpen" element
|
org.apache.xmlbeans.XmlBoolean |
xgetMutateAttributes()
Gets (as xml) the "mutateAttributes" element
|
org.apache.xmlbeans.XmlString |
xgetNewAttributeName()
Gets (as xml) the "newAttributeName" element
|
org.apache.xmlbeans.XmlString |
xgetNewAttributeValue()
Gets (as xml) the "newAttributeValue" element
|
void |
xsetAddNewAttribute(org.apache.xmlbeans.XmlBoolean addNewAttribute)
Sets (as xml) the "addNewAttribute" element
|
void |
xsetInsertInvalidChars(org.apache.xmlbeans.XmlBoolean insertInvalidChars)
Sets (as xml) the "insertInvalidChars" element
|
void |
xsetLeaveAttributeOpen(org.apache.xmlbeans.XmlBoolean leaveAttributeOpen)
Sets (as xml) the "leaveAttributeOpen" element
|
void |
xsetMutateAttributes(org.apache.xmlbeans.XmlBoolean mutateAttributes)
Sets (as xml) the "mutateAttributes" element
|
void |
xsetNewAttributeName(org.apache.xmlbeans.XmlString newAttributeName)
Sets (as xml) the "newAttributeName" element
|
void |
xsetNewAttributeValue(org.apache.xmlbeans.XmlString newAttributeValue)
Sets (as xml) the "newAttributeValue" element
|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextboolean getLeaveAttributeOpen()
org.apache.xmlbeans.XmlBoolean xgetLeaveAttributeOpen()
void setLeaveAttributeOpen(boolean leaveAttributeOpen)
void xsetLeaveAttributeOpen(org.apache.xmlbeans.XmlBoolean leaveAttributeOpen)
boolean getInsertInvalidChars()
org.apache.xmlbeans.XmlBoolean xgetInsertInvalidChars()
void setInsertInvalidChars(boolean insertInvalidChars)
void xsetInsertInvalidChars(org.apache.xmlbeans.XmlBoolean insertInvalidChars)
boolean getMutateAttributes()
org.apache.xmlbeans.XmlBoolean xgetMutateAttributes()
void setMutateAttributes(boolean mutateAttributes)
void xsetMutateAttributes(org.apache.xmlbeans.XmlBoolean mutateAttributes)
String getNewAttributeName()
org.apache.xmlbeans.XmlString xgetNewAttributeName()
void setNewAttributeName(String newAttributeName)
void xsetNewAttributeName(org.apache.xmlbeans.XmlString newAttributeName)
String getNewAttributeValue()
org.apache.xmlbeans.XmlString xgetNewAttributeValue()
void setNewAttributeValue(String newAttributeValue)
void xsetNewAttributeValue(org.apache.xmlbeans.XmlString newAttributeValue)
boolean getAddNewAttribute()
org.apache.xmlbeans.XmlBoolean xgetAddNewAttribute()
void setAddNewAttribute(boolean addNewAttribute)
void xsetAddNewAttribute(org.apache.xmlbeans.XmlBoolean addNewAttribute)
Copyright © 2019. All Rights Reserved.