Lines Matching refs:tags

64 				$tags = explode($this->pathSeparator, $argument);
65 $this->tag->setTagName($tags[0]);
140 $tags = explode($this->pathSeparator, $tagPath);
141 if($this->tag->getTagName() == $tags[0]) {
142 if(count($tags) == 1) {
158 if($this->nodes[$arrKeys[$index]]->tag->getTagName() == $tags[1]) {
159 $newTagPath = implode($this->pathSeparator, array_slice($tags, 1));
183 $tags = explode($this->pathSeparator, $tagPath);
184 if($this->tag->getTagName() == $tags[0]) {
185 if(count($tags) == 1) {
197 if($this->nodes[$arrKeys[$index]]->tag->getTagName() == $tags[1]) {
198 $newTagPath = implode($this->pathSeparator, array_slice($tags, 1));
222 $tags = explode($this->pathSeparator, $tagPath);
224 if($this->tag->getTagName() == $tags[0]) {
225 if(sizeof($tags) == 1) {
232 if($node->tag->getTagName() == $tags[1]) {
233 $newTagPath = implode($this->pathSeparator, array_slice($tags, 1));
251 $tags = explode($this->pathSeparator, $tagPath);
253 if($this->tag->getTagName() == $tags[0]) {
254 if(sizeof($tags) == 1)
259 if($node->tag->getTagName() == $tags[1]) {
260 $newTagPath = implode($this->pathSeparator, array_slice($tags, 1));
438 $tags = explode($this->pathSeparator, $tagPath);
439 if(count($tags) > 1) {
440 $parentTagName = array_pop($tags);
441 $parentTagPath = implode($this->pathSeparator, $tags);
506 $tags = explode($this->pathSeparator, $tagPath);
507 if($this->tag->getTagName() == $tags[0]) {
508 if(sizeof($tags) == 1)
517 if($node->tag->getTagName() == $tags[1]) {
518 $newTagPath = implode($this->pathSeparator, array_slice($tags, 1));
543 $tags = explode($this->pathSeparator, $tagPath);
544 if($this->tag->getTagName() == $tags[0]) {
545 if(sizeof($tags) == 1) {
557 if($node->tag->getTagName() == $tags[1]) {
558 $newTagPath = implode($this->pathSeparator, array_slice($tags, 1));
565 $branch->setTag(new Tag($tags[1]));
566 $newTagPath = implode($this->pathSeparator, array_slice($tags, 1));