public interface ParsedURIPartType
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
ParsedURIPartType.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 |
---|---|
org.apache.xmlbeans.XmlNormalizedString |
addNewText()
Appends and returns a new empty value (as xml) as the last "text" element
|
TokenReferenceType |
addNewTokenReference()
Appends and returns a new empty value (as xml) as the last "token-reference" element
|
void |
addText(String text)
Appends the value as the last "text" element
|
String[] |
getTextArray()
Gets array of all "text" elements
|
String |
getTextArray(int i)
Gets ith "text" element
|
TokenReferenceType[] |
getTokenReferenceArray()
Gets array of all "token-reference" elements
|
TokenReferenceType |
getTokenReferenceArray(int i)
Gets ith "token-reference" element
|
org.apache.xmlbeans.XmlNormalizedString |
insertNewText(int i)
Inserts and returns a new empty value (as xml) as the ith "text" element
|
TokenReferenceType |
insertNewTokenReference(int i)
Inserts and returns a new empty value (as xml) as the ith "token-reference" element
|
void |
insertText(int i,
String text)
Inserts the value as the ith "text" element
|
void |
removeText(int i)
Removes the ith "text" element
|
void |
removeTokenReference(int i)
Removes the ith "token-reference" element
|
void |
setTextArray(int i,
String text)
Sets ith "text" element
|
void |
setTextArray(String[] textArray)
Sets array of all "text" element
|
void |
setTokenReferenceArray(int i,
TokenReferenceType tokenReference)
Sets ith "token-reference" element
|
void |
setTokenReferenceArray(TokenReferenceType[] tokenReferenceArray)
Sets array of all "token-reference" element
|
int |
sizeOfTextArray()
Returns number of "text" element
|
int |
sizeOfTokenReferenceArray()
Returns number of "token-reference" element
|
org.apache.xmlbeans.XmlNormalizedString[] |
xgetTextArray()
Gets (as xml) array of all "text" elements
|
org.apache.xmlbeans.XmlNormalizedString |
xgetTextArray(int i)
Gets (as xml) ith "text" element
|
void |
xsetTextArray(int i,
org.apache.xmlbeans.XmlNormalizedString text)
Sets (as xml) ith "text" element
|
void |
xsetTextArray(org.apache.xmlbeans.XmlNormalizedString[] textArray)
Sets (as xml) array of all "text" 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, valueHashCode
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
String[] getTextArray()
String getTextArray(int i)
org.apache.xmlbeans.XmlNormalizedString[] xgetTextArray()
org.apache.xmlbeans.XmlNormalizedString xgetTextArray(int i)
int sizeOfTextArray()
void setTextArray(String[] textArray)
void setTextArray(int i, String text)
void xsetTextArray(org.apache.xmlbeans.XmlNormalizedString[] textArray)
void xsetTextArray(int i, org.apache.xmlbeans.XmlNormalizedString text)
void insertText(int i, String text)
void addText(String text)
org.apache.xmlbeans.XmlNormalizedString insertNewText(int i)
org.apache.xmlbeans.XmlNormalizedString addNewText()
void removeText(int i)
TokenReferenceType[] getTokenReferenceArray()
TokenReferenceType getTokenReferenceArray(int i)
int sizeOfTokenReferenceArray()
void setTokenReferenceArray(TokenReferenceType[] tokenReferenceArray)
void setTokenReferenceArray(int i, TokenReferenceType tokenReference)
TokenReferenceType insertNewTokenReference(int i)
TokenReferenceType addNewTokenReference()
void removeTokenReference(int i)
Copyright © 2000-2014. All Rights Reserved.