COSMOS ${releaseVersion} resource-modeling Project
Internal API Specification

org.eclipse.cosmos.rm.validation.internal.util
Class ParserHelper

java.lang.Object
  extended by org.eclipse.cosmos.rm.validation.internal.util.ParserHelper

public class ParserHelper
extends java.lang.Object

ParserHelper provides parser helper apis


Constructor Summary
ParserHelper()
           
 
Method Summary
static java.lang.String removeNameSpace(java.lang.String name)
          Removes namespace prefix from the name passed in
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParserHelper

public ParserHelper()
Method Detail

removeNameSpace

public static java.lang.String removeNameSpace(java.lang.String name)
Removes namespace prefix from the name passed in

Parameters:
name - string containing a namespace
Returns:
string with the namespace removed

COSMOS ${releaseVersion} resource-modeling Project
Internal API Specification