Package io.atlasmap.xml.core
Class XmlPath.XmlSegmentContext
- java.lang.Object
-
- io.atlasmap.core.AtlasPath.SegmentContext
-
- io.atlasmap.xml.core.XmlPath.XmlSegmentContext
-
- Enclosing class:
- XmlPath
public static class XmlPath.XmlSegmentContext extends io.atlasmap.core.AtlasPath.SegmentContext
-
-
Constructor Summary
Constructors Constructor Description XmlSegmentContext(String expression)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringcleanPathSegment(String expression)StringgetNamespace()StringgetQName()protected XmlPath.XmlSegmentContextrebuild()StringtoString()
-
-
-
Constructor Detail
-
XmlSegmentContext
public XmlSegmentContext(String expression)
-
-
Method Detail
-
getNamespace
public String getNamespace()
-
getQName
public String getQName()
-
cleanPathSegment
protected String cleanPathSegment(String expression)
- Overrides:
cleanPathSegmentin classio.atlasmap.core.AtlasPath.SegmentContext
-
rebuild
protected XmlPath.XmlSegmentContext rebuild()
- Overrides:
rebuildin classio.atlasmap.core.AtlasPath.SegmentContext
-
toString
public String toString()
- Overrides:
toStringin classio.atlasmap.core.AtlasPath.SegmentContext
-
-