XML String Flashcards

1
Q

Class name?

A

XMLString

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

createAStandardXMLString( )

A

creates a new XML String and Tag

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

addNewXMLTagToExistingString( )

A

creates a new XML Tag and adds it to an existing one

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

bigJoinXMLToSingleString( )

A

joins the XMLString into a a string

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

bigSplitFromXMLString( )

A

splits the XMLString into array elements

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

makeRootOfTheSingleXMLString( )

A

makes the root string to be added to a new XMLString

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

changenewInner_canBeAVariableField

A

function that changes the inner text of the specified Tag

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

removeBysearchTerm( )

A

removes a Tag based on name

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

removeByIndex( )

A

removes a Tag by index number

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

spliceIntoXML( )

A

splicing a Tag and where it goes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

searchTermASingleXML_returnAllWithin ( )

A

searching for a Tag and to return all that’s within it

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

searchTermForPartialMatch_canReturnUnfound( )

A

tries to see if text1 is in text2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

searchTermRepeat( )

A

trying to find a Tag in the XML String

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

addAIndexToEndOfTagName_OrReplaceTheEnding

A

???

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

searchTermTagsInXMLString( )

A

finding Tags with an UID attached to end of the Tag name; so each Tag has increasing UID

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

determiningRangeOfArray( )

A

to keep a record of the length of the Nth Tags

17
Q

addStringToGoBackToXML( )

A

pushes XMLString back to the ‘singleXMLString’

18
Q

printXMLNicelyInConsole( )

A

prints the XMLString - nicely to a Console Table