Constructor and Description |
---|
XMPPathParser() |
public static XMPPath parse(String path, Map<String,String> prefixContract) throws XMPPathParserException
XMPPath
object by parsing an XMP path String and creates one path segment
for each detected segment in the path.path
- Path string to parseprefixContract
- A Map that contains the mapping between Namespaces and their prefixes.
This must be provided to interpret the path correctly.XMPPathParserException
- If the path has an invalid format or a prefix is found that is not defined in the prefixContractIllegalArgumentException
- If path or prefixContract is null."Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"