Class XIncludeUtils
- java.lang.Object
-
- org.eclipse.lemminx.extensions.xinclude.XIncludeUtils
-
public class XIncludeUtils extends Object
XInclude utilities.
-
-
Field Summary
Fields Modifier and Type Field Description static StringACCEPT_ATTRstatic StringACCEPT_LANGUAGE_ATTRstatic StringHREF_ATTRstatic StringPARSE_ATTRstatic StringXINCLUDE_ELTstatic StringXPOINTER_ATTR
-
Constructor Summary
Constructors Constructor Description XIncludeUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DOMAttrgetHref(DOMElement element)static booleanisInclude(DOMElement element)
-
-
-
Field Detail
-
XINCLUDE_ELT
public static final String XINCLUDE_ELT
- See Also:
- Constant Field Values
-
HREF_ATTR
public static final String HREF_ATTR
- See Also:
- Constant Field Values
-
PARSE_ATTR
public static final String PARSE_ATTR
- See Also:
- Constant Field Values
-
ACCEPT_ATTR
public static final String ACCEPT_ATTR
- See Also:
- Constant Field Values
-
ACCEPT_LANGUAGE_ATTR
public static final String ACCEPT_LANGUAGE_ATTR
- See Also:
- Constant Field Values
-
XPOINTER_ATTR
public static final String XPOINTER_ATTR
- See Also:
- Constant Field Values
-
-
Method Detail
-
isInclude
public static boolean isInclude(DOMElement element)
-
getHref
public static DOMAttr getHref(DOMElement element)
-
-