Package org.hl7.fhir.utilities.xhtml
Class XhtmlParser.ElementName
- java.lang.Object
-
- org.hl7.fhir.utilities.xhtml.XhtmlParser.ElementName
-
- Enclosing class:
- XhtmlParser
public class XhtmlParser.ElementName extends Object
-
-
Constructor Summary
Constructors Constructor Description ElementName(String src)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()StringgetNamespace()booleanhasNamespace()StringtoString()
-
-
-
Constructor Detail
-
ElementName
public ElementName(String src)
-
-
Method Detail
-
hasNamespace
public boolean hasNamespace()
-
getNamespace
public String getNamespace()
-
-