com.sun.org.apache.xerces.internal.xs.XSNamespaceItemList Java Examples

The following examples show how to use com.sun.org.apache.xerces.internal.xs.XSNamespaceItemList. You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: XSModelImpl.java    From jdk1.8-source-analysis with Apache License 2.0 2 votes vote down vote up
/**
 * A set of namespace schema information information items (of type
 * <code>XSNamespaceItem</code>), one for each namespace name which
 * appears as the target namespace of any schema component in the schema
 * used for that assessment, and one for absent if any schema component
 * in the schema had no target namespace. For more information see
 * schema information.
 */
public XSNamespaceItemList getNamespaceItems() {
    return this;
}
 
Example #2
Source File: XSModelImpl.java    From TencentKona-8 with GNU General Public License v2.0 2 votes vote down vote up
/**
 * A set of namespace schema information information items (of type
 * <code>XSNamespaceItem</code>), one for each namespace name which
 * appears as the target namespace of any schema component in the schema
 * used for that assessment, and one for absent if any schema component
 * in the schema had no target namespace. For more information see
 * schema information.
 */
public XSNamespaceItemList getNamespaceItems() {
    return this;
}
 
Example #3
Source File: XSModelImpl.java    From jdk8u60 with GNU General Public License v2.0 2 votes vote down vote up
/**
 * A set of namespace schema information information items (of type
 * <code>XSNamespaceItem</code>), one for each namespace name which
 * appears as the target namespace of any schema component in the schema
 * used for that assessment, and one for absent if any schema component
 * in the schema had no target namespace. For more information see
 * schema information.
 */
public XSNamespaceItemList getNamespaceItems() {
    return this;
}
 
Example #4
Source File: XSModelImpl.java    From JDKSourceCode1.8 with MIT License 2 votes vote down vote up
/**
 * A set of namespace schema information information items (of type
 * <code>XSNamespaceItem</code>), one for each namespace name which
 * appears as the target namespace of any schema component in the schema
 * used for that assessment, and one for absent if any schema component
 * in the schema had no target namespace. For more information see
 * schema information.
 */
public XSNamespaceItemList getNamespaceItems() {
    return this;
}
 
Example #5
Source File: XSModelImpl.java    From openjdk-jdk8u with GNU General Public License v2.0 2 votes vote down vote up
/**
 * A set of namespace schema information information items (of type
 * <code>XSNamespaceItem</code>), one for each namespace name which
 * appears as the target namespace of any schema component in the schema
 * used for that assessment, and one for absent if any schema component
 * in the schema had no target namespace. For more information see
 * schema information.
 */
public XSNamespaceItemList getNamespaceItems() {
    return this;
}
 
Example #6
Source File: XSModelImpl.java    From openjdk-jdk8u-backup with GNU General Public License v2.0 2 votes vote down vote up
/**
 * A set of namespace schema information information items (of type
 * <code>XSNamespaceItem</code>), one for each namespace name which
 * appears as the target namespace of any schema component in the schema
 * used for that assessment, and one for absent if any schema component
 * in the schema had no target namespace. For more information see
 * schema information.
 */
public XSNamespaceItemList getNamespaceItems() {
    return this;
}
 
Example #7
Source File: XSModelImpl.java    From Bytecoder with Apache License 2.0 2 votes vote down vote up
/**
 * A set of namespace schema information information items (of type
 * <code>XSNamespaceItem</code>), one for each namespace name which
 * appears as the target namespace of any schema component in the schema
 * used for that assessment, and one for absent if any schema component
 * in the schema had no target namespace. For more information see
 * schema information.
 */
public XSNamespaceItemList getNamespaceItems() {
    return this;
}
 
Example #8
Source File: XSModelImpl.java    From openjdk-jdk9 with GNU General Public License v2.0 2 votes vote down vote up
/**
 * A set of namespace schema information information items (of type
 * <code>XSNamespaceItem</code>), one for each namespace name which
 * appears as the target namespace of any schema component in the schema
 * used for that assessment, and one for absent if any schema component
 * in the schema had no target namespace. For more information see
 * schema information.
 */
public XSNamespaceItemList getNamespaceItems() {
    return this;
}
 
Example #9
Source File: XSModelImpl.java    From hottub with GNU General Public License v2.0 2 votes vote down vote up
/**
 * A set of namespace schema information information items (of type
 * <code>XSNamespaceItem</code>), one for each namespace name which
 * appears as the target namespace of any schema component in the schema
 * used for that assessment, and one for absent if any schema component
 * in the schema had no target namespace. For more information see
 * schema information.
 */
public XSNamespaceItemList getNamespaceItems() {
    return this;
}
 
Example #10
Source File: XSModelImpl.java    From openjdk-8-source with GNU General Public License v2.0 2 votes vote down vote up
/**
 * A set of namespace schema information information items (of type
 * <code>XSNamespaceItem</code>), one for each namespace name which
 * appears as the target namespace of any schema component in the schema
 * used for that assessment, and one for absent if any schema component
 * in the schema had no target namespace. For more information see
 * schema information.
 */
public XSNamespaceItemList getNamespaceItems() {
    return this;
}
 
Example #11
Source File: XSModelImpl.java    From openjdk-8 with GNU General Public License v2.0 2 votes vote down vote up
/**
 * A set of namespace schema information information items (of type
 * <code>XSNamespaceItem</code>), one for each namespace name which
 * appears as the target namespace of any schema component in the schema
 * used for that assessment, and one for absent if any schema component
 * in the schema had no target namespace. For more information see
 * schema information.
 */
public XSNamespaceItemList getNamespaceItems() {
    return this;
}